Shades of Dark Goldenrod #BA9504
Tints of Dark Goldenrod #BA9504
RGB
CMYK
RGB Variations
Color information
#BA9504 (or 0xBA9504) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 04. RGB value is (186,149,4). Sum of RGB (Red+Green+Blue) = 186+149+4=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9504 is #456AFB. Grayscale: #909090. Windows color (decimal): -4549372 or 300474. OLE color: 300474.
HSL color Cylindrical-coordinate representation of color #BA9504: hue angle of 47.8º 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 #BA9504 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.27 |
| HSL | 47.8º | 0.96% | 0.37% | - |
| HSV(B) | 47.8º | 0.98% | 0.73% | - |
| XYZ | 31.02 | 31.94 | 4.65 | - |
| YUV | 143.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 4 | 0 | 0.20 | 0.98 | 0.27 | 47.8 | 0.96 | 0.37 |
| Hex | BA | 95 | 4 | 0 | 14 | 62 | 1B | 30 | 60 | 25 |
| Octal | 272 | 225 | 4 | 0 | 24 | 142 | 33 | 60 | 140 | 45 |
| Binary | 10111010 | 10010101 | 100 | 0 | 10100 | 1100010 | 11011 | 110000 | 1100000 | 100101 |
Color Harmonies of #BA9504
Complementary color
Monochromatic Colors of #BA9504
Black with #BA9504
Text Example
Text Example
White with #BA9504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9504; }
p { color: rgb(186,149,4); }
H1.HeaderClassName
{
color: #BA9504;
}
.AnyTagClassName
{
color: #BA9504;
}
</style>
background-color css
<style>
a { background-color: #BA9504; }
a { background-color: rgb(186,149,4); }
div.DivClassName
{
background-color: #BA9504;
}
.BgClassName
{
background-color: #BA9504;
}
</style>
border-color css
<style>
span { border-color: #BA9504; }
span { border-color: rgb(186,149,4); }
td.TdClassName
{
border-color: #BA9504;
}
.TagClassName
{
border-color: #BA9504;
}
</style>