Shades of Dark Goldenrod #BC8210
Tints of Dark Goldenrod #BC8210
RGB
CMYK
RGB Variations
Color information
#BC8210 (or 0xBC8210) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 10. RGB value is (188,130,16). Sum of RGB (Red+Green+Blue) = 188+130+16=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8210 is #437DEF. Grayscale: #868686. Windows color (decimal): -4423152 or 1082044. OLE color: 1082044.
HSL color Cylindrical-coordinate representation of color #BC8210: hue angle of 39.77º 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 #BC8210 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 16 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.26 |
| HSL | 39.77º | 0.84% | 0.4% | - |
| HSV(B) | 39.77º | 0.91% | 0.74% | - |
| XYZ | 28.82 | 26.69 | 4.12 | - |
| YUV | 134.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 16 | 0 | 0.31 | 0.91 | 0.26 | 39.77 | 0.84 | 0.4 |
| Hex | BC | 82 | 10 | 0 | 1F | 5B | 1A | 28 | 54 | 28 |
| Octal | 274 | 202 | 20 | 0 | 37 | 133 | 32 | 50 | 124 | 50 |
| Binary | 10111100 | 10000010 | 10000 | 0 | 11111 | 1011011 | 11010 | 101000 | 1010100 | 101000 |
Color Harmonies of #BC8210
Complementary color
Monochromatic Colors of #BC8210
Black with #BC8210
Text Example
Text Example
White with #BC8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8210; }
p { color: rgb(188,130,16); }
H1.HeaderClassName
{
color: #BC8210;
}
.AnyTagClassName
{
color: #BC8210;
}
</style>
background-color css
<style>
a { background-color: #BC8210; }
a { background-color: rgb(188,130,16); }
div.DivClassName
{
background-color: #BC8210;
}
.BgClassName
{
background-color: #BC8210;
}
</style>
border-color css
<style>
span { border-color: #BC8210; }
span { border-color: rgb(188,130,16); }
td.TdClassName
{
border-color: #BC8210;
}
.TagClassName
{
border-color: #BC8210;
}
</style>