Shades of Dark Goldenrod #BC800E
Tints of Dark Goldenrod #BC800E
RGB
CMYK
RGB Variations
Color information
#BC800E (or 0xBC800E) is known color: Dark Goldenrod. HEX triplet: BC, 80 and 0E. RGB value is (188,128,14). Sum of RGB (Red+Green+Blue) = 188+128+14=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC800E is #437FF1. Grayscale: #858585. Windows color (decimal): -4423666 or 950460. OLE color: 950460.
HSL color Cylindrical-coordinate representation of color #BC800E: hue angle of 39.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC800E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 14 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.26 |
| HSL | 39.31º | 0.86% | 0.4% | - |
| HSV(B) | 39.31º | 0.93% | 0.74% | - |
| XYZ | 28.54 | 26.16 | 3.96 | - |
| YUV | 132.94 | 60.88 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 14 | 0 | 0.32 | 0.93 | 0.26 | 39.31 | 0.86 | 0.4 |
| Hex | BC | 80 | E | 0 | 20 | 5D | 1A | 27 | 56 | 28 |
| Octal | 274 | 200 | 16 | 0 | 40 | 135 | 32 | 47 | 126 | 50 |
| Binary | 10111100 | 10000000 | 1110 | 0 | 100000 | 1011101 | 11010 | 100111 | 1010110 | 101000 |
Color Harmonies of #BC800E
Complementary color
Monochromatic Colors of #BC800E
Black with #BC800E
Text Example
Text Example
White with #BC800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC800E; }
p { color: rgb(188,128,14); }
H1.HeaderClassName
{
color: #BC800E;
}
.AnyTagClassName
{
color: #BC800E;
}
</style>
background-color css
<style>
a { background-color: #BC800E; }
a { background-color: rgb(188,128,14); }
div.DivClassName
{
background-color: #BC800E;
}
.BgClassName
{
background-color: #BC800E;
}
</style>
border-color css
<style>
span { border-color: #BC800E; }
span { border-color: rgb(188,128,14); }
td.TdClassName
{
border-color: #BC800E;
}
.TagClassName
{
border-color: #BC800E;
}
</style>