Shades of Husk #B09555
Tints of Husk #B09555
RGB
CMYK
RGB Variations
Color information
#B09555 (or 0xB09555) is known color: Husk. HEX triplet: B0, 95 and 55. RGB value is (176,149,85). Sum of RGB (Red+Green+Blue) = 176+149+85=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B09555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09555 is #4F6AAA. Grayscale: #969696. Windows color (decimal): -5204651 or 5608880. OLE color: 5608880.
HSL color Cylindrical-coordinate representation of color #B09555: hue angle of 42.2º 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 #B09555 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 85 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.31 |
| HSL | 42.2º | 0.37% | 0.51% | - |
| HSV(B) | 42.2º | 0.52% | 0.69% | - |
| XYZ | 30.29 | 31.38 | 13.05 | - |
| YUV | 149.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 85 | 0 | 0.15 | 0.52 | 0.31 | 42.2 | 0.37 | 0.51 |
| Hex | B0 | 95 | 55 | 0 | F | 34 | 1F | 2A | 25 | 33 |
| Octal | 260 | 225 | 125 | 0 | 17 | 64 | 37 | 52 | 45 | 63 |
| Binary | 10110000 | 10010101 | 1010101 | 0 | 1111 | 110100 | 11111 | 101010 | 100101 | 110011 |
Color Harmonies of #B09555
Complementary color
Monochromatic Colors of #B09555
Black with #B09555
Text Example
Text Example
White with #B09555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09555; }
p { color: rgb(176,149,85); }
H1.HeaderClassName
{
color: #B09555;
}
.AnyTagClassName
{
color: #B09555;
}
</style>
background-color css
<style>
a { background-color: #B09555; }
a { background-color: rgb(176,149,85); }
div.DivClassName
{
background-color: #B09555;
}
.BgClassName
{
background-color: #B09555;
}
</style>
border-color css
<style>
span { border-color: #B09555; }
span { border-color: rgb(176,149,85); }
td.TdClassName
{
border-color: #B09555;
}
.TagClassName
{
border-color: #B09555;
}
</style>