Shades of Dark Goldenrod #BA8D04
Tints of Dark Goldenrod #BA8D04
RGB
CMYK
RGB Variations
Color information
#BA8D04 (or 0xBA8D04) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 04. RGB value is (186,141,4). Sum of RGB (Red+Green+Blue) = 186+141+4=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D04 is #4572FB. Grayscale: #8B8B8B. Windows color (decimal): -4551420 or 298426. OLE color: 298426.
HSL color Cylindrical-coordinate representation of color #BA8D04: hue angle of 45.16º 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 #BA8D04 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.27 |
| HSL | 45.16º | 0.96% | 0.37% | - |
| HSV(B) | 45.16º | 0.98% | 0.73% | - |
| XYZ | 29.8 | 29.5 | 4.24 | - |
| YUV | 138.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 4 | 0 | 0.24 | 0.98 | 0.27 | 45.16 | 0.96 | 0.37 |
| Hex | BA | 8D | 4 | 0 | 18 | 62 | 1B | 2D | 60 | 25 |
| Octal | 272 | 215 | 4 | 0 | 30 | 142 | 33 | 55 | 140 | 45 |
| Binary | 10111010 | 10001101 | 100 | 0 | 11000 | 1100010 | 11011 | 101101 | 1100000 | 100101 |
Color Harmonies of #BA8D04
Complementary color
Monochromatic Colors of #BA8D04
Black with #BA8D04
Text Example
Text Example
White with #BA8D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D04; }
p { color: rgb(186,141,4); }
H1.HeaderClassName
{
color: #BA8D04;
}
.AnyTagClassName
{
color: #BA8D04;
}
</style>
background-color css
<style>
a { background-color: #BA8D04; }
a { background-color: rgb(186,141,4); }
div.DivClassName
{
background-color: #BA8D04;
}
.BgClassName
{
background-color: #BA8D04;
}
</style>
border-color css
<style>
span { border-color: #BA8D04; }
span { border-color: rgb(186,141,4); }
td.TdClassName
{
border-color: #BA8D04;
}
.TagClassName
{
border-color: #BA8D04;
}
</style>