Shades of Husk #BA9F57
Tints of Husk #BA9F57
RGB
CMYK
RGB Variations
Color information
#BA9F57 (or 0xBA9F57) is known color: Husk. HEX triplet: BA, 9F and 57. RGB value is (186,159,87). Sum of RGB (Red+Green+Blue) = 186+159+87=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F57 is #4560A8. Grayscale: #9F9F9F. Windows color (decimal): -4546729 or 5742522. OLE color: 5742522.
HSL color Cylindrical-coordinate representation of color #BA9F57: hue angle of 43.64º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA9F57 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 87 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.27 |
| HSL | 43.64º | 0.42% | 0.54% | - |
| HSV(B) | 43.64º | 0.53% | 0.73% | - |
| XYZ | 34.37 | 35.92 | 14.14 | - |
| YUV | 158.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 87 | 0 | 0.15 | 0.53 | 0.27 | 43.64 | 0.42 | 0.54 |
| Hex | BA | 9F | 57 | 0 | F | 35 | 1B | 2C | 2A | 36 |
| Octal | 272 | 237 | 127 | 0 | 17 | 65 | 33 | 54 | 52 | 66 |
| Binary | 10111010 | 10011111 | 1010111 | 0 | 1111 | 110101 | 11011 | 101100 | 101010 | 110110 |
Color Harmonies of #BA9F57
Complementary color
Monochromatic Colors of #BA9F57
Black with #BA9F57
Text Example
Text Example
White with #BA9F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F57; }
p { color: rgb(186,159,87); }
H1.HeaderClassName
{
color: #BA9F57;
}
.AnyTagClassName
{
color: #BA9F57;
}
</style>
background-color css
<style>
a { background-color: #BA9F57; }
a { background-color: rgb(186,159,87); }
div.DivClassName
{
background-color: #BA9F57;
}
.BgClassName
{
background-color: #BA9F57;
}
</style>
border-color css
<style>
span { border-color: #BA9F57; }
span { border-color: rgb(186,159,87); }
td.TdClassName
{
border-color: #BA9F57;
}
.TagClassName
{
border-color: #BA9F57;
}
</style>