Shades of Husk #B5984E
Tints of Husk #B5984E
RGB
CMYK
RGB Variations
Color information
#B5984E (or 0xB5984E) is known color: Husk. HEX triplet: B5, 98 and 4E. RGB value is (181,152,78). Sum of RGB (Red+Green+Blue) = 181+152+78=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5984E is #4A67B1. Grayscale: #989898. Windows color (decimal): -4876210 or 5150901. OLE color: 5150901.
HSL color Cylindrical-coordinate representation of color #B5984E: hue angle of 43.11º 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 #B5984E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 78 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.29 |
| HSL | 43.11º | 0.41% | 0.51% | - |
| HSV(B) | 43.11º | 0.57% | 0.71% | - |
| XYZ | 31.66 | 32.83 | 11.88 | - |
| YUV | 152.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 78 | 0 | 0.16 | 0.57 | 0.29 | 43.11 | 0.41 | 0.51 |
| Hex | B5 | 98 | 4E | 0 | 10 | 39 | 1D | 2B | 29 | 33 |
| Octal | 265 | 230 | 116 | 0 | 20 | 71 | 35 | 53 | 51 | 63 |
| Binary | 10110101 | 10011000 | 1001110 | 0 | 10000 | 111001 | 11101 | 101011 | 101001 | 110011 |
Color Harmonies of #B5984E
Complementary color
Monochromatic Colors of #B5984E
Black with #B5984E
Text Example
Text Example
White with #B5984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5984E; }
p { color: rgb(181,152,78); }
H1.HeaderClassName
{
color: #B5984E;
}
.AnyTagClassName
{
color: #B5984E;
}
</style>
background-color css
<style>
a { background-color: #B5984E; }
a { background-color: rgb(181,152,78); }
div.DivClassName
{
background-color: #B5984E;
}
.BgClassName
{
background-color: #B5984E;
}
</style>
border-color css
<style>
span { border-color: #B5984E; }
span { border-color: rgb(181,152,78); }
td.TdClassName
{
border-color: #B5984E;
}
.TagClassName
{
border-color: #B5984E;
}
</style>