Shades of Dark Goldenrod #BC8710
Tints of Dark Goldenrod #BC8710
RGB
CMYK
RGB Variations
Color information
#BC8710 (or 0xBC8710) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 10. RGB value is (188,135,16). Sum of RGB (Red+Green+Blue) = 188+135+16=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8710 is #4378EF. Grayscale: #898989. Windows color (decimal): -4421872 or 1083324. OLE color: 1083324.
HSL color Cylindrical-coordinate representation of color #BC8710: hue angle of 41.51º 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 #BC8710 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 16 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.26 |
| HSL | 41.51º | 0.84% | 0.4% | - |
| HSV(B) | 41.51º | 0.91% | 0.74% | - |
| XYZ | 29.5 | 28.06 | 4.35 | - |
| YUV | 137.28 | 59.56 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 16 | 0 | 0.28 | 0.91 | 0.26 | 41.51 | 0.84 | 0.4 |
| Hex | BC | 87 | 10 | 0 | 1C | 5B | 1A | 2A | 54 | 28 |
| Octal | 274 | 207 | 20 | 0 | 34 | 133 | 32 | 52 | 124 | 50 |
| Binary | 10111100 | 10000111 | 10000 | 0 | 11100 | 1011011 | 11010 | 101010 | 1010100 | 101000 |
Color Harmonies of #BC8710
Complementary color
Monochromatic Colors of #BC8710
Black with #BC8710
Text Example
Text Example
White with #BC8710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8710; }
p { color: rgb(188,135,16); }
H1.HeaderClassName
{
color: #BC8710;
}
.AnyTagClassName
{
color: #BC8710;
}
</style>
background-color css
<style>
a { background-color: #BC8710; }
a { background-color: rgb(188,135,16); }
div.DivClassName
{
background-color: #BC8710;
}
.BgClassName
{
background-color: #BC8710;
}
</style>
border-color css
<style>
span { border-color: #BC8710; }
span { border-color: rgb(188,135,16); }
td.TdClassName
{
border-color: #BC8710;
}
.TagClassName
{
border-color: #BC8710;
}
</style>