Shades of Dark Goldenrod #BC880E
Tints of Dark Goldenrod #BC880E
RGB
CMYK
RGB Variations
Color information
#BC880E (or 0xBC880E) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 0E. RGB value is (188,136,14). Sum of RGB (Red+Green+Blue) = 188+136+14=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC880E is #4377F1. Grayscale: #8A8A8A. Windows color (decimal): -4421618 or 952508. OLE color: 952508.
HSL color Cylindrical-coordinate representation of color #BC880E: hue angle of 42.07º 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 #BC880E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 14 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.26 |
| HSL | 42.07º | 0.86% | 0.4% | - |
| HSV(B) | 42.07º | 0.93% | 0.74% | - |
| XYZ | 29.62 | 28.33 | 4.32 | - |
| YUV | 137.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 14 | 0 | 0.28 | 0.93 | 0.26 | 42.07 | 0.86 | 0.4 |
| Hex | BC | 88 | E | 0 | 1C | 5D | 1A | 2A | 56 | 28 |
| Octal | 274 | 210 | 16 | 0 | 34 | 135 | 32 | 52 | 126 | 50 |
| Binary | 10111100 | 10001000 | 1110 | 0 | 11100 | 1011101 | 11010 | 101010 | 1010110 | 101000 |
Color Harmonies of #BC880E
Complementary color
Monochromatic Colors of #BC880E
Black with #BC880E
Text Example
Text Example
White with #BC880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC880E; }
p { color: rgb(188,136,14); }
H1.HeaderClassName
{
color: #BC880E;
}
.AnyTagClassName
{
color: #BC880E;
}
</style>
background-color css
<style>
a { background-color: #BC880E; }
a { background-color: rgb(188,136,14); }
div.DivClassName
{
background-color: #BC880E;
}
.BgClassName
{
background-color: #BC880E;
}
</style>
border-color css
<style>
span { border-color: #BC880E; }
span { border-color: rgb(188,136,14); }
td.TdClassName
{
border-color: #BC880E;
}
.TagClassName
{
border-color: #BC880E;
}
</style>