Shades of Husk #B09B51
Tints of Husk #B09B51
RGB
CMYK
RGB Variations
Color information
#B09B51 (or 0xB09B51) is known color: Husk. HEX triplet: B0, 9B and 51. RGB value is (176,155,81). Sum of RGB (Red+Green+Blue) = 176+155+81=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B51 is #4F64AE. Grayscale: #999999. Windows color (decimal): -5203119 or 5348272. OLE color: 5348272.
HSL color Cylindrical-coordinate representation of color #B09B51: hue angle of 46.74º 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 #B09B51 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 81 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.31 |
| HSL | 46.74º | 0.38% | 0.5% | - |
| HSV(B) | 46.74º | 0.54% | 0.69% | - |
| XYZ | 31.11 | 33.27 | 12.57 | - |
| YUV | 152.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 81 | 0 | 0.12 | 0.54 | 0.31 | 46.74 | 0.38 | 0.5 |
| Hex | B0 | 9B | 51 | 0 | C | 36 | 1F | 2F | 26 | 32 |
| Octal | 260 | 233 | 121 | 0 | 14 | 66 | 37 | 57 | 46 | 62 |
| Binary | 10110000 | 10011011 | 1010001 | 0 | 1100 | 110110 | 11111 | 101111 | 100110 | 110010 |
Color Harmonies of #B09B51
Complementary color
Monochromatic Colors of #B09B51
Black with #B09B51
Text Example
Text Example
White with #B09B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09B51; }
p { color: rgb(176,155,81); }
H1.HeaderClassName
{
color: #B09B51;
}
.AnyTagClassName
{
color: #B09B51;
}
</style>
background-color css
<style>
a { background-color: #B09B51; }
a { background-color: rgb(176,155,81); }
div.DivClassName
{
background-color: #B09B51;
}
.BgClassName
{
background-color: #B09B51;
}
</style>
border-color css
<style>
span { border-color: #B09B51; }
span { border-color: rgb(176,155,81); }
td.TdClassName
{
border-color: #B09B51;
}
.TagClassName
{
border-color: #B09B51;
}
</style>