Shades of Dark Goldenrod #BA840E
Tints of Dark Goldenrod #BA840E
RGB
CMYK
RGB Variations
Color information
#BA840E (or 0xBA840E) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 0E. RGB value is (186,132,14). Sum of RGB (Red+Green+Blue) = 186+132+14=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA840E is #457BF1. Grayscale: #878787. Windows color (decimal): -4553714 or 951482. OLE color: 951482.
HSL color Cylindrical-coordinate representation of color #BA840E: hue angle of 41.16º 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 #BA840E is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 14 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.27 |
| HSL | 41.16º | 0.86% | 0.39% | - |
| HSV(B) | 41.16º | 0.92% | 0.73% | - |
| XYZ | 28.58 | 26.97 | 4.12 | - |
| YUV | 134.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 14 | 0 | 0.29 | 0.92 | 0.27 | 41.16 | 0.86 | 0.39 |
| Hex | BA | 84 | E | 0 | 1D | 5C | 1B | 29 | 56 | 27 |
| Octal | 272 | 204 | 16 | 0 | 35 | 134 | 33 | 51 | 126 | 47 |
| Binary | 10111010 | 10000100 | 1110 | 0 | 11101 | 1011100 | 11011 | 101001 | 1010110 | 100111 |
Color Harmonies of #BA840E
Complementary color
Monochromatic Colors of #BA840E
Black with #BA840E
Text Example
Text Example
White with #BA840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA840E; }
p { color: rgb(186,132,14); }
H1.HeaderClassName
{
color: #BA840E;
}
.AnyTagClassName
{
color: #BA840E;
}
</style>
background-color css
<style>
a { background-color: #BA840E; }
a { background-color: rgb(186,132,14); }
div.DivClassName
{
background-color: #BA840E;
}
.BgClassName
{
background-color: #BA840E;
}
</style>
border-color css
<style>
span { border-color: #BA840E; }
span { border-color: rgb(186,132,14); }
td.TdClassName
{
border-color: #BA840E;
}
.TagClassName
{
border-color: #BA840E;
}
</style>