Shades of Husk #B2A055
Tints of Husk #B2A055
RGB
CMYK
RGB Variations
Color information
#B2A055 (or 0xB2A055) is known color: Husk. HEX triplet: B2, A0 and 55. RGB value is (178,160,85). Sum of RGB (Red+Green+Blue) = 178+160+85=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A055 is #4D5FAA. Grayscale: #9D9D9D. Windows color (decimal): -5070763 or 5611698. OLE color: 5611698.
HSL color Cylindrical-coordinate representation of color #B2A055: hue angle of 48.39º degrees, saturation: 0.38, 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 #B2A055 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 85 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.30 |
| HSL | 48.39º | 0.38% | 0.52% | - |
| HSV(B) | 48.39º | 0.52% | 0.7% | - |
| XYZ | 32.57 | 35.26 | 13.68 | - |
| YUV | 156.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 85 | 0 | 0.10 | 0.52 | 0.30 | 48.39 | 0.38 | 0.52 |
| Hex | B2 | A0 | 55 | 0 | A | 34 | 1E | 30 | 26 | 34 |
| Octal | 262 | 240 | 125 | 0 | 12 | 64 | 36 | 60 | 46 | 64 |
| Binary | 10110010 | 10100000 | 1010101 | 0 | 1010 | 110100 | 11110 | 110000 | 100110 | 110100 |
Color Harmonies of #B2A055
Complementary color
Monochromatic Colors of #B2A055
Black with #B2A055
Text Example
Text Example
White with #B2A055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A055; }
p { color: rgb(178,160,85); }
H1.HeaderClassName
{
color: #B2A055;
}
.AnyTagClassName
{
color: #B2A055;
}
</style>
background-color css
<style>
a { background-color: #B2A055; }
a { background-color: rgb(178,160,85); }
div.DivClassName
{
background-color: #B2A055;
}
.BgClassName
{
background-color: #B2A055;
}
</style>
border-color css
<style>
span { border-color: #B2A055; }
span { border-color: rgb(178,160,85); }
td.TdClassName
{
border-color: #B2A055;
}
.TagClassName
{
border-color: #B2A055;
}
</style>