Shades of Dark Goldenrod #BC7002
Tints of Dark Goldenrod #BC7002
RGB
CMYK
RGB Variations
Color information
#BC7002 (or 0xBC7002) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 02. RGB value is (188,112,2). Sum of RGB (Red+Green+Blue) = 188+112+2=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7002 is #438FFD. Grayscale: #7A7A7A. Windows color (decimal): -4427774 or 159932. OLE color: 159932.
HSL color Cylindrical-coordinate representation of color #BC7002: hue angle of 35.48º 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 #BC7002 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.26 |
| HSL | 35.48º | 0.98% | 0.37% | - |
| HSV(B) | 35.48º | 0.99% | 0.74% | - |
| XYZ | 26.54 | 22.28 | 2.96 | - |
| YUV | 122.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 2 | 0 | 0.40 | 0.99 | 0.26 | 35.48 | 0.98 | 0.37 |
| Hex | BC | 70 | 2 | 0 | 28 | 63 | 1A | 23 | 62 | 25 |
| Octal | 274 | 160 | 2 | 0 | 50 | 143 | 32 | 43 | 142 | 45 |
| Binary | 10111100 | 1110000 | 10 | 0 | 101000 | 1100011 | 11010 | 100011 | 1100010 | 100101 |
Color Harmonies of #BC7002
Complementary color
Monochromatic Colors of #BC7002
Black with #BC7002
Text Example
Text Example
White with #BC7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7002; }
p { color: rgb(188,112,2); }
H1.HeaderClassName
{
color: #BC7002;
}
.AnyTagClassName
{
color: #BC7002;
}
</style>
background-color css
<style>
a { background-color: #BC7002; }
a { background-color: rgb(188,112,2); }
div.DivClassName
{
background-color: #BC7002;
}
.BgClassName
{
background-color: #BC7002;
}
</style>
border-color css
<style>
span { border-color: #BC7002; }
span { border-color: rgb(188,112,2); }
td.TdClassName
{
border-color: #BC7002;
}
.TagClassName
{
border-color: #BC7002;
}
</style>