Shades of Husk #B2A056
Tints of Husk #B2A056
RGB
CMYK
RGB Variations
Color information
#B2A056 (or 0xB2A056) is known color: Husk. HEX triplet: B2, A0 and 56. RGB value is (178,160,86). Sum of RGB (Red+Green+Blue) = 178+160+86=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A056 is #4D5FA9. Grayscale: #9D9D9D. Windows color (decimal): -5070762 or 5677234. OLE color: 5677234.
HSL color Cylindrical-coordinate representation of color #B2A056: hue angle of 48.26º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2A056 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 86 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.30 |
| HSL | 48.26º | 0.37% | 0.52% | - |
| HSV(B) | 48.26º | 0.52% | 0.7% | - |
| XYZ | 32.61 | 35.28 | 13.89 | - |
| YUV | 156.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 86 | 0 | 0.10 | 0.52 | 0.30 | 48.26 | 0.37 | 0.52 |
| Hex | B2 | A0 | 56 | 0 | A | 34 | 1E | 30 | 25 | 34 |
| Octal | 262 | 240 | 126 | 0 | 12 | 64 | 36 | 60 | 45 | 64 |
| Binary | 10110010 | 10100000 | 1010110 | 0 | 1010 | 110100 | 11110 | 110000 | 100101 | 110100 |
Color Harmonies of #B2A056
Complementary color
Monochromatic Colors of #B2A056
Black with #B2A056
Text Example
Text Example
White with #B2A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A056; }
p { color: rgb(178,160,86); }
H1.HeaderClassName
{
color: #B2A056;
}
.AnyTagClassName
{
color: #B2A056;
}
</style>
background-color css
<style>
a { background-color: #B2A056; }
a { background-color: rgb(178,160,86); }
div.DivClassName
{
background-color: #B2A056;
}
.BgClassName
{
background-color: #B2A056;
}
</style>
border-color css
<style>
span { border-color: #B2A056; }
span { border-color: rgb(178,160,86); }
td.TdClassName
{
border-color: #B2A056;
}
.TagClassName
{
border-color: #B2A056;
}
</style>