Shades of Dark Goldenrod #BA8B00
Tints of Dark Goldenrod #BA8B00
RGB
CMYK
RGB Variations
Color information
#BA8B00 (or 0xBA8B00) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 00. RGB value is (186,139,0). Sum of RGB (Red+Green+Blue) = 186+139+0=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B00 is #4574FF. Grayscale: #898989. Windows color (decimal): -4551936 or 35770. OLE color: 35770.
HSL color Cylindrical-coordinate representation of color #BA8B00: hue angle of 44.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA8B00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.27 |
| HSL | 44.84º | 1% | 0.36% | - |
| HSV(B) | 44.84º | 1% | 0.73% | - |
| XYZ | 29.48 | 28.9 | 4.03 | - |
| YUV | 137.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 0 | 0 | 0.25 | 1 | 0.27 | 44.84 | 1 | 0.36 |
| Hex | BA | 8B | 0 | 0 | 19 | 64 | 1B | 2D | 64 | 24 |
| Octal | 272 | 213 | 0 | 0 | 31 | 144 | 33 | 55 | 144 | 44 |
| Binary | 10111010 | 10001011 | 0 | 0 | 11001 | 1100100 | 11011 | 101101 | 1100100 | 100100 |
Color Harmonies of #BA8B00
Complementary color
Monochromatic Colors of #BA8B00
Black with #BA8B00
Text Example
Text Example
White with #BA8B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B00; }
p { color: rgb(186,139,0); }
H1.HeaderClassName
{
color: #BA8B00;
}
.AnyTagClassName
{
color: #BA8B00;
}
</style>
background-color css
<style>
a { background-color: #BA8B00; }
a { background-color: rgb(186,139,0); }
div.DivClassName
{
background-color: #BA8B00;
}
.BgClassName
{
background-color: #BA8B00;
}
</style>
border-color css
<style>
span { border-color: #BA8B00; }
span { border-color: rgb(186,139,0); }
td.TdClassName
{
border-color: #BA8B00;
}
.TagClassName
{
border-color: #BA8B00;
}
</style>