Shades of Husk #B49D54
Tints of Husk #B49D54
RGB
CMYK
RGB Variations
Color information
#B49D54 (or 0xB49D54) is known color: Husk. HEX triplet: B4, 9D and 54. RGB value is (180,157,84). Sum of RGB (Red+Green+Blue) = 180+157+84=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D54 is #4B62AB. Grayscale: #9B9B9B. Windows color (decimal): -4940460 or 5545396. OLE color: 5545396.
HSL color Cylindrical-coordinate representation of color #B49D54: hue angle of 45.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B49D54 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 84 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.29 |
| HSL | 45.63º | 0.39% | 0.52% | - |
| HSV(B) | 45.63º | 0.53% | 0.71% | - |
| XYZ | 32.48 | 34.46 | 13.33 | - |
| YUV | 155.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 84 | 0 | 0.13 | 0.53 | 0.29 | 45.63 | 0.39 | 0.52 |
| Hex | B4 | 9D | 54 | 0 | D | 35 | 1D | 2E | 27 | 34 |
| Octal | 264 | 235 | 124 | 0 | 15 | 65 | 35 | 56 | 47 | 64 |
| Binary | 10110100 | 10011101 | 1010100 | 0 | 1101 | 110101 | 11101 | 101110 | 100111 | 110100 |
Color Harmonies of #B49D54
Complementary color
Monochromatic Colors of #B49D54
Black with #B49D54
Text Example
Text Example
White with #B49D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D54; }
p { color: rgb(180,157,84); }
H1.HeaderClassName
{
color: #B49D54;
}
.AnyTagClassName
{
color: #B49D54;
}
</style>
background-color css
<style>
a { background-color: #B49D54; }
a { background-color: rgb(180,157,84); }
div.DivClassName
{
background-color: #B49D54;
}
.BgClassName
{
background-color: #B49D54;
}
</style>
border-color css
<style>
span { border-color: #B49D54; }
span { border-color: rgb(180,157,84); }
td.TdClassName
{
border-color: #B49D54;
}
.TagClassName
{
border-color: #B49D54;
}
</style>