Shades of Husk #B09A56
Tints of Husk #B09A56
RGB
CMYK
RGB Variations
Color information
#B09A56 (or 0xB09A56) is known color: Husk. HEX triplet: B0, 9A and 56. RGB value is (176,154,86). Sum of RGB (Red+Green+Blue) = 176+154+86=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A56 is #4F65A9. Grayscale: #999999. Windows color (decimal): -5203370 or 5675696. OLE color: 5675696.
HSL color Cylindrical-coordinate representation of color #B09A56: hue angle of 45.33º 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 #B09A56 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 86 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.31 |
| HSL | 45.33º | 0.36% | 0.51% | - |
| HSV(B) | 45.33º | 0.51% | 0.69% | - |
| XYZ | 31.14 | 33.01 | 13.54 | - |
| YUV | 152.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 86 | 0 | 0.12 | 0.51 | 0.31 | 45.33 | 0.36 | 0.51 |
| Hex | B0 | 9A | 56 | 0 | C | 33 | 1F | 2D | 24 | 33 |
| Octal | 260 | 232 | 126 | 0 | 14 | 63 | 37 | 55 | 44 | 63 |
| Binary | 10110000 | 10011010 | 1010110 | 0 | 1100 | 110011 | 11111 | 101101 | 100100 | 110011 |
Color Harmonies of #B09A56
Complementary color
Monochromatic Colors of #B09A56
Black with #B09A56
Text Example
Text Example
White with #B09A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A56; }
p { color: rgb(176,154,86); }
H1.HeaderClassName
{
color: #B09A56;
}
.AnyTagClassName
{
color: #B09A56;
}
</style>
background-color css
<style>
a { background-color: #B09A56; }
a { background-color: rgb(176,154,86); }
div.DivClassName
{
background-color: #B09A56;
}
.BgClassName
{
background-color: #B09A56;
}
</style>
border-color css
<style>
span { border-color: #B09A56; }
span { border-color: rgb(176,154,86); }
td.TdClassName
{
border-color: #B09A56;
}
.TagClassName
{
border-color: #B09A56;
}
</style>