Shades of Dark Goldenrod #BA6F0E
Tints of Dark Goldenrod #BA6F0E
RGB
CMYK
RGB Variations
Color information
#BA6F0E (or 0xBA6F0E) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 0E. RGB value is (186,111,14). Sum of RGB (Red+Green+Blue) = 186+111+14=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F0E is #4590F1. Grayscale: #7A7A7A. Windows color (decimal): -4559090 or 946106. OLE color: 946106.
HSL color Cylindrical-coordinate representation of color #BA6F0E: hue angle of 33.84º 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 #BA6F0E is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 14 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.27 |
| HSL | 33.84º | 0.86% | 0.39% | - |
| HSV(B) | 33.84º | 0.92% | 0.73% | - |
| XYZ | 26.01 | 21.84 | 3.26 | - |
| YUV | 122.37 | 66.85 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 14 | 0 | 0.40 | 0.92 | 0.27 | 33.84 | 0.86 | 0.39 |
| Hex | BA | 6F | E | 0 | 28 | 5C | 1B | 22 | 56 | 27 |
| Octal | 272 | 157 | 16 | 0 | 50 | 134 | 33 | 42 | 126 | 47 |
| Binary | 10111010 | 1101111 | 1110 | 0 | 101000 | 1011100 | 11011 | 100010 | 1010110 | 100111 |
Color Harmonies of #BA6F0E
Complementary color
Monochromatic Colors of #BA6F0E
Black with #BA6F0E
Text Example
Text Example
White with #BA6F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F0E; }
p { color: rgb(186,111,14); }
H1.HeaderClassName
{
color: #BA6F0E;
}
.AnyTagClassName
{
color: #BA6F0E;
}
</style>
background-color css
<style>
a { background-color: #BA6F0E; }
a { background-color: rgb(186,111,14); }
div.DivClassName
{
background-color: #BA6F0E;
}
.BgClassName
{
background-color: #BA6F0E;
}
</style>
border-color css
<style>
span { border-color: #BA6F0E; }
span { border-color: rgb(186,111,14); }
td.TdClassName
{
border-color: #BA6F0E;
}
.TagClassName
{
border-color: #BA6F0E;
}
</style>