Shades of Dark Goldenrod #BA7904
Tints of Dark Goldenrod #BA7904
RGB
CMYK
RGB Variations
Color information
#BA7904 (or 0xBA7904) is known color: Dark Goldenrod. HEX triplet: BA, 79 and 04. RGB value is (186,121,4). Sum of RGB (Red+Green+Blue) = 186+121+4=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7904 is #4586FB. Grayscale: #7F7F7F. Windows color (decimal): -4556540 or 293306. OLE color: 293306.
HSL color Cylindrical-coordinate representation of color #BA7904: hue angle of 38.57º 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 #BA7904 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.27 |
| HSL | 38.57º | 0.96% | 0.37% | - |
| HSV(B) | 38.57º | 0.98% | 0.73% | - |
| XYZ | 27.11 | 24.12 | 3.34 | - |
| YUV | 127.1 | 58.53 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 4 | 0 | 0.35 | 0.98 | 0.27 | 38.57 | 0.96 | 0.37 |
| Hex | BA | 79 | 4 | 0 | 23 | 62 | 1B | 27 | 60 | 25 |
| Octal | 272 | 171 | 4 | 0 | 43 | 142 | 33 | 47 | 140 | 45 |
| Binary | 10111010 | 1111001 | 100 | 0 | 100011 | 1100010 | 11011 | 100111 | 1100000 | 100101 |
Color Harmonies of #BA7904
Complementary color
Monochromatic Colors of #BA7904
Black with #BA7904
Text Example
Text Example
White with #BA7904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7904; }
p { color: rgb(186,121,4); }
H1.HeaderClassName
{
color: #BA7904;
}
.AnyTagClassName
{
color: #BA7904;
}
</style>
background-color css
<style>
a { background-color: #BA7904; }
a { background-color: rgb(186,121,4); }
div.DivClassName
{
background-color: #BA7904;
}
.BgClassName
{
background-color: #BA7904;
}
</style>
border-color css
<style>
span { border-color: #BA7904; }
span { border-color: rgb(186,121,4); }
td.TdClassName
{
border-color: #BA7904;
}
.TagClassName
{
border-color: #BA7904;
}
</style>