Shades of Husk #B09F56
Tints of Husk #B09F56
RGB
CMYK
RGB Variations
Color information
#B09F56 (or 0xB09F56) is known color: Husk. HEX triplet: B0, 9F and 56. RGB value is (176,159,86). Sum of RGB (Red+Green+Blue) = 176+159+86=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F56 is #4F60A9. Grayscale: #9C9C9C. Windows color (decimal): -5202090 or 5676976. OLE color: 5676976.
HSL color Cylindrical-coordinate representation of color #B09F56: hue angle of 48.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B09F56 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 86 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.31 |
| HSL | 48.67º | 0.36% | 0.51% | - |
| HSV(B) | 48.67º | 0.51% | 0.69% | - |
| XYZ | 31.98 | 34.7 | 13.82 | - |
| YUV | 155.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 86 | 0 | 0.10 | 0.51 | 0.31 | 48.67 | 0.36 | 0.51 |
| Hex | B0 | 9F | 56 | 0 | A | 33 | 1F | 31 | 24 | 33 |
| Octal | 260 | 237 | 126 | 0 | 12 | 63 | 37 | 61 | 44 | 63 |
| Binary | 10110000 | 10011111 | 1010110 | 0 | 1010 | 110011 | 11111 | 110001 | 100100 | 110011 |
Color Harmonies of #B09F56
Complementary color
Monochromatic Colors of #B09F56
Black with #B09F56
Text Example
Text Example
White with #B09F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F56; }
p { color: rgb(176,159,86); }
H1.HeaderClassName
{
color: #B09F56;
}
.AnyTagClassName
{
color: #B09F56;
}
</style>
background-color css
<style>
a { background-color: #B09F56; }
a { background-color: rgb(176,159,86); }
div.DivClassName
{
background-color: #B09F56;
}
.BgClassName
{
background-color: #B09F56;
}
</style>
border-color css
<style>
span { border-color: #B09F56; }
span { border-color: rgb(176,159,86); }
td.TdClassName
{
border-color: #B09F56;
}
.TagClassName
{
border-color: #B09F56;
}
</style>