Shades of Husk #B09756
Tints of Husk #B09756
RGB
CMYK
RGB Variations
Color information
#B09756 (or 0xB09756) is known color: Husk. HEX triplet: B0, 97 and 56. RGB value is (176,151,86). Sum of RGB (Red+Green+Blue) = 176+151+86=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B09756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09756 is #4F68A9. Grayscale: #979797. Windows color (decimal): -5204138 or 5674928. OLE color: 5674928.
HSL color Cylindrical-coordinate representation of color #B09756: hue angle of 43.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 #B09756 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 86 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.31 |
| HSL | 43.33º | 0.36% | 0.51% | - |
| HSV(B) | 43.33º | 0.51% | 0.69% | - |
| XYZ | 30.65 | 32.04 | 13.37 | - |
| YUV | 151.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 86 | 0 | 0.14 | 0.51 | 0.31 | 43.33 | 0.36 | 0.51 |
| Hex | B0 | 97 | 56 | 0 | E | 33 | 1F | 2B | 24 | 33 |
| Octal | 260 | 227 | 126 | 0 | 16 | 63 | 37 | 53 | 44 | 63 |
| Binary | 10110000 | 10010111 | 1010110 | 0 | 1110 | 110011 | 11111 | 101011 | 100100 | 110011 |
Color Harmonies of #B09756
Complementary color
Monochromatic Colors of #B09756
Black with #B09756
Text Example
Text Example
White with #B09756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09756; }
p { color: rgb(176,151,86); }
H1.HeaderClassName
{
color: #B09756;
}
.AnyTagClassName
{
color: #B09756;
}
</style>
background-color css
<style>
a { background-color: #B09756; }
a { background-color: rgb(176,151,86); }
div.DivClassName
{
background-color: #B09756;
}
.BgClassName
{
background-color: #B09756;
}
</style>
border-color css
<style>
span { border-color: #B09756; }
span { border-color: rgb(176,151,86); }
td.TdClassName
{
border-color: #B09756;
}
.TagClassName
{
border-color: #B09756;
}
</style>