Shades of Husk #BA9F51
Tints of Husk #BA9F51
RGB
CMYK
RGB Variations
Color information
#BA9F51 (or 0xBA9F51) is known color: Husk. HEX triplet: BA, 9F and 51. RGB value is (186,159,81). Sum of RGB (Red+Green+Blue) = 186+159+81=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F51 is #4560AE. Grayscale: #9E9E9E. Windows color (decimal): -4546735 or 5349306. OLE color: 5349306.
HSL color Cylindrical-coordinate representation of color #BA9F51: hue angle of 44.57º 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 #BA9F51 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 81 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.27 |
| HSL | 44.57º | 0.43% | 0.52% | - |
| HSV(B) | 44.57º | 0.56% | 0.73% | - |
| XYZ | 34.13 | 35.83 | 12.9 | - |
| YUV | 158.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 81 | 0 | 0.15 | 0.56 | 0.27 | 44.57 | 0.43 | 0.52 |
| Hex | BA | 9F | 51 | 0 | F | 38 | 1B | 2D | 2B | 34 |
| Octal | 272 | 237 | 121 | 0 | 17 | 70 | 33 | 55 | 53 | 64 |
| Binary | 10111010 | 10011111 | 1010001 | 0 | 1111 | 111000 | 11011 | 101101 | 101011 | 110100 |
Color Harmonies of #BA9F51
Complementary color
Monochromatic Colors of #BA9F51
Black with #BA9F51
Text Example
Text Example
White with #BA9F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F51; }
p { color: rgb(186,159,81); }
H1.HeaderClassName
{
color: #BA9F51;
}
.AnyTagClassName
{
color: #BA9F51;
}
</style>
background-color css
<style>
a { background-color: #BA9F51; }
a { background-color: rgb(186,159,81); }
div.DivClassName
{
background-color: #BA9F51;
}
.BgClassName
{
background-color: #BA9F51;
}
</style>
border-color css
<style>
span { border-color: #BA9F51; }
span { border-color: rgb(186,159,81); }
td.TdClassName
{
border-color: #BA9F51;
}
.TagClassName
{
border-color: #BA9F51;
}
</style>