Shades of Husk #B5964A
Tints of Husk #B5964A
RGB
CMYK
RGB Variations
Color information
#B5964A (or 0xB5964A) is known color: Husk. HEX triplet: B5, 96 and 4A. RGB value is (181,150,74). Sum of RGB (Red+Green+Blue) = 181+150+74=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5964A is #4A69B5. Grayscale: #969696. Windows color (decimal): -4876726 or 4888245. OLE color: 4888245.
HSL color Cylindrical-coordinate representation of color #B5964A: hue angle of 42.62º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5964A is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 150 | 74 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.29 |
| HSL | 42.62º | 0.42% | 0.5% | - |
| HSV(B) | 42.62º | 0.59% | 0.71% | - |
| XYZ | 31.2 | 32.13 | 11.04 | - |
| YUV | 150.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 150 | 74 | 0 | 0.17 | 0.59 | 0.29 | 42.62 | 0.42 | 0.5 |
| Hex | B5 | 96 | 4A | 0 | 11 | 3B | 1D | 2B | 2A | 32 |
| Octal | 265 | 226 | 112 | 0 | 21 | 73 | 35 | 53 | 52 | 62 |
| Binary | 10110101 | 10010110 | 1001010 | 0 | 10001 | 111011 | 11101 | 101011 | 101010 | 110010 |
Color Harmonies of #B5964A
Complementary color
Monochromatic Colors of #B5964A
Black with #B5964A
Text Example
Text Example
White with #B5964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5964A; }
p { color: rgb(181,150,74); }
H1.HeaderClassName
{
color: #B5964A;
}
.AnyTagClassName
{
color: #B5964A;
}
</style>
background-color css
<style>
a { background-color: #B5964A; }
a { background-color: rgb(181,150,74); }
div.DivClassName
{
background-color: #B5964A;
}
.BgClassName
{
background-color: #B5964A;
}
</style>
border-color css
<style>
span { border-color: #B5964A; }
span { border-color: rgb(181,150,74); }
td.TdClassName
{
border-color: #B5964A;
}
.TagClassName
{
border-color: #B5964A;
}
</style>