Shades of Husk #B5984C
Tints of Husk #B5984C
RGB
CMYK
RGB Variations
Color information
#B5984C (or 0xB5984C) is known color: Husk. HEX triplet: B5, 98 and 4C. RGB value is (181,152,76). Sum of RGB (Red+Green+Blue) = 181+152+76=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5984C is #4A67B3. Grayscale: #989898. Windows color (decimal): -4876212 or 5019829. OLE color: 5019829.
HSL color Cylindrical-coordinate representation of color #B5984C: hue angle of 43.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5984C is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 76 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.29 |
| HSL | 43.43º | 0.42% | 0.5% | - |
| HSV(B) | 43.43º | 0.58% | 0.71% | - |
| XYZ | 31.59 | 32.8 | 11.5 | - |
| YUV | 152.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 76 | 0 | 0.16 | 0.58 | 0.29 | 43.43 | 0.42 | 0.5 |
| Hex | B5 | 98 | 4C | 0 | 10 | 3A | 1D | 2B | 2A | 32 |
| Octal | 265 | 230 | 114 | 0 | 20 | 72 | 35 | 53 | 52 | 62 |
| Binary | 10110101 | 10011000 | 1001100 | 0 | 10000 | 111010 | 11101 | 101011 | 101010 | 110010 |
Color Harmonies of #B5984C
Complementary color
Monochromatic Colors of #B5984C
Black with #B5984C
Text Example
Text Example
White with #B5984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5984C; }
p { color: rgb(181,152,76); }
H1.HeaderClassName
{
color: #B5984C;
}
.AnyTagClassName
{
color: #B5984C;
}
</style>
background-color css
<style>
a { background-color: #B5984C; }
a { background-color: rgb(181,152,76); }
div.DivClassName
{
background-color: #B5984C;
}
.BgClassName
{
background-color: #B5984C;
}
</style>
border-color css
<style>
span { border-color: #B5984C; }
span { border-color: rgb(181,152,76); }
td.TdClassName
{
border-color: #B5984C;
}
.TagClassName
{
border-color: #B5984C;
}
</style>