Shades of Husk #B5964E
Tints of Husk #B5964E
RGB
CMYK
RGB Variations
Color information
#B5964E (or 0xB5964E) is known color: Husk. HEX triplet: B5, 96 and 4E. RGB value is (181,150,78). Sum of RGB (Red+Green+Blue) = 181+150+78=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5964E is #4A69B1. Grayscale: #979797. Windows color (decimal): -4876722 or 5150389. OLE color: 5150389.
HSL color Cylindrical-coordinate representation of color #B5964E: hue angle of 41.94º 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 #B5964E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 78 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.29 |
| HSL | 41.94º | 0.41% | 0.51% | - |
| HSV(B) | 41.94º | 0.57% | 0.71% | - |
| XYZ | 31.34 | 32.19 | 11.77 | - |
| YUV | 151.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 78 | 0 | 0.17 | 0.57 | 0.29 | 41.94 | 0.41 | 0.51 |
| Hex | B5 | 96 | 4E | 0 | 11 | 39 | 1D | 2A | 29 | 33 |
| Octal | 265 | 226 | 116 | 0 | 21 | 71 | 35 | 52 | 51 | 63 |
| Binary | 10110101 | 10010110 | 1001110 | 0 | 10001 | 111001 | 11101 | 101010 | 101001 | 110011 |
Color Harmonies of #B5964E
Complementary color
Monochromatic Colors of #B5964E
Black with #B5964E
Text Example
Text Example
White with #B5964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5964E; }
p { color: rgb(181,150,78); }
H1.HeaderClassName
{
color: #B5964E;
}
.AnyTagClassName
{
color: #B5964E;
}
</style>
background-color css
<style>
a { background-color: #B5964E; }
a { background-color: rgb(181,150,78); }
div.DivClassName
{
background-color: #B5964E;
}
.BgClassName
{
background-color: #B5964E;
}
</style>
border-color css
<style>
span { border-color: #B5964E; }
span { border-color: rgb(181,150,78); }
td.TdClassName
{
border-color: #B5964E;
}
.TagClassName
{
border-color: #B5964E;
}
</style>