Shades of Husk #B2A051
Tints of Husk #B2A051
RGB
CMYK
RGB Variations
Color information
#B2A051 (or 0xB2A051) is known color: Husk. HEX triplet: B2, A0 and 51. RGB value is (178,160,81). Sum of RGB (Red+Green+Blue) = 178+160+81=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A051 is #4D5FAE. Grayscale: #9C9C9C. Windows color (decimal): -5070767 or 5349554. OLE color: 5349554.
HSL color Cylindrical-coordinate representation of color #B2A051: hue angle of 48.87º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2A051 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 81 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.30 |
| HSL | 48.87º | 0.39% | 0.51% | - |
| HSV(B) | 48.87º | 0.54% | 0.7% | - |
| XYZ | 32.42 | 35.2 | 12.87 | - |
| YUV | 156.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 81 | 0 | 0.10 | 0.54 | 0.30 | 48.87 | 0.39 | 0.51 |
| Hex | B2 | A0 | 51 | 0 | A | 36 | 1E | 31 | 27 | 33 |
| Octal | 262 | 240 | 121 | 0 | 12 | 66 | 36 | 61 | 47 | 63 |
| Binary | 10110010 | 10100000 | 1010001 | 0 | 1010 | 110110 | 11110 | 110001 | 100111 | 110011 |
Color Harmonies of #B2A051
Complementary color
Monochromatic Colors of #B2A051
Black with #B2A051
Text Example
Text Example
White with #B2A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A051; }
p { color: rgb(178,160,81); }
H1.HeaderClassName
{
color: #B2A051;
}
.AnyTagClassName
{
color: #B2A051;
}
</style>
background-color css
<style>
a { background-color: #B2A051; }
a { background-color: rgb(178,160,81); }
div.DivClassName
{
background-color: #B2A051;
}
.BgClassName
{
background-color: #B2A051;
}
</style>
border-color css
<style>
span { border-color: #B2A051; }
span { border-color: rgb(178,160,81); }
td.TdClassName
{
border-color: #B2A051;
}
.TagClassName
{
border-color: #B2A051;
}
</style>