Shades of Husk #B59C48
Tints of Husk #B59C48
RGB
CMYK
RGB Variations
Color information
#B59C48 (or 0xB59C48) is known color: Husk. HEX triplet: B5, 9C and 48. RGB value is (181,156,72). Sum of RGB (Red+Green+Blue) = 181+156+72=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59C48 is #4A63B7. Grayscale: #9A9A9A. Windows color (decimal): -4875192 or 4758709. OLE color: 4758709.
HSL color Cylindrical-coordinate representation of color #B59C48: hue angle of 46.24º 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 #B59C48 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 72 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.29 |
| HSL | 46.24º | 0.43% | 0.5% | - |
| HSV(B) | 46.24º | 0.6% | 0.71% | - |
| XYZ | 32.11 | 34.07 | 11.01 | - |
| YUV | 153.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 72 | 0 | 0.14 | 0.60 | 0.29 | 46.24 | 0.43 | 0.5 |
| Hex | B5 | 9C | 48 | 0 | E | 3C | 1D | 2E | 2B | 32 |
| Octal | 265 | 234 | 110 | 0 | 16 | 74 | 35 | 56 | 53 | 62 |
| Binary | 10110101 | 10011100 | 1001000 | 0 | 1110 | 111100 | 11101 | 101110 | 101011 | 110010 |
Color Harmonies of #B59C48
Complementary color
Monochromatic Colors of #B59C48
Black with #B59C48
Text Example
Text Example
White with #B59C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C48; }
p { color: rgb(181,156,72); }
H1.HeaderClassName
{
color: #B59C48;
}
.AnyTagClassName
{
color: #B59C48;
}
</style>
background-color css
<style>
a { background-color: #B59C48; }
a { background-color: rgb(181,156,72); }
div.DivClassName
{
background-color: #B59C48;
}
.BgClassName
{
background-color: #B59C48;
}
</style>
border-color css
<style>
span { border-color: #B59C48; }
span { border-color: rgb(181,156,72); }
td.TdClassName
{
border-color: #B59C48;
}
.TagClassName
{
border-color: #B59C48;
}
</style>