Shades of Husk #BAA152
Tints of Husk #BAA152
RGB
CMYK
RGB Variations
Color information
#BAA152 (or 0xBAA152) is known color: Husk. HEX triplet: BA, A1 and 52. RGB value is (186,161,82). Sum of RGB (Red+Green+Blue) = 186+161+82=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA152 is #455EAD. Grayscale: #9F9F9F. Windows color (decimal): -4546222 or 5415354. OLE color: 5415354.
HSL color Cylindrical-coordinate representation of color #BAA152: hue angle of 45.58º 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 #BAA152 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 82 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.27 |
| HSL | 45.58º | 0.43% | 0.53% | - |
| HSV(B) | 45.58º | 0.56% | 0.73% | - |
| XYZ | 34.52 | 36.54 | 13.22 | - |
| YUV | 159.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 82 | 0 | 0.13 | 0.56 | 0.27 | 45.58 | 0.43 | 0.53 |
| Hex | BA | A1 | 52 | 0 | D | 38 | 1B | 2E | 2B | 35 |
| Octal | 272 | 241 | 122 | 0 | 15 | 70 | 33 | 56 | 53 | 65 |
| Binary | 10111010 | 10100001 | 1010010 | 0 | 1101 | 111000 | 11011 | 101110 | 101011 | 110101 |
Color Harmonies of #BAA152
Complementary color
Monochromatic Colors of #BAA152
Black with #BAA152
Text Example
Text Example
White with #BAA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA152; }
p { color: rgb(186,161,82); }
H1.HeaderClassName
{
color: #BAA152;
}
.AnyTagClassName
{
color: #BAA152;
}
</style>
background-color css
<style>
a { background-color: #BAA152; }
a { background-color: rgb(186,161,82); }
div.DivClassName
{
background-color: #BAA152;
}
.BgClassName
{
background-color: #BAA152;
}
</style>
border-color css
<style>
span { border-color: #BAA152; }
span { border-color: rgb(186,161,82); }
td.TdClassName
{
border-color: #BAA152;
}
.TagClassName
{
border-color: #BAA152;
}
</style>