Shades of Husk #BA9E4E
Tints of Husk #BA9E4E
RGB
CMYK
RGB Variations
Color information
#BA9E4E (or 0xBA9E4E) is known color: Husk. HEX triplet: BA, 9E and 4E. RGB value is (186,158,78). Sum of RGB (Red+Green+Blue) = 186+158+78=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E4E is #4561B1. Grayscale: #9D9D9D. Windows color (decimal): -4546994 or 5152442. OLE color: 5152442.
HSL color Cylindrical-coordinate representation of color #BA9E4E: hue angle of 44.44º 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 #BA9E4E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 78 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.27 |
| HSL | 44.44º | 0.44% | 0.52% | - |
| HSV(B) | 44.44º | 0.58% | 0.73% | - |
| XYZ | 33.85 | 35.44 | 12.26 | - |
| YUV | 157.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 78 | 0 | 0.15 | 0.58 | 0.27 | 44.44 | 0.44 | 0.52 |
| Hex | BA | 9E | 4E | 0 | F | 3A | 1B | 2C | 2C | 34 |
| Octal | 272 | 236 | 116 | 0 | 17 | 72 | 33 | 54 | 54 | 64 |
| Binary | 10111010 | 10011110 | 1001110 | 0 | 1111 | 111010 | 11011 | 101100 | 101100 | 110100 |
Color Harmonies of #BA9E4E
Complementary color
Monochromatic Colors of #BA9E4E
Black with #BA9E4E
Text Example
Text Example
White with #BA9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E4E; }
p { color: rgb(186,158,78); }
H1.HeaderClassName
{
color: #BA9E4E;
}
.AnyTagClassName
{
color: #BA9E4E;
}
</style>
background-color css
<style>
a { background-color: #BA9E4E; }
a { background-color: rgb(186,158,78); }
div.DivClassName
{
background-color: #BA9E4E;
}
.BgClassName
{
background-color: #BA9E4E;
}
</style>
border-color css
<style>
span { border-color: #BA9E4E; }
span { border-color: rgb(186,158,78); }
td.TdClassName
{
border-color: #BA9E4E;
}
.TagClassName
{
border-color: #BA9E4E;
}
</style>