Shades of Husk #B49D59
Tints of Husk #B49D59
RGB
CMYK
RGB Variations
Color information
#B49D59 (or 0xB49D59) is known color: Husk. HEX triplet: B4, 9D and 59. RGB value is (180,157,89). Sum of RGB (Red+Green+Blue) = 180+157+89=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D59 is #4B62A6. Grayscale: #9C9C9C. Windows color (decimal): -4940455 or 5873076. OLE color: 5873076.
HSL color Cylindrical-coordinate representation of color #B49D59: hue angle of 44.84º 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 #B49D59 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 89 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.29 |
| HSL | 44.84º | 0.38% | 0.53% | - |
| HSV(B) | 44.84º | 0.51% | 0.71% | - |
| XYZ | 32.68 | 34.54 | 14.4 | - |
| YUV | 156.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 89 | 0 | 0.13 | 0.51 | 0.29 | 44.84 | 0.38 | 0.53 |
| Hex | B4 | 9D | 59 | 0 | D | 33 | 1D | 2D | 26 | 35 |
| Octal | 264 | 235 | 131 | 0 | 15 | 63 | 35 | 55 | 46 | 65 |
| Binary | 10110100 | 10011101 | 1011001 | 0 | 1101 | 110011 | 11101 | 101101 | 100110 | 110101 |
Color Harmonies of #B49D59
Complementary color
Monochromatic Colors of #B49D59
Black with #B49D59
Text Example
Text Example
White with #B49D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D59; }
p { color: rgb(180,157,89); }
H1.HeaderClassName
{
color: #B49D59;
}
.AnyTagClassName
{
color: #B49D59;
}
</style>
background-color css
<style>
a { background-color: #B49D59; }
a { background-color: rgb(180,157,89); }
div.DivClassName
{
background-color: #B49D59;
}
.BgClassName
{
background-color: #B49D59;
}
</style>
border-color css
<style>
span { border-color: #B49D59; }
span { border-color: rgb(180,157,89); }
td.TdClassName
{
border-color: #B49D59;
}
.TagClassName
{
border-color: #B49D59;
}
</style>