Shades of Husk #B59848
Tints of Husk #B59848
RGB
CMYK
RGB Variations
Color information
#B59848 (or 0xB59848) is known color: Husk. HEX triplet: B5, 98 and 48. RGB value is (181,152,72). Sum of RGB (Red+Green+Blue) = 181+152+72=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B59848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59848 is #4A67B7. Grayscale: #979797. Windows color (decimal): -4876216 or 4757685. OLE color: 4757685.
HSL color Cylindrical-coordinate representation of color #B59848: hue angle of 44.04º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B59848 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 72 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.29 |
| HSL | 44.04º | 0.43% | 0.5% | - |
| HSV(B) | 44.04º | 0.6% | 0.71% | - |
| XYZ | 31.45 | 32.75 | 10.79 | - |
| YUV | 151.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 72 | 0 | 0.16 | 0.60 | 0.29 | 44.04 | 0.43 | 0.5 |
| Hex | B5 | 98 | 48 | 0 | 10 | 3C | 1D | 2C | 2B | 32 |
| Octal | 265 | 230 | 110 | 0 | 20 | 74 | 35 | 54 | 53 | 62 |
| Binary | 10110101 | 10011000 | 1001000 | 0 | 10000 | 111100 | 11101 | 101100 | 101011 | 110010 |
Color Harmonies of #B59848
Complementary color
Monochromatic Colors of #B59848
Black with #B59848
Text Example
Text Example
White with #B59848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59848; }
p { color: rgb(181,152,72); }
H1.HeaderClassName
{
color: #B59848;
}
.AnyTagClassName
{
color: #B59848;
}
</style>
background-color css
<style>
a { background-color: #B59848; }
a { background-color: rgb(181,152,72); }
div.DivClassName
{
background-color: #B59848;
}
.BgClassName
{
background-color: #B59848;
}
</style>
border-color css
<style>
span { border-color: #B59848; }
span { border-color: rgb(181,152,72); }
td.TdClassName
{
border-color: #B59848;
}
.TagClassName
{
border-color: #B59848;
}
</style>