Shades of Husk #BA9952
Tints of Husk #BA9952
RGB
CMYK
RGB Variations
Color information
#BA9952 (or 0xBA9952) is known color: Husk. HEX triplet: BA, 99 and 52. RGB value is (186,153,82). Sum of RGB (Red+Green+Blue) = 186+153+82=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9952 is #4566AD. Grayscale: #9B9B9B. Windows color (decimal): -4548270 or 5413306. OLE color: 5413306.
HSL color Cylindrical-coordinate representation of color #BA9952: hue angle of 40.96º 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 #BA9952 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 82 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.27 |
| HSL | 40.96º | 0.43% | 0.53% | - |
| HSV(B) | 40.96º | 0.56% | 0.73% | - |
| XYZ | 33.16 | 33.83 | 12.76 | - |
| YUV | 154.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 82 | 0 | 0.18 | 0.56 | 0.27 | 40.96 | 0.43 | 0.53 |
| Hex | BA | 99 | 52 | 0 | 12 | 38 | 1B | 29 | 2B | 35 |
| Octal | 272 | 231 | 122 | 0 | 22 | 70 | 33 | 51 | 53 | 65 |
| Binary | 10111010 | 10011001 | 1010010 | 0 | 10010 | 111000 | 11011 | 101001 | 101011 | 110101 |
Color Harmonies of #BA9952
Complementary color
Monochromatic Colors of #BA9952
Black with #BA9952
Text Example
Text Example
White with #BA9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9952; }
p { color: rgb(186,153,82); }
H1.HeaderClassName
{
color: #BA9952;
}
.AnyTagClassName
{
color: #BA9952;
}
</style>
background-color css
<style>
a { background-color: #BA9952; }
a { background-color: rgb(186,153,82); }
div.DivClassName
{
background-color: #BA9952;
}
.BgClassName
{
background-color: #BA9952;
}
</style>
border-color css
<style>
span { border-color: #BA9952; }
span { border-color: rgb(186,153,82); }
td.TdClassName
{
border-color: #BA9952;
}
.TagClassName
{
border-color: #BA9952;
}
</style>