Shades of Dark Goldenrod #BC8E16
Tints of Dark Goldenrod #BC8E16
RGB
CMYK
RGB Variations
Color information
#BC8E16 (or 0xBC8E16) is known color: Dark Goldenrod. HEX triplet: BC, 8E and 16. RGB value is (188,142,22). Sum of RGB (Red+Green+Blue) = 188+142+22=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8E16 is #4371E9. Grayscale: #8E8E8E. Windows color (decimal): -4420074 or 1478332. OLE color: 1478332.
HSL color Cylindrical-coordinate representation of color #BC8E16: hue angle of 43.37º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC8E16 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 22 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.26 |
| HSL | 43.37º | 0.79% | 0.41% | - |
| HSV(B) | 43.37º | 0.88% | 0.74% | - |
| XYZ | 30.56 | 30.1 | 4.96 | - |
| YUV | 142.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 22 | 0 | 0.24 | 0.88 | 0.26 | 43.37 | 0.79 | 0.41 |
| Hex | BC | 8E | 16 | 0 | 18 | 58 | 1A | 2B | 4F | 29 |
| Octal | 274 | 216 | 26 | 0 | 30 | 130 | 32 | 53 | 117 | 51 |
| Binary | 10111100 | 10001110 | 10110 | 0 | 11000 | 1011000 | 11010 | 101011 | 1001111 | 101001 |
Color Harmonies of #BC8E16
Complementary color
Monochromatic Colors of #BC8E16
Black with #BC8E16
Text Example
Text Example
White with #BC8E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E16; }
p { color: rgb(188,142,22); }
H1.HeaderClassName
{
color: #BC8E16;
}
.AnyTagClassName
{
color: #BC8E16;
}
</style>
background-color css
<style>
a { background-color: #BC8E16; }
a { background-color: rgb(188,142,22); }
div.DivClassName
{
background-color: #BC8E16;
}
.BgClassName
{
background-color: #BC8E16;
}
</style>
border-color css
<style>
span { border-color: #BC8E16; }
span { border-color: rgb(188,142,22); }
td.TdClassName
{
border-color: #BC8E16;
}
.TagClassName
{
border-color: #BC8E16;
}
</style>