Shades of Husk #B49E57
Tints of Husk #B49E57
RGB
CMYK
RGB Variations
Color information
#B49E57 (or 0xB49E57) is known color: Husk. HEX triplet: B4, 9E and 57. RGB value is (180,158,87). Sum of RGB (Red+Green+Blue) = 180+158+87=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E57 is #4B61A8. Grayscale: #9C9C9C. Windows color (decimal): -4940201 or 5742260. OLE color: 5742260.
HSL color Cylindrical-coordinate representation of color #B49E57: hue angle of 45.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B49E57 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 87 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.29 |
| HSL | 45.81º | 0.38% | 0.52% | - |
| HSV(B) | 45.81º | 0.52% | 0.71% | - |
| XYZ | 32.77 | 34.85 | 14.02 | - |
| YUV | 156.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 87 | 0 | 0.12 | 0.52 | 0.29 | 45.81 | 0.38 | 0.52 |
| Hex | B4 | 9E | 57 | 0 | C | 34 | 1D | 2E | 26 | 34 |
| Octal | 264 | 236 | 127 | 0 | 14 | 64 | 35 | 56 | 46 | 64 |
| Binary | 10110100 | 10011110 | 1010111 | 0 | 1100 | 110100 | 11101 | 101110 | 100110 | 110100 |
Color Harmonies of #B49E57
Complementary color
Monochromatic Colors of #B49E57
Black with #B49E57
Text Example
Text Example
White with #B49E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E57; }
p { color: rgb(180,158,87); }
H1.HeaderClassName
{
color: #B49E57;
}
.AnyTagClassName
{
color: #B49E57;
}
</style>
background-color css
<style>
a { background-color: #B49E57; }
a { background-color: rgb(180,158,87); }
div.DivClassName
{
background-color: #B49E57;
}
.BgClassName
{
background-color: #B49E57;
}
</style>
border-color css
<style>
span { border-color: #B49E57; }
span { border-color: rgb(180,158,87); }
td.TdClassName
{
border-color: #B49E57;
}
.TagClassName
{
border-color: #B49E57;
}
</style>