Shades of Husk #B5954E
Tints of Husk #B5954E
RGB
CMYK
RGB Variations
Color information
#B5954E (or 0xB5954E) is known color: Husk. HEX triplet: B5, 95 and 4E. RGB value is (181,149,78). Sum of RGB (Red+Green+Blue) = 181+149+78=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5954E is #4A6AB1. Grayscale: #969696. Windows color (decimal): -4876978 or 5150133. OLE color: 5150133.
HSL color Cylindrical-coordinate representation of color #B5954E: hue angle of 41.36º 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 #B5954E is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 78 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.29 |
| HSL | 41.36º | 0.41% | 0.51% | - |
| HSV(B) | 41.36º | 0.57% | 0.71% | - |
| XYZ | 31.18 | 31.87 | 11.72 | - |
| YUV | 150.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 78 | 0 | 0.18 | 0.57 | 0.29 | 41.36 | 0.41 | 0.51 |
| Hex | B5 | 95 | 4E | 0 | 12 | 39 | 1D | 29 | 29 | 33 |
| Octal | 265 | 225 | 116 | 0 | 22 | 71 | 35 | 51 | 51 | 63 |
| Binary | 10110101 | 10010101 | 1001110 | 0 | 10010 | 111001 | 11101 | 101001 | 101001 | 110011 |
Color Harmonies of #B5954E
Complementary color
Monochromatic Colors of #B5954E
Black with #B5954E
Text Example
Text Example
White with #B5954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5954E; }
p { color: rgb(181,149,78); }
H1.HeaderClassName
{
color: #B5954E;
}
.AnyTagClassName
{
color: #B5954E;
}
</style>
background-color css
<style>
a { background-color: #B5954E; }
a { background-color: rgb(181,149,78); }
div.DivClassName
{
background-color: #B5954E;
}
.BgClassName
{
background-color: #B5954E;
}
</style>
border-color css
<style>
span { border-color: #B5954E; }
span { border-color: rgb(181,149,78); }
td.TdClassName
{
border-color: #B5954E;
}
.TagClassName
{
border-color: #B5954E;
}
</style>