Shades of Dark Goldenrod #BC8916
Tints of Dark Goldenrod #BC8916
RGB
CMYK
RGB Variations
Color information
#BC8916 (or 0xBC8916) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 16. RGB value is (188,137,22). Sum of RGB (Red+Green+Blue) = 188+137+22=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8916 is #4376E9. Grayscale: #8B8B8B. Windows color (decimal): -4421354 or 1477052. OLE color: 1477052.
HSL color Cylindrical-coordinate representation of color #BC8916: hue angle of 41.57º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC8916 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 22 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.26 |
| HSL | 41.57º | 0.79% | 0.41% | - |
| HSV(B) | 41.57º | 0.88% | 0.74% | - |
| XYZ | 29.83 | 28.64 | 4.72 | - |
| YUV | 139.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 22 | 0 | 0.27 | 0.88 | 0.26 | 41.57 | 0.79 | 0.41 |
| Hex | BC | 89 | 16 | 0 | 1B | 58 | 1A | 2A | 4F | 29 |
| Octal | 274 | 211 | 26 | 0 | 33 | 130 | 32 | 52 | 117 | 51 |
| Binary | 10111100 | 10001001 | 10110 | 0 | 11011 | 1011000 | 11010 | 101010 | 1001111 | 101001 |
Color Harmonies of #BC8916
Complementary color
Monochromatic Colors of #BC8916
Black with #BC8916
Text Example
Text Example
White with #BC8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8916; }
p { color: rgb(188,137,22); }
H1.HeaderClassName
{
color: #BC8916;
}
.AnyTagClassName
{
color: #BC8916;
}
</style>
background-color css
<style>
a { background-color: #BC8916; }
a { background-color: rgb(188,137,22); }
div.DivClassName
{
background-color: #BC8916;
}
.BgClassName
{
background-color: #BC8916;
}
</style>
border-color css
<style>
span { border-color: #BC8916; }
span { border-color: rgb(188,137,22); }
td.TdClassName
{
border-color: #BC8916;
}
.TagClassName
{
border-color: #BC8916;
}
</style>