Shades of Dark Goldenrod #BA8B04
Tints of Dark Goldenrod #BA8B04
RGB
CMYK
RGB Variations
Color information
#BA8B04 (or 0xBA8B04) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 04. RGB value is (186,139,4). Sum of RGB (Red+Green+Blue) = 186+139+4=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B04 is #4574FB. Grayscale: #8A8A8A. Windows color (decimal): -4551932 or 297914. OLE color: 297914.
HSL color Cylindrical-coordinate representation of color #BA8B04: hue angle of 44.51º 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 #BA8B04 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.27 |
| HSL | 44.51º | 0.96% | 0.37% | - |
| HSV(B) | 44.51º | 0.98% | 0.73% | - |
| XYZ | 29.5 | 28.91 | 4.14 | - |
| YUV | 137.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 4 | 0 | 0.25 | 0.98 | 0.27 | 44.51 | 0.96 | 0.37 |
| Hex | BA | 8B | 4 | 0 | 19 | 62 | 1B | 2D | 60 | 25 |
| Octal | 272 | 213 | 4 | 0 | 31 | 142 | 33 | 55 | 140 | 45 |
| Binary | 10111010 | 10001011 | 100 | 0 | 11001 | 1100010 | 11011 | 101101 | 1100000 | 100101 |
Color Harmonies of #BA8B04
Complementary color
Monochromatic Colors of #BA8B04
Black with #BA8B04
Text Example
Text Example
White with #BA8B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B04; }
p { color: rgb(186,139,4); }
H1.HeaderClassName
{
color: #BA8B04;
}
.AnyTagClassName
{
color: #BA8B04;
}
</style>
background-color css
<style>
a { background-color: #BA8B04; }
a { background-color: rgb(186,139,4); }
div.DivClassName
{
background-color: #BA8B04;
}
.BgClassName
{
background-color: #BA8B04;
}
</style>
border-color css
<style>
span { border-color: #BA8B04; }
span { border-color: rgb(186,139,4); }
td.TdClassName
{
border-color: #BA8B04;
}
.TagClassName
{
border-color: #BA8B04;
}
</style>