Shades of Husk #B09A51
Tints of Husk #B09A51
RGB
CMYK
RGB Variations
Color information
#B09A51 (or 0xB09A51) is known color: Husk. HEX triplet: B0, 9A and 51. RGB value is (176,154,81). Sum of RGB (Red+Green+Blue) = 176+154+81=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A51 is #4F65AE. Grayscale: #989898. Windows color (decimal): -5203375 or 5348016. OLE color: 5348016.
HSL color Cylindrical-coordinate representation of color #B09A51: hue angle of 46.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B09A51 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 81 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.31 |
| HSL | 46.11º | 0.38% | 0.5% | - |
| HSV(B) | 46.11º | 0.54% | 0.69% | - |
| XYZ | 30.95 | 32.94 | 12.51 | - |
| YUV | 152.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 81 | 0 | 0.12 | 0.54 | 0.31 | 46.11 | 0.38 | 0.5 |
| Hex | B0 | 9A | 51 | 0 | C | 36 | 1F | 2E | 26 | 32 |
| Octal | 260 | 232 | 121 | 0 | 14 | 66 | 37 | 56 | 46 | 62 |
| Binary | 10110000 | 10011010 | 1010001 | 0 | 1100 | 110110 | 11111 | 101110 | 100110 | 110010 |
Color Harmonies of #B09A51
Complementary color
Monochromatic Colors of #B09A51
Black with #B09A51
Text Example
Text Example
White with #B09A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A51; }
p { color: rgb(176,154,81); }
H1.HeaderClassName
{
color: #B09A51;
}
.AnyTagClassName
{
color: #B09A51;
}
</style>
background-color css
<style>
a { background-color: #B09A51; }
a { background-color: rgb(176,154,81); }
div.DivClassName
{
background-color: #B09A51;
}
.BgClassName
{
background-color: #B09A51;
}
</style>
border-color css
<style>
span { border-color: #B09A51; }
span { border-color: rgb(176,154,81); }
td.TdClassName
{
border-color: #B09A51;
}
.TagClassName
{
border-color: #B09A51;
}
</style>