Shades of Husk #B5964C
Tints of Husk #B5964C
RGB
CMYK
RGB Variations
Color information
#B5964C (or 0xB5964C) is known color: Husk. HEX triplet: B5, 96 and 4C. RGB value is (181,150,76). Sum of RGB (Red+Green+Blue) = 181+150+76=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5964C is #4A69B3. Grayscale: #979797. Windows color (decimal): -4876724 or 5019317. OLE color: 5019317.
HSL color Cylindrical-coordinate representation of color #B5964C: hue angle of 42.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5964C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 76 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.29 |
| HSL | 42.29º | 0.42% | 0.5% | - |
| HSV(B) | 42.29º | 0.58% | 0.71% | - |
| XYZ | 31.27 | 32.16 | 11.4 | - |
| YUV | 150.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 76 | 0 | 0.17 | 0.58 | 0.29 | 42.29 | 0.42 | 0.5 |
| Hex | B5 | 96 | 4C | 0 | 11 | 3A | 1D | 2A | 2A | 32 |
| Octal | 265 | 226 | 114 | 0 | 21 | 72 | 35 | 52 | 52 | 62 |
| Binary | 10110101 | 10010110 | 1001100 | 0 | 10001 | 111010 | 11101 | 101010 | 101010 | 110010 |
Color Harmonies of #B5964C
Complementary color
Monochromatic Colors of #B5964C
Black with #B5964C
Text Example
Text Example
White with #B5964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5964C; }
p { color: rgb(181,150,76); }
H1.HeaderClassName
{
color: #B5964C;
}
.AnyTagClassName
{
color: #B5964C;
}
</style>
background-color css
<style>
a { background-color: #B5964C; }
a { background-color: rgb(181,150,76); }
div.DivClassName
{
background-color: #B5964C;
}
.BgClassName
{
background-color: #B5964C;
}
</style>
border-color css
<style>
span { border-color: #B5964C; }
span { border-color: rgb(181,150,76); }
td.TdClassName
{
border-color: #B5964C;
}
.TagClassName
{
border-color: #B5964C;
}
</style>