Shades of Husk #BA9E55
Tints of Husk #BA9E55
RGB
CMYK
RGB Variations
Color information
#BA9E55 (or 0xBA9E55) is known color: Husk. HEX triplet: BA, 9E and 55. RGB value is (186,158,85). Sum of RGB (Red+Green+Blue) = 186+158+85=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E55 is #4561AA. Grayscale: #9E9E9E. Windows color (decimal): -4546987 or 5611194. OLE color: 5611194.
HSL color Cylindrical-coordinate representation of color #BA9E55: hue angle of 43.37º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA9E55 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 85 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.27 |
| HSL | 43.37º | 0.42% | 0.53% | - |
| HSV(B) | 43.37º | 0.54% | 0.73% | - |
| XYZ | 34.12 | 35.55 | 13.66 | - |
| YUV | 158.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 85 | 0 | 0.15 | 0.54 | 0.27 | 43.37 | 0.42 | 0.53 |
| Hex | BA | 9E | 55 | 0 | F | 36 | 1B | 2B | 2A | 35 |
| Octal | 272 | 236 | 125 | 0 | 17 | 66 | 33 | 53 | 52 | 65 |
| Binary | 10111010 | 10011110 | 1010101 | 0 | 1111 | 110110 | 11011 | 101011 | 101010 | 110101 |
Color Harmonies of #BA9E55
Complementary color
Monochromatic Colors of #BA9E55
Black with #BA9E55
Text Example
Text Example
White with #BA9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E55; }
p { color: rgb(186,158,85); }
H1.HeaderClassName
{
color: #BA9E55;
}
.AnyTagClassName
{
color: #BA9E55;
}
</style>
background-color css
<style>
a { background-color: #BA9E55; }
a { background-color: rgb(186,158,85); }
div.DivClassName
{
background-color: #BA9E55;
}
.BgClassName
{
background-color: #BA9E55;
}
</style>
border-color css
<style>
span { border-color: #BA9E55; }
span { border-color: rgb(186,158,85); }
td.TdClassName
{
border-color: #BA9E55;
}
.TagClassName
{
border-color: #BA9E55;
}
</style>