Shades of Husk #B2A059
Tints of Husk #B2A059
RGB
CMYK
RGB Variations
Color information
#B2A059 (or 0xB2A059) is known color: Husk. HEX triplet: B2, A0 and 59. RGB value is (178,160,89). Sum of RGB (Red+Green+Blue) = 178+160+89=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A059 is #4D5FA6. Grayscale: #9D9D9D. Windows color (decimal): -5070759 or 5873842. OLE color: 5873842.
HSL color Cylindrical-coordinate representation of color #B2A059: hue angle of 47.87º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2A059 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 89 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.30 |
| HSL | 47.87º | 0.37% | 0.52% | - |
| HSV(B) | 47.87º | 0.5% | 0.7% | - |
| XYZ | 32.73 | 35.33 | 14.54 | - |
| YUV | 157.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 89 | 0 | 0.10 | 0.5 | 0.30 | 47.87 | 0.37 | 0.52 |
| Hex | B2 | A0 | 59 | 0 | A | 32 | 1E | 30 | 25 | 34 |
| Octal | 262 | 240 | 131 | 0 | 12 | 62 | 36 | 60 | 45 | 64 |
| Binary | 10110010 | 10100000 | 1011001 | 0 | 1010 | 110010 | 11110 | 110000 | 100101 | 110100 |
Color Harmonies of #B2A059
Complementary color
Monochromatic Colors of #B2A059
Black with #B2A059
Text Example
Text Example
White with #B2A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A059; }
p { color: rgb(178,160,89); }
H1.HeaderClassName
{
color: #B2A059;
}
.AnyTagClassName
{
color: #B2A059;
}
</style>
background-color css
<style>
a { background-color: #B2A059; }
a { background-color: rgb(178,160,89); }
div.DivClassName
{
background-color: #B2A059;
}
.BgClassName
{
background-color: #B2A059;
}
</style>
border-color css
<style>
span { border-color: #B2A059; }
span { border-color: rgb(178,160,89); }
td.TdClassName
{
border-color: #B2A059;
}
.TagClassName
{
border-color: #B2A059;
}
</style>