Shades of Dark Goldenrod #BA8B05
Tints of Dark Goldenrod #BA8B05
RGB
CMYK
RGB Variations
Color information
#BA8B05 (or 0xBA8B05) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 05. RGB value is (186,139,5). Sum of RGB (Red+Green+Blue) = 186+139+5=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B05 is #4574FA. Grayscale: #8A8A8A. Windows color (decimal): -4551931 or 363450. OLE color: 363450.
HSL color Cylindrical-coordinate representation of color #BA8B05: hue angle of 44.42º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA8B05 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.27 |
| HSL | 44.42º | 0.95% | 0.37% | - |
| HSV(B) | 44.42º | 0.97% | 0.73% | - |
| XYZ | 29.51 | 28.92 | 4.17 | - |
| YUV | 137.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 5 | 0 | 0.25 | 0.97 | 0.27 | 44.42 | 0.95 | 0.37 |
| Hex | BA | 8B | 5 | 0 | 19 | 61 | 1B | 2C | 5F | 25 |
| Octal | 272 | 213 | 5 | 0 | 31 | 141 | 33 | 54 | 137 | 45 |
| Binary | 10111010 | 10001011 | 101 | 0 | 11001 | 1100001 | 11011 | 101100 | 1011111 | 100101 |
Color Harmonies of #BA8B05
Complementary color
Monochromatic Colors of #BA8B05
Black with #BA8B05
Text Example
Text Example
White with #BA8B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B05; }
p { color: rgb(186,139,5); }
H1.HeaderClassName
{
color: #BA8B05;
}
.AnyTagClassName
{
color: #BA8B05;
}
</style>
background-color css
<style>
a { background-color: #BA8B05; }
a { background-color: rgb(186,139,5); }
div.DivClassName
{
background-color: #BA8B05;
}
.BgClassName
{
background-color: #BA8B05;
}
</style>
border-color css
<style>
span { border-color: #BA8B05; }
span { border-color: rgb(186,139,5); }
td.TdClassName
{
border-color: #BA8B05;
}
.TagClassName
{
border-color: #BA8B05;
}
</style>