Shades of Husk #B59850
Tints of Husk #B59850
RGB
CMYK
RGB Variations
Color information
#B59850 (or 0xB59850) is known color: Husk. HEX triplet: B5, 98 and 50. RGB value is (181,152,80). Sum of RGB (Red+Green+Blue) = 181+152+80=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B59850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59850 is #4A67AF. Grayscale: #989898. Windows color (decimal): -4876208 or 5281973. OLE color: 5281973.
HSL color Cylindrical-coordinate representation of color #B59850: hue angle of 42.77º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B59850 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 80 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.29 |
| HSL | 42.77º | 0.41% | 0.51% | - |
| HSV(B) | 42.77º | 0.56% | 0.71% | - |
| XYZ | 31.73 | 32.86 | 12.26 | - |
| YUV | 152.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 80 | 0 | 0.16 | 0.56 | 0.29 | 42.77 | 0.41 | 0.51 |
| Hex | B5 | 98 | 50 | 0 | 10 | 38 | 1D | 2B | 29 | 33 |
| Octal | 265 | 230 | 120 | 0 | 20 | 70 | 35 | 53 | 51 | 63 |
| Binary | 10110101 | 10011000 | 1010000 | 0 | 10000 | 111000 | 11101 | 101011 | 101001 | 110011 |
Color Harmonies of #B59850
Complementary color
Monochromatic Colors of #B59850
Black with #B59850
Text Example
Text Example
White with #B59850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59850; }
p { color: rgb(181,152,80); }
H1.HeaderClassName
{
color: #B59850;
}
.AnyTagClassName
{
color: #B59850;
}
</style>
background-color css
<style>
a { background-color: #B59850; }
a { background-color: rgb(181,152,80); }
div.DivClassName
{
background-color: #B59850;
}
.BgClassName
{
background-color: #B59850;
}
</style>
border-color css
<style>
span { border-color: #B59850; }
span { border-color: rgb(181,152,80); }
td.TdClassName
{
border-color: #B59850;
}
.TagClassName
{
border-color: #B59850;
}
</style>