Shades of Dark Goldenrod #BC7000
Tints of Dark Goldenrod #BC7000
RGB
CMYK
RGB Variations
Color information
#BC7000 (or 0xBC7000) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 00. RGB value is (188,112,0). Sum of RGB (Red+Green+Blue) = 188+112+0=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7000 is #438FFF. Grayscale: #7A7A7A. Windows color (decimal): -4427776 or 28860. OLE color: 28860.
HSL color Cylindrical-coordinate representation of color #BC7000: hue angle of 35.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC7000 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.26 |
| HSL | 35.74º | 1% | 0.37% | - |
| HSV(B) | 35.74º | 1% | 0.74% | - |
| XYZ | 26.53 | 22.28 | 2.9 | - |
| YUV | 121.96 | 59.18 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 0 | 0 | 0.40 | 1 | 0.26 | 35.74 | 1 | 0.37 |
| Hex | BC | 70 | 0 | 0 | 28 | 64 | 1A | 24 | 64 | 25 |
| Octal | 274 | 160 | 0 | 0 | 50 | 144 | 32 | 44 | 144 | 45 |
| Binary | 10111100 | 1110000 | 0 | 0 | 101000 | 1100100 | 11010 | 100100 | 1100100 | 100101 |
Color Harmonies of #BC7000
Complementary color
Monochromatic Colors of #BC7000
Black with #BC7000
Text Example
Text Example
White with #BC7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7000; }
p { color: rgb(188,112,0); }
H1.HeaderClassName
{
color: #BC7000;
}
.AnyTagClassName
{
color: #BC7000;
}
</style>
background-color css
<style>
a { background-color: #BC7000; }
a { background-color: rgb(188,112,0); }
div.DivClassName
{
background-color: #BC7000;
}
.BgClassName
{
background-color: #BC7000;
}
</style>
border-color css
<style>
span { border-color: #BC7000; }
span { border-color: rgb(188,112,0); }
td.TdClassName
{
border-color: #BC7000;
}
.TagClassName
{
border-color: #BC7000;
}
</style>