Shades of Husk #B5994D
Tints of Husk #B5994D
RGB
CMYK
RGB Variations
Color information
#B5994D (or 0xB5994D) is known color: Husk. HEX triplet: B5, 99 and 4D. RGB value is (181,153,77). Sum of RGB (Red+Green+Blue) = 181+153+77=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5994D is #4A66B2. Grayscale: #999999. Windows color (decimal): -4875955 or 5085621. OLE color: 5085621.
HSL color Cylindrical-coordinate representation of color #B5994D: hue angle of 43.85º 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 #B5994D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 77 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.29 |
| HSL | 43.85º | 0.41% | 0.51% | - |
| HSV(B) | 43.85º | 0.57% | 0.71% | - |
| XYZ | 31.79 | 33.14 | 11.74 | - |
| YUV | 152.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 77 | 0 | 0.15 | 0.57 | 0.29 | 43.85 | 0.41 | 0.51 |
| Hex | B5 | 99 | 4D | 0 | F | 39 | 1D | 2C | 29 | 33 |
| Octal | 265 | 231 | 115 | 0 | 17 | 71 | 35 | 54 | 51 | 63 |
| Binary | 10110101 | 10011001 | 1001101 | 0 | 1111 | 111001 | 11101 | 101100 | 101001 | 110011 |
Color Harmonies of #B5994D
Complementary color
Monochromatic Colors of #B5994D
Black with #B5994D
Text Example
Text Example
White with #B5994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5994D; }
p { color: rgb(181,153,77); }
H1.HeaderClassName
{
color: #B5994D;
}
.AnyTagClassName
{
color: #B5994D;
}
</style>
background-color css
<style>
a { background-color: #B5994D; }
a { background-color: rgb(181,153,77); }
div.DivClassName
{
background-color: #B5994D;
}
.BgClassName
{
background-color: #B5994D;
}
</style>
border-color css
<style>
span { border-color: #B5994D; }
span { border-color: rgb(181,153,77); }
td.TdClassName
{
border-color: #B5994D;
}
.TagClassName
{
border-color: #B5994D;
}
</style>