Shades of Dark Goldenrod #BA850E
Tints of Dark Goldenrod #BA850E
RGB
CMYK
RGB Variations
Color information
#BA850E (or 0xBA850E) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 0E. RGB value is (186,133,14). Sum of RGB (Red+Green+Blue) = 186+133+14=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA850E is #457AF1. Grayscale: #878787. Windows color (decimal): -4553458 or 951738. OLE color: 951738.
HSL color Cylindrical-coordinate representation of color #BA850E: hue angle of 41.51º 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 #BA850E is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 14 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.27 |
| HSL | 41.51º | 0.86% | 0.39% | - |
| HSV(B) | 41.51º | 0.92% | 0.73% | - |
| XYZ | 28.72 | 27.25 | 4.16 | - |
| YUV | 135.28 | 59.56 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 14 | 0 | 0.28 | 0.92 | 0.27 | 41.51 | 0.86 | 0.39 |
| Hex | BA | 85 | E | 0 | 1C | 5C | 1B | 2A | 56 | 27 |
| Octal | 272 | 205 | 16 | 0 | 34 | 134 | 33 | 52 | 126 | 47 |
| Binary | 10111010 | 10000101 | 1110 | 0 | 11100 | 1011100 | 11011 | 101010 | 1010110 | 100111 |
Color Harmonies of #BA850E
Complementary color
Monochromatic Colors of #BA850E
Black with #BA850E
Text Example
Text Example
White with #BA850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA850E; }
p { color: rgb(186,133,14); }
H1.HeaderClassName
{
color: #BA850E;
}
.AnyTagClassName
{
color: #BA850E;
}
</style>
background-color css
<style>
a { background-color: #BA850E; }
a { background-color: rgb(186,133,14); }
div.DivClassName
{
background-color: #BA850E;
}
.BgClassName
{
background-color: #BA850E;
}
</style>
border-color css
<style>
span { border-color: #BA850E; }
span { border-color: rgb(186,133,14); }
td.TdClassName
{
border-color: #BA850E;
}
.TagClassName
{
border-color: #BA850E;
}
</style>