Shades of Husk #B2A355
Tints of Husk #B2A355
RGB
CMYK
RGB Variations
Color information
#B2A355 (or 0xB2A355) is known color: Husk. HEX triplet: B2, A3 and 55. RGB value is (178,163,85). Sum of RGB (Red+Green+Blue) = 178+163+85=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A355 is #4D5CAA. Grayscale: #9E9E9E. Windows color (decimal): -5069995 or 5612466. OLE color: 5612466.
HSL color Cylindrical-coordinate representation of color #B2A355: hue angle of 50.32º 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 #B2A355 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 85 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.30 |
| HSL | 50.32º | 0.38% | 0.52% | - |
| HSV(B) | 50.32º | 0.52% | 0.7% | - |
| XYZ | 33.1 | 36.32 | 13.86 | - |
| YUV | 158.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 85 | 0 | 0.08 | 0.52 | 0.30 | 50.32 | 0.38 | 0.52 |
| Hex | B2 | A3 | 55 | 0 | 8 | 34 | 1E | 32 | 26 | 34 |
| Octal | 262 | 243 | 125 | 0 | 10 | 64 | 36 | 62 | 46 | 64 |
| Binary | 10110010 | 10100011 | 1010101 | 0 | 1000 | 110100 | 11110 | 110010 | 100110 | 110100 |
Color Harmonies of #B2A355
Complementary color
Monochromatic Colors of #B2A355
Black with #B2A355
Text Example
Text Example
White with #B2A355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A355; }
p { color: rgb(178,163,85); }
H1.HeaderClassName
{
color: #B2A355;
}
.AnyTagClassName
{
color: #B2A355;
}
</style>
background-color css
<style>
a { background-color: #B2A355; }
a { background-color: rgb(178,163,85); }
div.DivClassName
{
background-color: #B2A355;
}
.BgClassName
{
background-color: #B2A355;
}
</style>
border-color css
<style>
span { border-color: #B2A355; }
span { border-color: rgb(178,163,85); }
td.TdClassName
{
border-color: #B2A355;
}
.TagClassName
{
border-color: #B2A355;
}
</style>