Shades of Dark Goldenrod #BA8B01
Tints of Dark Goldenrod #BA8B01
RGB
CMYK
RGB Variations
Color information
#BA8B01 (or 0xBA8B01) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 01. RGB value is (186,139,1). Sum of RGB (Red+Green+Blue) = 186+139+1=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B01 is #4574FE. Grayscale: #898989. Windows color (decimal): -4551935 or 101306. OLE color: 101306.
HSL color Cylindrical-coordinate representation of color #BA8B01: hue angle of 44.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA8B01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.27 |
| HSL | 44.76º | 0.99% | 0.37% | - |
| HSV(B) | 44.76º | 0.99% | 0.73% | - |
| XYZ | 29.49 | 28.91 | 4.05 | - |
| YUV | 137.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 1 | 0 | 0.25 | 0.99 | 0.27 | 44.76 | 0.99 | 0.37 |
| Hex | BA | 8B | 1 | 0 | 19 | 63 | 1B | 2D | 63 | 25 |
| Octal | 272 | 213 | 1 | 0 | 31 | 143 | 33 | 55 | 143 | 45 |
| Binary | 10111010 | 10001011 | 1 | 0 | 11001 | 1100011 | 11011 | 101101 | 1100011 | 100101 |
Color Harmonies of #BA8B01
Complementary color
Monochromatic Colors of #BA8B01
Black with #BA8B01
Text Example
Text Example
White with #BA8B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B01; }
p { color: rgb(186,139,1); }
H1.HeaderClassName
{
color: #BA8B01;
}
.AnyTagClassName
{
color: #BA8B01;
}
</style>
background-color css
<style>
a { background-color: #BA8B01; }
a { background-color: rgb(186,139,1); }
div.DivClassName
{
background-color: #BA8B01;
}
.BgClassName
{
background-color: #BA8B01;
}
</style>
border-color css
<style>
span { border-color: #BA8B01; }
span { border-color: rgb(186,139,1); }
td.TdClassName
{
border-color: #BA8B01;
}
.TagClassName
{
border-color: #BA8B01;
}
</style>