Shades of Dark Goldenrod #BA9204
Tints of Dark Goldenrod #BA9204
RGB
CMYK
RGB Variations
Color information
#BA9204 (or 0xBA9204) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 04. RGB value is (186,146,4). Sum of RGB (Red+Green+Blue) = 186+146+4=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9204 is #456DFB. Grayscale: #8E8E8E. Windows color (decimal): -4550140 or 299706. OLE color: 299706.
HSL color Cylindrical-coordinate representation of color #BA9204: hue angle of 46.81º 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 #BA9204 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.27 |
| HSL | 46.81º | 0.96% | 0.37% | - |
| HSV(B) | 46.81º | 0.98% | 0.73% | - |
| XYZ | 30.55 | 31.01 | 4.49 | - |
| YUV | 141.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 4 | 0 | 0.22 | 0.98 | 0.27 | 46.81 | 0.96 | 0.37 |
| Hex | BA | 92 | 4 | 0 | 16 | 62 | 1B | 2F | 60 | 25 |
| Octal | 272 | 222 | 4 | 0 | 26 | 142 | 33 | 57 | 140 | 45 |
| Binary | 10111010 | 10010010 | 100 | 0 | 10110 | 1100010 | 11011 | 101111 | 1100000 | 100101 |
Color Harmonies of #BA9204
Complementary color
Monochromatic Colors of #BA9204
Black with #BA9204
Text Example
Text Example
White with #BA9204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9204; }
p { color: rgb(186,146,4); }
H1.HeaderClassName
{
color: #BA9204;
}
.AnyTagClassName
{
color: #BA9204;
}
</style>
background-color css
<style>
a { background-color: #BA9204; }
a { background-color: rgb(186,146,4); }
div.DivClassName
{
background-color: #BA9204;
}
.BgClassName
{
background-color: #BA9204;
}
</style>
border-color css
<style>
span { border-color: #BA9204; }
span { border-color: rgb(186,146,4); }
td.TdClassName
{
border-color: #BA9204;
}
.TagClassName
{
border-color: #BA9204;
}
</style>