Shades of Husk #BA9B4F
Tints of Husk #BA9B4F
RGB
CMYK
RGB Variations
Color information
#BA9B4F (or 0xBA9B4F) is known color: Husk. HEX triplet: BA, 9B and 4F. RGB value is (186,155,79). Sum of RGB (Red+Green+Blue) = 186+155+79=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B4F is #4564B0. Grayscale: #9B9B9B. Windows color (decimal): -4547761 or 5217210. OLE color: 5217210.
HSL color Cylindrical-coordinate representation of color #BA9B4F: hue angle of 42.62º 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 #BA9B4F is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 79 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.27 |
| HSL | 42.62º | 0.44% | 0.52% | - |
| HSV(B) | 42.62º | 0.58% | 0.73% | - |
| XYZ | 33.38 | 34.45 | 12.29 | - |
| YUV | 155.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 79 | 0 | 0.17 | 0.58 | 0.27 | 42.62 | 0.44 | 0.52 |
| Hex | BA | 9B | 4F | 0 | 11 | 3A | 1B | 2B | 2C | 34 |
| Octal | 272 | 233 | 117 | 0 | 21 | 72 | 33 | 53 | 54 | 64 |
| Binary | 10111010 | 10011011 | 1001111 | 0 | 10001 | 111010 | 11011 | 101011 | 101100 | 110100 |
Color Harmonies of #BA9B4F
Complementary color
Monochromatic Colors of #BA9B4F
Black with #BA9B4F
Text Example
Text Example
White with #BA9B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B4F; }
p { color: rgb(186,155,79); }
H1.HeaderClassName
{
color: #BA9B4F;
}
.AnyTagClassName
{
color: #BA9B4F;
}
</style>
background-color css
<style>
a { background-color: #BA9B4F; }
a { background-color: rgb(186,155,79); }
div.DivClassName
{
background-color: #BA9B4F;
}
.BgClassName
{
background-color: #BA9B4F;
}
</style>
border-color css
<style>
span { border-color: #BA9B4F; }
span { border-color: rgb(186,155,79); }
td.TdClassName
{
border-color: #BA9B4F;
}
.TagClassName
{
border-color: #BA9B4F;
}
</style>