Shades of Husk #B2A256
Tints of Husk #B2A256
RGB
CMYK
RGB Variations
Color information
#B2A256 (or 0xB2A256) is known color: Husk. HEX triplet: B2, A2 and 56. RGB value is (178,162,86). Sum of RGB (Red+Green+Blue) = 178+162+86=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A256 is #4D5DA9. Grayscale: #9E9E9E. Windows color (decimal): -5070250 or 5677746. OLE color: 5677746.
HSL color Cylindrical-coordinate representation of color #B2A256: hue angle of 49.57º 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 #B2A256 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 86 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.30 |
| HSL | 49.57º | 0.37% | 0.52% | - |
| HSV(B) | 49.57º | 0.52% | 0.7% | - |
| XYZ | 32.96 | 35.98 | 14.01 | - |
| YUV | 158.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 86 | 0 | 0.09 | 0.52 | 0.30 | 49.57 | 0.37 | 0.52 |
| Hex | B2 | A2 | 56 | 0 | 9 | 34 | 1E | 32 | 25 | 34 |
| Octal | 262 | 242 | 126 | 0 | 11 | 64 | 36 | 62 | 45 | 64 |
| Binary | 10110010 | 10100010 | 1010110 | 0 | 1001 | 110100 | 11110 | 110010 | 100101 | 110100 |
Color Harmonies of #B2A256
Complementary color
Monochromatic Colors of #B2A256
Black with #B2A256
Text Example
Text Example
White with #B2A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A256; }
p { color: rgb(178,162,86); }
H1.HeaderClassName
{
color: #B2A256;
}
.AnyTagClassName
{
color: #B2A256;
}
</style>
background-color css
<style>
a { background-color: #B2A256; }
a { background-color: rgb(178,162,86); }
div.DivClassName
{
background-color: #B2A256;
}
.BgClassName
{
background-color: #B2A256;
}
</style>
border-color css
<style>
span { border-color: #B2A256; }
span { border-color: rgb(178,162,86); }
td.TdClassName
{
border-color: #B2A256;
}
.TagClassName
{
border-color: #B2A256;
}
</style>