Shades of Dark Goldenrod #BA860D
Tints of Dark Goldenrod #BA860D
RGB
CMYK
RGB Variations
Color information
#BA860D (or 0xBA860D) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 0D. RGB value is (186,134,13). Sum of RGB (Red+Green+Blue) = 186+134+13=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA860D is #4579F2. Grayscale: #888888. Windows color (decimal): -4553203 or 886458. OLE color: 886458.
HSL color Cylindrical-coordinate representation of color #BA860D: hue angle of 41.97º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA860D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.27 |
| HSL | 41.97º | 0.87% | 0.39% | - |
| HSV(B) | 41.97º | 0.93% | 0.73% | - |
| XYZ | 28.85 | 27.52 | 4.17 | - |
| YUV | 135.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 13 | 0 | 0.28 | 0.93 | 0.27 | 41.97 | 0.87 | 0.39 |
| Hex | BA | 86 | D | 0 | 1C | 5D | 1B | 2A | 57 | 27 |
| Octal | 272 | 206 | 15 | 0 | 34 | 135 | 33 | 52 | 127 | 47 |
| Binary | 10111010 | 10000110 | 1101 | 0 | 11100 | 1011101 | 11011 | 101010 | 1010111 | 100111 |
Color Harmonies of #BA860D
Complementary color
Monochromatic Colors of #BA860D
Black with #BA860D
Text Example
Text Example
White with #BA860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA860D; }
p { color: rgb(186,134,13); }
H1.HeaderClassName
{
color: #BA860D;
}
.AnyTagClassName
{
color: #BA860D;
}
</style>
background-color css
<style>
a { background-color: #BA860D; }
a { background-color: rgb(186,134,13); }
div.DivClassName
{
background-color: #BA860D;
}
.BgClassName
{
background-color: #BA860D;
}
</style>
border-color css
<style>
span { border-color: #BA860D; }
span { border-color: rgb(186,134,13); }
td.TdClassName
{
border-color: #BA860D;
}
.TagClassName
{
border-color: #BA860D;
}
</style>