Shades of Husk #BA9F4E
Tints of Husk #BA9F4E
RGB
CMYK
RGB Variations
Color information
#BA9F4E (or 0xBA9F4E) is known color: Husk. HEX triplet: BA, 9F and 4E. RGB value is (186,159,78). Sum of RGB (Red+Green+Blue) = 186+159+78=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F4E is #4560B1. Grayscale: #9E9E9E. Windows color (decimal): -4546738 or 5152698. OLE color: 5152698.
HSL color Cylindrical-coordinate representation of color #BA9F4E: hue angle of 45º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA9F4E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 78 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.27 |
| HSL | 45º | 0.44% | 0.52% | - |
| HSV(B) | 45º | 0.58% | 0.73% | - |
| XYZ | 34.02 | 35.79 | 12.32 | - |
| YUV | 157.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 78 | 0 | 0.15 | 0.58 | 0.27 | 45 | 0.44 | 0.52 |
| Hex | BA | 9F | 4E | 0 | F | 3A | 1B | 2D | 2C | 34 |
| Octal | 272 | 237 | 116 | 0 | 17 | 72 | 33 | 55 | 54 | 64 |
| Binary | 10111010 | 10011111 | 1001110 | 0 | 1111 | 111010 | 11011 | 101101 | 101100 | 110100 |
Color Harmonies of #BA9F4E
Complementary color
Monochromatic Colors of #BA9F4E
Black with #BA9F4E
Text Example
Text Example
White with #BA9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F4E; }
p { color: rgb(186,159,78); }
H1.HeaderClassName
{
color: #BA9F4E;
}
.AnyTagClassName
{
color: #BA9F4E;
}
</style>
background-color css
<style>
a { background-color: #BA9F4E; }
a { background-color: rgb(186,159,78); }
div.DivClassName
{
background-color: #BA9F4E;
}
.BgClassName
{
background-color: #BA9F4E;
}
</style>
border-color css
<style>
span { border-color: #BA9F4E; }
span { border-color: rgb(186,159,78); }
td.TdClassName
{
border-color: #BA9F4E;
}
.TagClassName
{
border-color: #BA9F4E;
}
</style>