Shades of Husk #B09855
Tints of Husk #B09855
RGB
CMYK
RGB Variations
Color information
#B09855 (or 0xB09855) is known color: Husk. HEX triplet: B0, 98 and 55. RGB value is (176,152,85). Sum of RGB (Red+Green+Blue) = 176+152+85=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B09855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09855 is #4F67AA. Grayscale: #979797. Windows color (decimal): -5203883 or 5609648. OLE color: 5609648.
HSL color Cylindrical-coordinate representation of color #B09855: hue angle of 44.18º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B09855 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 85 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.31 |
| HSL | 44.18º | 0.37% | 0.51% | - |
| HSV(B) | 44.18º | 0.52% | 0.69% | - |
| XYZ | 30.77 | 32.34 | 13.22 | - |
| YUV | 151.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 85 | 0 | 0.14 | 0.52 | 0.31 | 44.18 | 0.37 | 0.51 |
| Hex | B0 | 98 | 55 | 0 | E | 34 | 1F | 2C | 25 | 33 |
| Octal | 260 | 230 | 125 | 0 | 16 | 64 | 37 | 54 | 45 | 63 |
| Binary | 10110000 | 10011000 | 1010101 | 0 | 1110 | 110100 | 11111 | 101100 | 100101 | 110011 |
Color Harmonies of #B09855
Complementary color
Monochromatic Colors of #B09855
Black with #B09855
Text Example
Text Example
White with #B09855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09855; }
p { color: rgb(176,152,85); }
H1.HeaderClassName
{
color: #B09855;
}
.AnyTagClassName
{
color: #B09855;
}
</style>
background-color css
<style>
a { background-color: #B09855; }
a { background-color: rgb(176,152,85); }
div.DivClassName
{
background-color: #B09855;
}
.BgClassName
{
background-color: #B09855;
}
</style>
border-color css
<style>
span { border-color: #B09855; }
span { border-color: rgb(176,152,85); }
td.TdClassName
{
border-color: #B09855;
}
.TagClassName
{
border-color: #B09855;
}
</style>