Shades of Dark Goldenrod #BA7D0E
Tints of Dark Goldenrod #BA7D0E
RGB
CMYK
RGB Variations
Color information
#BA7D0E (or 0xBA7D0E) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 0E. RGB value is (186,125,14). Sum of RGB (Red+Green+Blue) = 186+125+14=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D0E is #4582F1. Grayscale: #838383. Windows color (decimal): -4555506 or 949690. OLE color: 949690.
HSL color Cylindrical-coordinate representation of color #BA7D0E: hue angle of 38.72º 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 #BA7D0E is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 14 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.27 |
| HSL | 38.72º | 0.86% | 0.39% | - |
| HSV(B) | 38.72º | 0.92% | 0.73% | - |
| XYZ | 27.66 | 25.14 | 3.81 | - |
| YUV | 130.59 | 62.21 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 14 | 0 | 0.33 | 0.92 | 0.27 | 38.72 | 0.86 | 0.39 |
| Hex | BA | 7D | E | 0 | 21 | 5C | 1B | 27 | 56 | 27 |
| Octal | 272 | 175 | 16 | 0 | 41 | 134 | 33 | 47 | 126 | 47 |
| Binary | 10111010 | 1111101 | 1110 | 0 | 100001 | 1011100 | 11011 | 100111 | 1010110 | 100111 |
Color Harmonies of #BA7D0E
Complementary color
Monochromatic Colors of #BA7D0E
Black with #BA7D0E
Text Example
Text Example
White with #BA7D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D0E; }
p { color: rgb(186,125,14); }
H1.HeaderClassName
{
color: #BA7D0E;
}
.AnyTagClassName
{
color: #BA7D0E;
}
</style>
background-color css
<style>
a { background-color: #BA7D0E; }
a { background-color: rgb(186,125,14); }
div.DivClassName
{
background-color: #BA7D0E;
}
.BgClassName
{
background-color: #BA7D0E;
}
</style>
border-color css
<style>
span { border-color: #BA7D0E; }
span { border-color: rgb(186,125,14); }
td.TdClassName
{
border-color: #BA7D0E;
}
.TagClassName
{
border-color: #BA7D0E;
}
</style>