Shades of Husk #BA9F47
Tints of Husk #BA9F47
RGB
CMYK
RGB Variations
Color information
#BA9F47 (or 0xBA9F47) is known color: Husk. HEX triplet: BA, 9F and 47. RGB value is (186,159,71). Sum of RGB (Red+Green+Blue) = 186+159+71=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F47 is #4560B8. Grayscale: #9D9D9D. Windows color (decimal): -4546745 or 4693946. OLE color: 4693946.
HSL color Cylindrical-coordinate representation of color #BA9F47: hue angle of 45.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA9F47 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 71 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.27 |
| HSL | 45.91º | 0.45% | 0.5% | - |
| HSV(B) | 45.91º | 0.62% | 0.73% | - |
| XYZ | 33.79 | 35.69 | 11.07 | - |
| YUV | 157.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 71 | 0 | 0.15 | 0.62 | 0.27 | 45.91 | 0.45 | 0.5 |
| Hex | BA | 9F | 47 | 0 | F | 3E | 1B | 2E | 2D | 32 |
| Octal | 272 | 237 | 107 | 0 | 17 | 76 | 33 | 56 | 55 | 62 |
| Binary | 10111010 | 10011111 | 1000111 | 0 | 1111 | 111110 | 11011 | 101110 | 101101 | 110010 |
Color Harmonies of #BA9F47
Complementary color
Monochromatic Colors of #BA9F47
Black with #BA9F47
Text Example
Text Example
White with #BA9F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F47; }
p { color: rgb(186,159,71); }
H1.HeaderClassName
{
color: #BA9F47;
}
.AnyTagClassName
{
color: #BA9F47;
}
</style>
background-color css
<style>
a { background-color: #BA9F47; }
a { background-color: rgb(186,159,71); }
div.DivClassName
{
background-color: #BA9F47;
}
.BgClassName
{
background-color: #BA9F47;
}
</style>
border-color css
<style>
span { border-color: #BA9F47; }
span { border-color: rgb(186,159,71); }
td.TdClassName
{
border-color: #BA9F47;
}
.TagClassName
{
border-color: #BA9F47;
}
</style>