Shades of Dark Goldenrod #BC880D
Tints of Dark Goldenrod #BC880D
RGB
CMYK
RGB Variations
Color information
#BC880D (or 0xBC880D) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 0D. RGB value is (188,136,13). Sum of RGB (Red+Green+Blue) = 188+136+13=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC880D is #4377F2. Grayscale: #8A8A8A. Windows color (decimal): -4421619 or 886972. OLE color: 886972.
HSL color Cylindrical-coordinate representation of color #BC880D: hue angle of 42.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC880D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.26 |
| HSL | 42.17º | 0.87% | 0.39% | - |
| HSV(B) | 42.17º | 0.93% | 0.74% | - |
| XYZ | 29.62 | 28.33 | 4.29 | - |
| YUV | 137.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 13 | 0 | 0.28 | 0.93 | 0.26 | 42.17 | 0.87 | 0.39 |
| Hex | BC | 88 | D | 0 | 1C | 5D | 1A | 2A | 57 | 27 |
| Octal | 274 | 210 | 15 | 0 | 34 | 135 | 32 | 52 | 127 | 47 |
| Binary | 10111100 | 10001000 | 1101 | 0 | 11100 | 1011101 | 11010 | 101010 | 1010111 | 100111 |
Color Harmonies of #BC880D
Complementary color
Monochromatic Colors of #BC880D
Black with #BC880D
Text Example
Text Example
White with #BC880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC880D; }
p { color: rgb(188,136,13); }
H1.HeaderClassName
{
color: #BC880D;
}
.AnyTagClassName
{
color: #BC880D;
}
</style>
background-color css
<style>
a { background-color: #BC880D; }
a { background-color: rgb(188,136,13); }
div.DivClassName
{
background-color: #BC880D;
}
.BgClassName
{
background-color: #BC880D;
}
</style>
border-color css
<style>
span { border-color: #BC880D; }
span { border-color: rgb(188,136,13); }
td.TdClassName
{
border-color: #BC880D;
}
.TagClassName
{
border-color: #BC880D;
}
</style>