Shades of Dark Goldenrod #BC9903
Tints of Dark Goldenrod #BC9903
RGB
CMYK
RGB Variations
Color information
#BC9903 (or 0xBC9903) is known color: Dark Goldenrod. HEX triplet: BC, 99 and 03. RGB value is (188,153,3). Sum of RGB (Red+Green+Blue) = 188+153+3=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9903 is #4366FC. Grayscale: #939393. Windows color (decimal): -4417277 or 235964. OLE color: 235964.
HSL color Cylindrical-coordinate representation of color #BC9903: hue angle of 48.65º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC9903 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.26 |
| HSL | 48.65º | 0.97% | 0.37% | - |
| HSV(B) | 48.65º | 0.98% | 0.74% | - |
| XYZ | 32.15 | 33.48 | 4.85 | - |
| YUV | 146.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 3 | 0 | 0.19 | 0.98 | 0.26 | 48.65 | 0.97 | 0.37 |
| Hex | BC | 99 | 3 | 0 | 13 | 62 | 1A | 31 | 61 | 25 |
| Octal | 274 | 231 | 3 | 0 | 23 | 142 | 32 | 61 | 141 | 45 |
| Binary | 10111100 | 10011001 | 11 | 0 | 10011 | 1100010 | 11010 | 110001 | 1100001 | 100101 |
Color Harmonies of #BC9903
Complementary color
Monochromatic Colors of #BC9903
Black with #BC9903
Text Example
Text Example
White with #BC9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9903; }
p { color: rgb(188,153,3); }
H1.HeaderClassName
{
color: #BC9903;
}
.AnyTagClassName
{
color: #BC9903;
}
</style>
background-color css
<style>
a { background-color: #BC9903; }
a { background-color: rgb(188,153,3); }
div.DivClassName
{
background-color: #BC9903;
}
.BgClassName
{
background-color: #BC9903;
}
</style>
border-color css
<style>
span { border-color: #BC9903; }
span { border-color: rgb(188,153,3); }
td.TdClassName
{
border-color: #BC9903;
}
.TagClassName
{
border-color: #BC9903;
}
</style>