Shades of Dark Goldenrod #BA7004
Tints of Dark Goldenrod #BA7004
RGB
CMYK
RGB Variations
Color information
#BA7004 (or 0xBA7004) is known color: Dark Goldenrod. HEX triplet: BA, 70 and 04. RGB value is (186,112,4). Sum of RGB (Red+Green+Blue) = 186+112+4=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7004 is #458FFB. Grayscale: #7A7A7A. Windows color (decimal): -4558844 or 291002. OLE color: 291002.
HSL color Cylindrical-coordinate representation of color #BA7004: hue angle of 35.6º 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 #BA7004 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.27 |
| HSL | 35.6º | 0.96% | 0.37% | - |
| HSV(B) | 35.6º | 0.98% | 0.73% | - |
| XYZ | 26.07 | 22.04 | 2.99 | - |
| YUV | 121.81 | 61.52 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 4 | 0 | 0.40 | 0.98 | 0.27 | 35.6 | 0.96 | 0.37 |
| Hex | BA | 70 | 4 | 0 | 28 | 62 | 1B | 24 | 60 | 25 |
| Octal | 272 | 160 | 4 | 0 | 50 | 142 | 33 | 44 | 140 | 45 |
| Binary | 10111010 | 1110000 | 100 | 0 | 101000 | 1100010 | 11011 | 100100 | 1100000 | 100101 |
Color Harmonies of #BA7004
Complementary color
Monochromatic Colors of #BA7004
Black with #BA7004
Text Example
Text Example
White with #BA7004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7004; }
p { color: rgb(186,112,4); }
H1.HeaderClassName
{
color: #BA7004;
}
.AnyTagClassName
{
color: #BA7004;
}
</style>
background-color css
<style>
a { background-color: #BA7004; }
a { background-color: rgb(186,112,4); }
div.DivClassName
{
background-color: #BA7004;
}
.BgClassName
{
background-color: #BA7004;
}
</style>
border-color css
<style>
span { border-color: #BA7004; }
span { border-color: rgb(186,112,4); }
td.TdClassName
{
border-color: #BA7004;
}
.TagClassName
{
border-color: #BA7004;
}
</style>