Shades of Dark Goldenrod #BA9804
Tints of Dark Goldenrod #BA9804
RGB
CMYK
RGB Variations
Color information
#BA9804 (or 0xBA9804) is known color: Dark Goldenrod. HEX triplet: BA, 98 and 04. RGB value is (186,152,4). Sum of RGB (Red+Green+Blue) = 186+152+4=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9804 is #4567FB. Grayscale: #919191. Windows color (decimal): -4548604 or 301242. OLE color: 301242.
HSL color Cylindrical-coordinate representation of color #BA9804: hue angle of 48.79º 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 #BA9804 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.27 |
| HSL | 48.79º | 0.96% | 0.37% | - |
| HSV(B) | 48.79º | 0.98% | 0.73% | - |
| XYZ | 31.5 | 32.9 | 4.81 | - |
| YUV | 145.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 4 | 0 | 0.18 | 0.98 | 0.27 | 48.79 | 0.96 | 0.37 |
| Hex | BA | 98 | 4 | 0 | 12 | 62 | 1B | 31 | 60 | 25 |
| Octal | 272 | 230 | 4 | 0 | 22 | 142 | 33 | 61 | 140 | 45 |
| Binary | 10111010 | 10011000 | 100 | 0 | 10010 | 1100010 | 11011 | 110001 | 1100000 | 100101 |
Color Harmonies of #BA9804
Complementary color
Monochromatic Colors of #BA9804
Black with #BA9804
Text Example
Text Example
White with #BA9804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9804; }
p { color: rgb(186,152,4); }
H1.HeaderClassName
{
color: #BA9804;
}
.AnyTagClassName
{
color: #BA9804;
}
</style>
background-color css
<style>
a { background-color: #BA9804; }
a { background-color: rgb(186,152,4); }
div.DivClassName
{
background-color: #BA9804;
}
.BgClassName
{
background-color: #BA9804;
}
</style>
border-color css
<style>
span { border-color: #BA9804; }
span { border-color: rgb(186,152,4); }
td.TdClassName
{
border-color: #BA9804;
}
.TagClassName
{
border-color: #BA9804;
}
</style>