CSS supports three color specification methods: common names (red, blue), RGB values (rgb(255, 0, 0)), and hexadecimal notation (#FF0000). Option B is correct, though it says 'RBG' instead of 'RGB' - a typo but the intended meaning is clear. Hex-only or name-only are incomplete options.