Shades of Dark Goldenrod #BA880E
Tints of Dark Goldenrod #BA880E
RGB
CMYK
RGB Variations
Color information
#BA880E (or 0xBA880E) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 0E. RGB value is (186,136,14). Sum of RGB (Red+Green+Blue) = 186+136+14=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA880E is #4577F1. Grayscale: #898989. Windows color (decimal): -4552690 or 952506. OLE color: 952506.
HSL color Cylindrical-coordinate representation of color #BA880E: hue angle of 42.56º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA880E is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 14 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.27 |
| HSL | 42.56º | 0.86% | 0.39% | - |
| HSV(B) | 42.56º | 0.92% | 0.73% | - |
| XYZ | 29.13 | 28.08 | 4.3 | - |
| YUV | 137.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 14 | 0 | 0.27 | 0.92 | 0.27 | 42.56 | 0.86 | 0.39 |
| Hex | BA | 88 | E | 0 | 1B | 5C | 1B | 2B | 56 | 27 |
| Octal | 272 | 210 | 16 | 0 | 33 | 134 | 33 | 53 | 126 | 47 |
| Binary | 10111010 | 10001000 | 1110 | 0 | 11011 | 1011100 | 11011 | 101011 | 1010110 | 100111 |
Color Harmonies of #BA880E
Complementary color
Monochromatic Colors of #BA880E
Black with #BA880E
Text Example
Text Example
White with #BA880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA880E; }
p { color: rgb(186,136,14); }
H1.HeaderClassName
{
color: #BA880E;
}
.AnyTagClassName
{
color: #BA880E;
}
</style>
background-color css
<style>
a { background-color: #BA880E; }
a { background-color: rgb(186,136,14); }
div.DivClassName
{
background-color: #BA880E;
}
.BgClassName
{
background-color: #BA880E;
}
</style>
border-color css
<style>
span { border-color: #BA880E; }
span { border-color: rgb(186,136,14); }
td.TdClassName
{
border-color: #BA880E;
}
.TagClassName
{
border-color: #BA880E;
}
</style>