Shades of Husk #B2A057
Tints of Husk #B2A057
RGB
CMYK
RGB Variations
Color information
#B2A057 (or 0xB2A057) is known color: Husk. HEX triplet: B2, A0 and 57. RGB value is (178,160,87). Sum of RGB (Red+Green+Blue) = 178+160+87=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A057 is #4D5FA8. Grayscale: #9D9D9D. Windows color (decimal): -5070761 or 5742770. OLE color: 5742770.
HSL color Cylindrical-coordinate representation of color #B2A057: hue angle of 48.13º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2A057 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 87 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.30 |
| HSL | 48.13º | 0.37% | 0.52% | - |
| HSV(B) | 48.13º | 0.51% | 0.7% | - |
| XYZ | 32.65 | 35.29 | 14.11 | - |
| YUV | 157.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 87 | 0 | 0.10 | 0.51 | 0.30 | 48.13 | 0.37 | 0.52 |
| Hex | B2 | A0 | 57 | 0 | A | 33 | 1E | 30 | 25 | 34 |
| Octal | 262 | 240 | 127 | 0 | 12 | 63 | 36 | 60 | 45 | 64 |
| Binary | 10110010 | 10100000 | 1010111 | 0 | 1010 | 110011 | 11110 | 110000 | 100101 | 110100 |
Color Harmonies of #B2A057
Complementary color
Monochromatic Colors of #B2A057
Black with #B2A057
Text Example
Text Example
White with #B2A057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A057; }
p { color: rgb(178,160,87); }
H1.HeaderClassName
{
color: #B2A057;
}
.AnyTagClassName
{
color: #B2A057;
}
</style>
background-color css
<style>
a { background-color: #B2A057; }
a { background-color: rgb(178,160,87); }
div.DivClassName
{
background-color: #B2A057;
}
.BgClassName
{
background-color: #B2A057;
}
</style>
border-color css
<style>
span { border-color: #B2A057; }
span { border-color: rgb(178,160,87); }
td.TdClassName
{
border-color: #B2A057;
}
.TagClassName
{
border-color: #B2A057;
}
</style>