Shades of Dark Goldenrod #BC8E13
Tints of Dark Goldenrod #BC8E13
RGB
CMYK
RGB Variations
Color information
#BC8E13 (or 0xBC8E13) is known color: Dark Goldenrod. HEX triplet: BC, 8E and 13. RGB value is (188,142,19). Sum of RGB (Red+Green+Blue) = 188+142+19=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8E13 is #4371EC. Grayscale: #8E8E8E. Windows color (decimal): -4420077 or 1281724. OLE color: 1281724.
HSL color Cylindrical-coordinate representation of color #BC8E13: hue angle of 43.67º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8E13 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 19 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.26 |
| HSL | 43.67º | 0.82% | 0.41% | - |
| HSV(B) | 43.67º | 0.9% | 0.74% | - |
| XYZ | 30.53 | 30.08 | 4.81 | - |
| YUV | 141.73 | 58.74 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 19 | 0 | 0.24 | 0.90 | 0.26 | 43.67 | 0.82 | 0.41 |
| Hex | BC | 8E | 13 | 0 | 18 | 5A | 1A | 2C | 52 | 29 |
| Octal | 274 | 216 | 23 | 0 | 30 | 132 | 32 | 54 | 122 | 51 |
| Binary | 10111100 | 10001110 | 10011 | 0 | 11000 | 1011010 | 11010 | 101100 | 1010010 | 101001 |
Color Harmonies of #BC8E13
Complementary color
Monochromatic Colors of #BC8E13
Black with #BC8E13
Text Example
Text Example
White with #BC8E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E13; }
p { color: rgb(188,142,19); }
H1.HeaderClassName
{
color: #BC8E13;
}
.AnyTagClassName
{
color: #BC8E13;
}
</style>
background-color css
<style>
a { background-color: #BC8E13; }
a { background-color: rgb(188,142,19); }
div.DivClassName
{
background-color: #BC8E13;
}
.BgClassName
{
background-color: #BC8E13;
}
</style>
border-color css
<style>
span { border-color: #BC8E13; }
span { border-color: rgb(188,142,19); }
td.TdClassName
{
border-color: #BC8E13;
}
.TagClassName
{
border-color: #BC8E13;
}
</style>