Shades of Husk #B59C4D
Tints of Husk #B59C4D
RGB
CMYK
RGB Variations
Color information
#B59C4D (or 0xB59C4D) is known color: Husk. HEX triplet: B5, 9C and 4D. RGB value is (181,156,77). Sum of RGB (Red+Green+Blue) = 181+156+77=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59C4D is #4A63B2. Grayscale: #9A9A9A. Windows color (decimal): -4875187 or 5086389. OLE color: 5086389.
HSL color Cylindrical-coordinate representation of color #B59C4D: hue angle of 45.58º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B59C4D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 77 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.29 |
| HSL | 45.58º | 0.41% | 0.51% | - |
| HSV(B) | 45.58º | 0.57% | 0.71% | - |
| XYZ | 32.28 | 34.14 | 11.91 | - |
| YUV | 154.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 77 | 0 | 0.14 | 0.57 | 0.29 | 45.58 | 0.41 | 0.51 |
| Hex | B5 | 9C | 4D | 0 | E | 39 | 1D | 2E | 29 | 33 |
| Octal | 265 | 234 | 115 | 0 | 16 | 71 | 35 | 56 | 51 | 63 |
| Binary | 10110101 | 10011100 | 1001101 | 0 | 1110 | 111001 | 11101 | 101110 | 101001 | 110011 |
Color Harmonies of #B59C4D
Complementary color
Monochromatic Colors of #B59C4D
Black with #B59C4D
Text Example
Text Example
White with #B59C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C4D; }
p { color: rgb(181,156,77); }
H1.HeaderClassName
{
color: #B59C4D;
}
.AnyTagClassName
{
color: #B59C4D;
}
</style>
background-color css
<style>
a { background-color: #B59C4D; }
a { background-color: rgb(181,156,77); }
div.DivClassName
{
background-color: #B59C4D;
}
.BgClassName
{
background-color: #B59C4D;
}
</style>
border-color css
<style>
span { border-color: #B59C4D; }
span { border-color: rgb(181,156,77); }
td.TdClassName
{
border-color: #B59C4D;
}
.TagClassName
{
border-color: #B59C4D;
}
</style>