Shades of Dark Goldenrod #BC9210
Tints of Dark Goldenrod #BC9210
RGB
CMYK
RGB Variations
Color information
#BC9210 (or 0xBC9210) is known color: Dark Goldenrod. HEX triplet: BC, 92 and 10. RGB value is (188,146,16). Sum of RGB (Red+Green+Blue) = 188+146+16=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9210 is #436DEF. Grayscale: #909090. Windows color (decimal): -4419056 or 1086140. OLE color: 1086140.
HSL color Cylindrical-coordinate representation of color #BC9210: hue angle of 45.35º 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 #BC9210 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 16 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.26 |
| HSL | 45.35º | 0.84% | 0.4% | - |
| HSV(B) | 45.35º | 0.91% | 0.74% | - |
| XYZ | 31.11 | 31.29 | 4.89 | - |
| YUV | 143.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 16 | 0 | 0.22 | 0.91 | 0.26 | 45.35 | 0.84 | 0.4 |
| Hex | BC | 92 | 10 | 0 | 16 | 5B | 1A | 2D | 54 | 28 |
| Octal | 274 | 222 | 20 | 0 | 26 | 133 | 32 | 55 | 124 | 50 |
| Binary | 10111100 | 10010010 | 10000 | 0 | 10110 | 1011011 | 11010 | 101101 | 1010100 | 101000 |
Color Harmonies of #BC9210
Complementary color
Monochromatic Colors of #BC9210
Black with #BC9210
Text Example
Text Example
White with #BC9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9210; }
p { color: rgb(188,146,16); }
H1.HeaderClassName
{
color: #BC9210;
}
.AnyTagClassName
{
color: #BC9210;
}
</style>
background-color css
<style>
a { background-color: #BC9210; }
a { background-color: rgb(188,146,16); }
div.DivClassName
{
background-color: #BC9210;
}
.BgClassName
{
background-color: #BC9210;
}
</style>
border-color css
<style>
span { border-color: #BC9210; }
span { border-color: rgb(188,146,16); }
td.TdClassName
{
border-color: #BC9210;
}
.TagClassName
{
border-color: #BC9210;
}
</style>