Shades of Husk #BAA24B
Tints of Husk #BAA24B
RGB
CMYK
RGB Variations
Color information
#BAA24B (or 0xBAA24B) is known color: Husk. HEX triplet: BA, A2 and 4B. RGB value is (186,162,75). Sum of RGB (Red+Green+Blue) = 186+162+75=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA24B is #455DB4. Grayscale: #9F9F9F. Windows color (decimal): -4545973 or 4956858. OLE color: 4956858.
HSL color Cylindrical-coordinate representation of color #BAA24B: hue angle of 47.03º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAA24B is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 75 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.27 |
| HSL | 47.03º | 0.45% | 0.51% | - |
| HSV(B) | 47.03º | 0.6% | 0.73% | - |
| XYZ | 34.44 | 36.79 | 11.94 | - |
| YUV | 159.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 75 | 0 | 0.13 | 0.60 | 0.27 | 47.03 | 0.45 | 0.51 |
| Hex | BA | A2 | 4B | 0 | D | 3C | 1B | 2F | 2D | 33 |
| Octal | 272 | 242 | 113 | 0 | 15 | 74 | 33 | 57 | 55 | 63 |
| Binary | 10111010 | 10100010 | 1001011 | 0 | 1101 | 111100 | 11011 | 101111 | 101101 | 110011 |
Color Harmonies of #BAA24B
Complementary color
Monochromatic Colors of #BAA24B
Black with #BAA24B
Text Example
Text Example
White with #BAA24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA24B; }
p { color: rgb(186,162,75); }
H1.HeaderClassName
{
color: #BAA24B;
}
.AnyTagClassName
{
color: #BAA24B;
}
</style>
background-color css
<style>
a { background-color: #BAA24B; }
a { background-color: rgb(186,162,75); }
div.DivClassName
{
background-color: #BAA24B;
}
.BgClassName
{
background-color: #BAA24B;
}
</style>
border-color css
<style>
span { border-color: #BAA24B; }
span { border-color: rgb(186,162,75); }
td.TdClassName
{
border-color: #BAA24B;
}
.TagClassName
{
border-color: #BAA24B;
}
</style>