Shades of Husk #B59C56
Tints of Husk #B59C56
RGB
CMYK
RGB Variations
Color information
#B59C56 (or 0xB59C56) is known color: Husk. HEX triplet: B5, 9C and 56. RGB value is (181,156,86). Sum of RGB (Red+Green+Blue) = 181+156+86=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C56 is #4A63A9. Grayscale: #9B9B9B. Windows color (decimal): -4875178 or 5676213. OLE color: 5676213.
HSL color Cylindrical-coordinate representation of color #B59C56: hue angle of 44.21º degrees, saturation: 0.39, 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 #B59C56 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 86 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.29 |
| HSL | 44.21º | 0.39% | 0.52% | - |
| HSV(B) | 44.21º | 0.52% | 0.71% | - |
| XYZ | 32.62 | 34.27 | 13.7 | - |
| YUV | 155.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 86 | 0 | 0.14 | 0.52 | 0.29 | 44.21 | 0.39 | 0.52 |
| Hex | B5 | 9C | 56 | 0 | E | 34 | 1D | 2C | 27 | 34 |
| Octal | 265 | 234 | 126 | 0 | 16 | 64 | 35 | 54 | 47 | 64 |
| Binary | 10110101 | 10011100 | 1010110 | 0 | 1110 | 110100 | 11101 | 101100 | 100111 | 110100 |
Color Harmonies of #B59C56
Complementary color
Monochromatic Colors of #B59C56
Black with #B59C56
Text Example
Text Example
White with #B59C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C56; }
p { color: rgb(181,156,86); }
H1.HeaderClassName
{
color: #B59C56;
}
.AnyTagClassName
{
color: #B59C56;
}
</style>
background-color css
<style>
a { background-color: #B59C56; }
a { background-color: rgb(181,156,86); }
div.DivClassName
{
background-color: #B59C56;
}
.BgClassName
{
background-color: #B59C56;
}
</style>
border-color css
<style>
span { border-color: #B59C56; }
span { border-color: rgb(181,156,86); }
td.TdClassName
{
border-color: #B59C56;
}
.TagClassName
{
border-color: #B59C56;
}
</style>