Shades of Dark Goldenrod #BA8D0E
Tints of Dark Goldenrod #BA8D0E
RGB
CMYK
RGB Variations
Color information
#BA8D0E (or 0xBA8D0E) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 0E. RGB value is (186,141,14). Sum of RGB (Red+Green+Blue) = 186+141+14=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D0E is #4572F1. Grayscale: #8C8C8C. Windows color (decimal): -4551410 or 953786. OLE color: 953786.
HSL color Cylindrical-coordinate representation of color #BA8D0E: hue angle of 44.3º 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 #BA8D0E is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 14 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.27 |
| HSL | 44.3º | 0.86% | 0.39% | - |
| HSV(B) | 44.3º | 0.92% | 0.73% | - |
| XYZ | 29.85 | 29.52 | 4.54 | - |
| YUV | 139.98 | 56.91 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 14 | 0 | 0.24 | 0.92 | 0.27 | 44.3 | 0.86 | 0.39 |
| Hex | BA | 8D | E | 0 | 18 | 5C | 1B | 2C | 56 | 27 |
| Octal | 272 | 215 | 16 | 0 | 30 | 134 | 33 | 54 | 126 | 47 |
| Binary | 10111010 | 10001101 | 1110 | 0 | 11000 | 1011100 | 11011 | 101100 | 1010110 | 100111 |
Color Harmonies of #BA8D0E
Complementary color
Monochromatic Colors of #BA8D0E
Black with #BA8D0E
Text Example
Text Example
White with #BA8D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D0E; }
p { color: rgb(186,141,14); }
H1.HeaderClassName
{
color: #BA8D0E;
}
.AnyTagClassName
{
color: #BA8D0E;
}
</style>
background-color css
<style>
a { background-color: #BA8D0E; }
a { background-color: rgb(186,141,14); }
div.DivClassName
{
background-color: #BA8D0E;
}
.BgClassName
{
background-color: #BA8D0E;
}
</style>
border-color css
<style>
span { border-color: #BA8D0E; }
span { border-color: rgb(186,141,14); }
td.TdClassName
{
border-color: #BA8D0E;
}
.TagClassName
{
border-color: #BA8D0E;
}
</style>