Shades of Dark Goldenrod #BC8E10
Tints of Dark Goldenrod #BC8E10
RGB
CMYK
RGB Variations
Color information
#BC8E10 (or 0xBC8E10) is known color: Dark Goldenrod. HEX triplet: BC, 8E and 10. RGB value is (188,142,16). Sum of RGB (Red+Green+Blue) = 188+142+16=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8E10 is #4371EF. Grayscale: #8D8D8D. Windows color (decimal): -4420080 or 1085116. OLE color: 1085116.
HSL color Cylindrical-coordinate representation of color #BC8E10: hue angle of 43.95º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC8E10 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 16 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.26 |
| HSL | 43.95º | 0.84% | 0.4% | - |
| HSV(B) | 43.95º | 0.91% | 0.74% | - |
| XYZ | 30.51 | 30.07 | 4.69 | - |
| YUV | 141.39 | 57.24 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 16 | 0 | 0.24 | 0.91 | 0.26 | 43.95 | 0.84 | 0.4 |
| Hex | BC | 8E | 10 | 0 | 18 | 5B | 1A | 2C | 54 | 28 |
| Octal | 274 | 216 | 20 | 0 | 30 | 133 | 32 | 54 | 124 | 50 |
| Binary | 10111100 | 10001110 | 10000 | 0 | 11000 | 1011011 | 11010 | 101100 | 1010100 | 101000 |
Color Harmonies of #BC8E10
Complementary color
Monochromatic Colors of #BC8E10
Black with #BC8E10
Text Example
Text Example
White with #BC8E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E10; }
p { color: rgb(188,142,16); }
H1.HeaderClassName
{
color: #BC8E10;
}
.AnyTagClassName
{
color: #BC8E10;
}
</style>
background-color css
<style>
a { background-color: #BC8E10; }
a { background-color: rgb(188,142,16); }
div.DivClassName
{
background-color: #BC8E10;
}
.BgClassName
{
background-color: #BC8E10;
}
</style>
border-color css
<style>
span { border-color: #BC8E10; }
span { border-color: rgb(188,142,16); }
td.TdClassName
{
border-color: #BC8E10;
}
.TagClassName
{
border-color: #BC8E10;
}
</style>