Shades of Husk #B49849
Tints of Husk #B49849
RGB
CMYK
RGB Variations
Color information
#B49849 (or 0xB49849) is known color: Husk. HEX triplet: B4, 98 and 49. RGB value is (180,152,73). Sum of RGB (Red+Green+Blue) = 180+152+73=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B49849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49849 is #4B67B6. Grayscale: #979797. Windows color (decimal): -4941751 or 4823220. OLE color: 4823220.
HSL color Cylindrical-coordinate representation of color #B49849: hue angle of 44.3º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B49849 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 73 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.29 |
| HSL | 44.3º | 0.42% | 0.5% | - |
| HSV(B) | 44.3º | 0.59% | 0.71% | - |
| XYZ | 31.25 | 32.64 | 10.96 | - |
| YUV | 151.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 73 | 0 | 0.16 | 0.59 | 0.29 | 44.3 | 0.42 | 0.5 |
| Hex | B4 | 98 | 49 | 0 | 10 | 3B | 1D | 2C | 2A | 32 |
| Octal | 264 | 230 | 111 | 0 | 20 | 73 | 35 | 54 | 52 | 62 |
| Binary | 10110100 | 10011000 | 1001001 | 0 | 10000 | 111011 | 11101 | 101100 | 101010 | 110010 |
Color Harmonies of #B49849
Complementary color
Monochromatic Colors of #B49849
Black with #B49849
Text Example
Text Example
White with #B49849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49849; }
p { color: rgb(180,152,73); }
H1.HeaderClassName
{
color: #B49849;
}
.AnyTagClassName
{
color: #B49849;
}
</style>
background-color css
<style>
a { background-color: #B49849; }
a { background-color: rgb(180,152,73); }
div.DivClassName
{
background-color: #B49849;
}
.BgClassName
{
background-color: #B49849;
}
</style>
border-color css
<style>
span { border-color: #B49849; }
span { border-color: rgb(180,152,73); }
td.TdClassName
{
border-color: #B49849;
}
.TagClassName
{
border-color: #B49849;
}
</style>