Shades of Husk #BAA250
Tints of Husk #BAA250
RGB
CMYK
RGB Variations
Color information
#BAA250 (or 0xBAA250) is known color: Husk. HEX triplet: BA, A2 and 50. RGB value is (186,162,80). Sum of RGB (Red+Green+Blue) = 186+162+80=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA250 is #455DAF. Grayscale: #A0A0A0. Windows color (decimal): -4545968 or 5284538. OLE color: 5284538.
HSL color Cylindrical-coordinate representation of color #BAA250: hue angle of 46.42º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAA250 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 162 | 80 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.27 |
| HSL | 46.42º | 0.43% | 0.52% | - |
| HSV(B) | 46.42º | 0.57% | 0.73% | - |
| XYZ | 34.62 | 36.86 | 12.88 | - |
| YUV | 159.83 | 82.95 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 162 | 80 | 0 | 0.13 | 0.57 | 0.27 | 46.42 | 0.43 | 0.52 |
| Hex | BA | A2 | 50 | 0 | D | 39 | 1B | 2E | 2B | 34 |
| Octal | 272 | 242 | 120 | 0 | 15 | 71 | 33 | 56 | 53 | 64 |
| Binary | 10111010 | 10100010 | 1010000 | 0 | 1101 | 111001 | 11011 | 101110 | 101011 | 110100 |
Color Harmonies of #BAA250
Complementary color
Monochromatic Colors of #BAA250
Black with #BAA250
Text Example
Text Example
White with #BAA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA250; }
p { color: rgb(186,162,80); }
H1.HeaderClassName
{
color: #BAA250;
}
.AnyTagClassName
{
color: #BAA250;
}
</style>
background-color css
<style>
a { background-color: #BAA250; }
a { background-color: rgb(186,162,80); }
div.DivClassName
{
background-color: #BAA250;
}
.BgClassName
{
background-color: #BAA250;
}
</style>
border-color css
<style>
span { border-color: #BAA250; }
span { border-color: rgb(186,162,80); }
td.TdClassName
{
border-color: #BAA250;
}
.TagClassName
{
border-color: #BAA250;
}
</style>