Shades of Dark Goldenrod #BA7D04
Tints of Dark Goldenrod #BA7D04
RGB
CMYK
RGB Variations
Color information
#BA7D04 (or 0xBA7D04) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 04. RGB value is (186,125,4). Sum of RGB (Red+Green+Blue) = 186+125+4=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D04 is #4582FB. Grayscale: #818181. Windows color (decimal): -4555516 or 294330. OLE color: 294330.
HSL color Cylindrical-coordinate representation of color #BA7D04: hue angle of 39.89º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA7D04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.27 |
| HSL | 39.89º | 0.96% | 0.37% | - |
| HSV(B) | 39.89º | 0.98% | 0.73% | - |
| XYZ | 27.61 | 25.12 | 3.51 | - |
| YUV | 129.45 | 57.21 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 4 | 0 | 0.33 | 0.98 | 0.27 | 39.89 | 0.96 | 0.37 |
| Hex | BA | 7D | 4 | 0 | 21 | 62 | 1B | 28 | 60 | 25 |
| Octal | 272 | 175 | 4 | 0 | 41 | 142 | 33 | 50 | 140 | 45 |
| Binary | 10111010 | 1111101 | 100 | 0 | 100001 | 1100010 | 11011 | 101000 | 1100000 | 100101 |
Color Harmonies of #BA7D04
Complementary color
Monochromatic Colors of #BA7D04
Black with #BA7D04
Text Example
Text Example
White with #BA7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D04; }
p { color: rgb(186,125,4); }
H1.HeaderClassName
{
color: #BA7D04;
}
.AnyTagClassName
{
color: #BA7D04;
}
</style>
background-color css
<style>
a { background-color: #BA7D04; }
a { background-color: rgb(186,125,4); }
div.DivClassName
{
background-color: #BA7D04;
}
.BgClassName
{
background-color: #BA7D04;
}
</style>
border-color css
<style>
span { border-color: #BA7D04; }
span { border-color: rgb(186,125,4); }
td.TdClassName
{
border-color: #BA7D04;
}
.TagClassName
{
border-color: #BA7D04;
}
</style>