Shades of Husk #BA9E52
Tints of Husk #BA9E52
RGB
CMYK
RGB Variations
Color information
#BA9E52 (or 0xBA9E52) is known color: Husk. HEX triplet: BA, 9E and 52. RGB value is (186,158,82). Sum of RGB (Red+Green+Blue) = 186+158+82=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E52 is #4561AD. Grayscale: #9E9E9E. Windows color (decimal): -4546990 or 5414586. OLE color: 5414586.
HSL color Cylindrical-coordinate representation of color #BA9E52: hue angle of 43.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA9E52 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 82 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.27 |
| HSL | 43.85º | 0.43% | 0.53% | - |
| HSV(B) | 43.85º | 0.56% | 0.73% | - |
| XYZ | 34 | 35.5 | 13.04 | - |
| YUV | 157.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 82 | 0 | 0.15 | 0.56 | 0.27 | 43.85 | 0.43 | 0.53 |
| Hex | BA | 9E | 52 | 0 | F | 38 | 1B | 2C | 2B | 35 |
| Octal | 272 | 236 | 122 | 0 | 17 | 70 | 33 | 54 | 53 | 65 |
| Binary | 10111010 | 10011110 | 1010010 | 0 | 1111 | 111000 | 11011 | 101100 | 101011 | 110101 |
Color Harmonies of #BA9E52
Complementary color
Monochromatic Colors of #BA9E52
Black with #BA9E52
Text Example
Text Example
White with #BA9E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E52; }
p { color: rgb(186,158,82); }
H1.HeaderClassName
{
color: #BA9E52;
}
.AnyTagClassName
{
color: #BA9E52;
}
</style>
background-color css
<style>
a { background-color: #BA9E52; }
a { background-color: rgb(186,158,82); }
div.DivClassName
{
background-color: #BA9E52;
}
.BgClassName
{
background-color: #BA9E52;
}
</style>
border-color css
<style>
span { border-color: #BA9E52; }
span { border-color: rgb(186,158,82); }
td.TdClassName
{
border-color: #BA9E52;
}
.TagClassName
{
border-color: #BA9E52;
}
</style>