Shades of Husk #B0A255
Tints of Husk #B0A255
RGB
CMYK
RGB Variations
Color information
#B0A255 (or 0xB0A255) is known color: Husk. HEX triplet: B0, A2 and 55. RGB value is (176,162,85). Sum of RGB (Red+Green+Blue) = 176+162+85=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A255 is #4F5DAA. Grayscale: #9D9D9D. Windows color (decimal): -5201323 or 5612208. OLE color: 5612208.
HSL color Cylindrical-coordinate representation of color #B0A255: hue angle of 50.77º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0A255 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 85 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.31 |
| HSL | 50.77º | 0.37% | 0.51% | - |
| HSV(B) | 50.77º | 0.52% | 0.69% | - |
| XYZ | 32.46 | 35.73 | 13.78 | - |
| YUV | 157.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 85 | 0 | 0.08 | 0.52 | 0.31 | 50.77 | 0.37 | 0.51 |
| Hex | B0 | A2 | 55 | 0 | 8 | 34 | 1F | 33 | 25 | 33 |
| Octal | 260 | 242 | 125 | 0 | 10 | 64 | 37 | 63 | 45 | 63 |
| Binary | 10110000 | 10100010 | 1010101 | 0 | 1000 | 110100 | 11111 | 110011 | 100101 | 110011 |
Color Harmonies of #B0A255
Complementary color
Monochromatic Colors of #B0A255
Black with #B0A255
Text Example
Text Example
White with #B0A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A255; }
p { color: rgb(176,162,85); }
H1.HeaderClassName
{
color: #B0A255;
}
.AnyTagClassName
{
color: #B0A255;
}
</style>
background-color css
<style>
a { background-color: #B0A255; }
a { background-color: rgb(176,162,85); }
div.DivClassName
{
background-color: #B0A255;
}
.BgClassName
{
background-color: #B0A255;
}
</style>
border-color css
<style>
span { border-color: #B0A255; }
span { border-color: rgb(176,162,85); }
td.TdClassName
{
border-color: #B0A255;
}
.TagClassName
{
border-color: #B0A255;
}
</style>