Shades of Dark Goldenrod #BA7504
Tints of Dark Goldenrod #BA7504
RGB
CMYK
RGB Variations
Color information
#BA7504 (or 0xBA7504) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 04. RGB value is (186,117,4). Sum of RGB (Red+Green+Blue) = 186+117+4=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7504 is #458AFB. Grayscale: #7D7D7D. Windows color (decimal): -4557564 or 292282. OLE color: 292282.
HSL color Cylindrical-coordinate representation of color #BA7504: hue angle of 37.25º 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 #BA7504 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.27 |
| HSL | 37.25º | 0.96% | 0.37% | - |
| HSV(B) | 37.25º | 0.98% | 0.73% | - |
| XYZ | 26.63 | 23.17 | 3.18 | - |
| YUV | 124.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 4 | 0 | 0.37 | 0.98 | 0.27 | 37.25 | 0.96 | 0.37 |
| Hex | BA | 75 | 4 | 0 | 25 | 62 | 1B | 25 | 60 | 25 |
| Octal | 272 | 165 | 4 | 0 | 45 | 142 | 33 | 45 | 140 | 45 |
| Binary | 10111010 | 1110101 | 100 | 0 | 100101 | 1100010 | 11011 | 100101 | 1100000 | 100101 |
Color Harmonies of #BA7504
Complementary color
Monochromatic Colors of #BA7504
Black with #BA7504
Text Example
Text Example
White with #BA7504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7504; }
p { color: rgb(186,117,4); }
H1.HeaderClassName
{
color: #BA7504;
}
.AnyTagClassName
{
color: #BA7504;
}
</style>
background-color css
<style>
a { background-color: #BA7504; }
a { background-color: rgb(186,117,4); }
div.DivClassName
{
background-color: #BA7504;
}
.BgClassName
{
background-color: #BA7504;
}
</style>
border-color css
<style>
span { border-color: #BA7504; }
span { border-color: rgb(186,117,4); }
td.TdClassName
{
border-color: #BA7504;
}
.TagClassName
{
border-color: #BA7504;
}
</style>