Shades of Dark Goldenrod #BC8702
Tints of Dark Goldenrod #BC8702
RGB
CMYK
RGB Variations
Color information
#BC8702 (or 0xBC8702) is known color: Dark Goldenrod. HEX triplet: BC, 87 and 02. RGB value is (188,135,2). Sum of RGB (Red+Green+Blue) = 188+135+2=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8702 is #4378FD. Grayscale: #888888. Windows color (decimal): -4421886 or 165820. OLE color: 165820.
HSL color Cylindrical-coordinate representation of color #BC8702: hue angle of 42.9º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC8702 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.26 |
| HSL | 42.9º | 0.98% | 0.37% | - |
| HSV(B) | 42.9º | 0.99% | 0.74% | - |
| XYZ | 29.41 | 28.02 | 3.92 | - |
| YUV | 135.69 | 52.56 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 2 | 0 | 0.28 | 0.99 | 0.26 | 42.9 | 0.98 | 0.37 |
| Hex | BC | 87 | 2 | 0 | 1C | 63 | 1A | 2B | 62 | 25 |
| Octal | 274 | 207 | 2 | 0 | 34 | 143 | 32 | 53 | 142 | 45 |
| Binary | 10111100 | 10000111 | 10 | 0 | 11100 | 1100011 | 11010 | 101011 | 1100010 | 100101 |
Color Harmonies of #BC8702
Complementary color
Monochromatic Colors of #BC8702
Black with #BC8702
Text Example
Text Example
White with #BC8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8702; }
p { color: rgb(188,135,2); }
H1.HeaderClassName
{
color: #BC8702;
}
.AnyTagClassName
{
color: #BC8702;
}
</style>
background-color css
<style>
a { background-color: #BC8702; }
a { background-color: rgb(188,135,2); }
div.DivClassName
{
background-color: #BC8702;
}
.BgClassName
{
background-color: #BC8702;
}
</style>
border-color css
<style>
span { border-color: #BC8702; }
span { border-color: rgb(188,135,2); }
td.TdClassName
{
border-color: #BC8702;
}
.TagClassName
{
border-color: #BC8702;
}
</style>