Shades of Husk #B5A059
Tints of Husk #B5A059
RGB
CMYK
RGB Variations
Color information
#B5A059 (or 0xB5A059) is known color: Husk. HEX triplet: B5, A0 and 59. RGB value is (181,160,89). Sum of RGB (Red+Green+Blue) = 181+160+89=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A059 is #4A5FA6. Grayscale: #9E9E9E. Windows color (decimal): -4874151 or 5873845. OLE color: 5873845.
HSL color Cylindrical-coordinate representation of color #B5A059: hue angle of 46.3º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5A059 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 89 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.29 |
| HSL | 46.3º | 0.38% | 0.53% | - |
| HSV(B) | 46.3º | 0.51% | 0.71% | - |
| XYZ | 33.43 | 35.69 | 14.58 | - |
| YUV | 158.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 89 | 0 | 0.12 | 0.51 | 0.29 | 46.3 | 0.38 | 0.53 |
| Hex | B5 | A0 | 59 | 0 | C | 33 | 1D | 2E | 26 | 35 |
| Octal | 265 | 240 | 131 | 0 | 14 | 63 | 35 | 56 | 46 | 65 |
| Binary | 10110101 | 10100000 | 1011001 | 0 | 1100 | 110011 | 11101 | 101110 | 100110 | 110101 |
Color Harmonies of #B5A059
Complementary color
Monochromatic Colors of #B5A059
Black with #B5A059
Text Example
Text Example
White with #B5A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A059; }
p { color: rgb(181,160,89); }
H1.HeaderClassName
{
color: #B5A059;
}
.AnyTagClassName
{
color: #B5A059;
}
</style>
background-color css
<style>
a { background-color: #B5A059; }
a { background-color: rgb(181,160,89); }
div.DivClassName
{
background-color: #B5A059;
}
.BgClassName
{
background-color: #B5A059;
}
</style>
border-color css
<style>
span { border-color: #B5A059; }
span { border-color: rgb(181,160,89); }
td.TdClassName
{
border-color: #B5A059;
}
.TagClassName
{
border-color: #B5A059;
}
</style>