Shades of Dark Goldenrod #BA8F0E
Tints of Dark Goldenrod #BA8F0E
RGB
CMYK
RGB Variations
Color information
#BA8F0E (or 0xBA8F0E) is known color: Dark Goldenrod. HEX triplet: BA, 8F and 0E. RGB value is (186,143,14). Sum of RGB (Red+Green+Blue) = 186+143+14=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8F0E is #4570F1. Grayscale: #8D8D8D. Windows color (decimal): -4550898 or 954298. OLE color: 954298.
HSL color Cylindrical-coordinate representation of color #BA8F0E: hue angle of 45º 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 #BA8F0E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 14 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.27 |
| HSL | 45º | 0.86% | 0.39% | - |
| HSV(B) | 45º | 0.92% | 0.73% | - |
| XYZ | 30.15 | 30.12 | 4.64 | - |
| YUV | 141.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 14 | 0 | 0.23 | 0.92 | 0.27 | 45 | 0.86 | 0.39 |
| Hex | BA | 8F | E | 0 | 17 | 5C | 1B | 2D | 56 | 27 |
| Octal | 272 | 217 | 16 | 0 | 27 | 134 | 33 | 55 | 126 | 47 |
| Binary | 10111010 | 10001111 | 1110 | 0 | 10111 | 1011100 | 11011 | 101101 | 1010110 | 100111 |
Color Harmonies of #BA8F0E
Complementary color
Monochromatic Colors of #BA8F0E
Black with #BA8F0E
Text Example
Text Example
White with #BA8F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F0E; }
p { color: rgb(186,143,14); }
H1.HeaderClassName
{
color: #BA8F0E;
}
.AnyTagClassName
{
color: #BA8F0E;
}
</style>
background-color css
<style>
a { background-color: #BA8F0E; }
a { background-color: rgb(186,143,14); }
div.DivClassName
{
background-color: #BA8F0E;
}
.BgClassName
{
background-color: #BA8F0E;
}
</style>
border-color css
<style>
span { border-color: #BA8F0E; }
span { border-color: rgb(186,143,14); }
td.TdClassName
{
border-color: #BA8F0E;
}
.TagClassName
{
border-color: #BA8F0E;
}
</style>