Shades of Dark Goldenrod #BC8E00
Tints of Dark Goldenrod #BC8E00
RGB
CMYK
RGB Variations
Color information
#BC8E00 (or 0xBC8E00) is known color: Dark Goldenrod. HEX triplet: BC, 8E and 00. RGB value is (188,142,0). Sum of RGB (Red+Green+Blue) = 188+142+0=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8E00 is #4371FF. Grayscale: #8C8C8C. Windows color (decimal): -4420096 or 36540. OLE color: 36540.
HSL color Cylindrical-coordinate representation of color #BC8E00: hue angle of 45.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC8E00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.26 |
| HSL | 45.32º | 1% | 0.37% | - |
| HSV(B) | 45.32º | 1% | 0.74% | - |
| XYZ | 30.41 | 30.04 | 4.19 | - |
| YUV | 139.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 0 | 0 | 0.24 | 1 | 0.26 | 45.32 | 1 | 0.37 |
| Hex | BC | 8E | 0 | 0 | 18 | 64 | 1A | 2D | 64 | 25 |
| Octal | 274 | 216 | 0 | 0 | 30 | 144 | 32 | 55 | 144 | 45 |
| Binary | 10111100 | 10001110 | 0 | 0 | 11000 | 1100100 | 11010 | 101101 | 1100100 | 100101 |
Color Harmonies of #BC8E00
Complementary color
Monochromatic Colors of #BC8E00
Black with #BC8E00
Text Example
Text Example
White with #BC8E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E00; }
p { color: rgb(188,142,0); }
H1.HeaderClassName
{
color: #BC8E00;
}
.AnyTagClassName
{
color: #BC8E00;
}
</style>
background-color css
<style>
a { background-color: #BC8E00; }
a { background-color: rgb(188,142,0); }
div.DivClassName
{
background-color: #BC8E00;
}
.BgClassName
{
background-color: #BC8E00;
}
</style>
border-color css
<style>
span { border-color: #BC8E00; }
span { border-color: rgb(188,142,0); }
td.TdClassName
{
border-color: #BC8E00;
}
.TagClassName
{
border-color: #BC8E00;
}
</style>