Shades of Dark Goldenrod #BC8212
Tints of Dark Goldenrod #BC8212
RGB
CMYK
RGB Variations
Color information
#BC8212 (or 0xBC8212) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 12. RGB value is (188,130,18). Sum of RGB (Red+Green+Blue) = 188+130+18=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8212 is #437DED. Grayscale: #878787. Windows color (decimal): -4423150 or 1213116. OLE color: 1213116.
HSL color Cylindrical-coordinate representation of color #BC8212: hue angle of 39.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8212 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 18 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.26 |
| HSL | 39.53º | 0.83% | 0.4% | - |
| HSV(B) | 39.53º | 0.9% | 0.74% | - |
| XYZ | 28.83 | 26.7 | 4.21 | - |
| YUV | 134.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 18 | 0 | 0.31 | 0.90 | 0.26 | 39.53 | 0.83 | 0.4 |
| Hex | BC | 82 | 12 | 0 | 1F | 5A | 1A | 28 | 53 | 28 |
| Octal | 274 | 202 | 22 | 0 | 37 | 132 | 32 | 50 | 123 | 50 |
| Binary | 10111100 | 10000010 | 10010 | 0 | 11111 | 1011010 | 11010 | 101000 | 1010011 | 101000 |
Color Harmonies of #BC8212
Complementary color
Monochromatic Colors of #BC8212
Black with #BC8212
Text Example
Text Example
White with #BC8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8212; }
p { color: rgb(188,130,18); }
H1.HeaderClassName
{
color: #BC8212;
}
.AnyTagClassName
{
color: #BC8212;
}
</style>
background-color css
<style>
a { background-color: #BC8212; }
a { background-color: rgb(188,130,18); }
div.DivClassName
{
background-color: #BC8212;
}
.BgClassName
{
background-color: #BC8212;
}
</style>
border-color css
<style>
span { border-color: #BC8212; }
span { border-color: rgb(188,130,18); }
td.TdClassName
{
border-color: #BC8212;
}
.TagClassName
{
border-color: #BC8212;
}
</style>