Shades of Husk #BA9F46
Tints of Husk #BA9F46
RGB
CMYK
RGB Variations
Color information
#BA9F46 (or 0xBA9F46) is known color: Husk. HEX triplet: BA, 9F and 46. RGB value is (186,159,70). Sum of RGB (Red+Green+Blue) = 186+159+70=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F46 is #4560B9. Grayscale: #9D9D9D. Windows color (decimal): -4546746 or 4628410. OLE color: 4628410.
HSL color Cylindrical-coordinate representation of color #BA9F46: hue angle of 46.03º degrees, saturation: 0.46, 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 #BA9F46 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 70 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.27 |
| HSL | 46.03º | 0.46% | 0.5% | - |
| HSV(B) | 46.03º | 0.62% | 0.73% | - |
| XYZ | 33.75 | 35.68 | 10.9 | - |
| YUV | 156.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 70 | 0 | 0.15 | 0.62 | 0.27 | 46.03 | 0.46 | 0.5 |
| Hex | BA | 9F | 46 | 0 | F | 3E | 1B | 2E | 2E | 32 |
| Octal | 272 | 237 | 106 | 0 | 17 | 76 | 33 | 56 | 56 | 62 |
| Binary | 10111010 | 10011111 | 1000110 | 0 | 1111 | 111110 | 11011 | 101110 | 101110 | 110010 |
Color Harmonies of #BA9F46
Complementary color
Monochromatic Colors of #BA9F46
Black with #BA9F46
Text Example
Text Example
White with #BA9F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F46; }
p { color: rgb(186,159,70); }
H1.HeaderClassName
{
color: #BA9F46;
}
.AnyTagClassName
{
color: #BA9F46;
}
</style>
background-color css
<style>
a { background-color: #BA9F46; }
a { background-color: rgb(186,159,70); }
div.DivClassName
{
background-color: #BA9F46;
}
.BgClassName
{
background-color: #BA9F46;
}
</style>
border-color css
<style>
span { border-color: #BA9F46; }
span { border-color: rgb(186,159,70); }
td.TdClassName
{
border-color: #BA9F46;
}
.TagClassName
{
border-color: #BA9F46;
}
</style>