Shades of Husk #BA9E51
Tints of Husk #BA9E51
RGB
CMYK
RGB Variations
Color information
#BA9E51 (or 0xBA9E51) is known color: Husk. HEX triplet: BA, 9E and 51. RGB value is (186,158,81). Sum of RGB (Red+Green+Blue) = 186+158+81=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E51 is #4561AE. Grayscale: #9D9D9D. Windows color (decimal): -4546991 or 5349050. OLE color: 5349050.
HSL color Cylindrical-coordinate representation of color #BA9E51: hue angle of 44º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA9E51 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 81 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.27 |
| HSL | 44º | 0.43% | 0.52% | - |
| HSV(B) | 44º | 0.56% | 0.73% | - |
| XYZ | 33.96 | 35.49 | 12.84 | - |
| YUV | 157.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 81 | 0 | 0.15 | 0.56 | 0.27 | 44 | 0.43 | 0.52 |
| Hex | BA | 9E | 51 | 0 | F | 38 | 1B | 2C | 2B | 34 |
| Octal | 272 | 236 | 121 | 0 | 17 | 70 | 33 | 54 | 53 | 64 |
| Binary | 10111010 | 10011110 | 1010001 | 0 | 1111 | 111000 | 11011 | 101100 | 101011 | 110100 |
Color Harmonies of #BA9E51
Complementary color
Monochromatic Colors of #BA9E51
Black with #BA9E51
Text Example
Text Example
White with #BA9E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E51; }
p { color: rgb(186,158,81); }
H1.HeaderClassName
{
color: #BA9E51;
}
.AnyTagClassName
{
color: #BA9E51;
}
</style>
background-color css
<style>
a { background-color: #BA9E51; }
a { background-color: rgb(186,158,81); }
div.DivClassName
{
background-color: #BA9E51;
}
.BgClassName
{
background-color: #BA9E51;
}
</style>
border-color css
<style>
span { border-color: #BA9E51; }
span { border-color: rgb(186,158,81); }
td.TdClassName
{
border-color: #BA9E51;
}
.TagClassName
{
border-color: #BA9E51;
}
</style>