Shades of Dark Goldenrod #BC8512
Tints of Dark Goldenrod #BC8512
RGB
CMYK
RGB Variations
Color information
#BC8512 (or 0xBC8512) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 12. RGB value is (188,133,18). Sum of RGB (Red+Green+Blue) = 188+133+18=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8512 is #437AED. Grayscale: #888888. Windows color (decimal): -4422382 or 1213884. OLE color: 1213884.
HSL color Cylindrical-coordinate representation of color #BC8512: hue angle of 40.59º 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 #BC8512 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 18 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.26 |
| HSL | 40.59º | 0.83% | 0.4% | - |
| HSV(B) | 40.59º | 0.9% | 0.74% | - |
| XYZ | 29.24 | 27.51 | 4.34 | - |
| YUV | 136.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 18 | 0 | 0.29 | 0.90 | 0.26 | 40.59 | 0.83 | 0.4 |
| Hex | BC | 85 | 12 | 0 | 1D | 5A | 1A | 29 | 53 | 28 |
| Octal | 274 | 205 | 22 | 0 | 35 | 132 | 32 | 51 | 123 | 50 |
| Binary | 10111100 | 10000101 | 10010 | 0 | 11101 | 1011010 | 11010 | 101001 | 1010011 | 101000 |
Color Harmonies of #BC8512
Complementary color
Monochromatic Colors of #BC8512
Black with #BC8512
Text Example
Text Example
White with #BC8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8512; }
p { color: rgb(188,133,18); }
H1.HeaderClassName
{
color: #BC8512;
}
.AnyTagClassName
{
color: #BC8512;
}
</style>
background-color css
<style>
a { background-color: #BC8512; }
a { background-color: rgb(188,133,18); }
div.DivClassName
{
background-color: #BC8512;
}
.BgClassName
{
background-color: #BC8512;
}
</style>
border-color css
<style>
span { border-color: #BC8512; }
span { border-color: rgb(188,133,18); }
td.TdClassName
{
border-color: #BC8512;
}
.TagClassName
{
border-color: #BC8512;
}
</style>