Shades of Husk #B09C51
Tints of Husk #B09C51
RGB
CMYK
RGB Variations
Color information
#B09C51 (or 0xB09C51) is known color: Husk. HEX triplet: B0, 9C and 51. RGB value is (176,156,81). Sum of RGB (Red+Green+Blue) = 176+156+81=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C51 is #4F63AE. Grayscale: #999999. Windows color (decimal): -5202863 or 5348528. OLE color: 5348528.
HSL color Cylindrical-coordinate representation of color #B09C51: hue angle of 47.37º 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 #B09C51 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 81 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.31 |
| HSL | 47.37º | 0.38% | 0.5% | - |
| HSV(B) | 47.37º | 0.54% | 0.69% | - |
| XYZ | 31.28 | 33.6 | 12.62 | - |
| YUV | 153.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 81 | 0 | 0.11 | 0.54 | 0.31 | 47.37 | 0.38 | 0.5 |
| Hex | B0 | 9C | 51 | 0 | B | 36 | 1F | 2F | 26 | 32 |
| Octal | 260 | 234 | 121 | 0 | 13 | 66 | 37 | 57 | 46 | 62 |
| Binary | 10110000 | 10011100 | 1010001 | 0 | 1011 | 110110 | 11111 | 101111 | 100110 | 110010 |
Color Harmonies of #B09C51
Complementary color
Monochromatic Colors of #B09C51
Black with #B09C51
Text Example
Text Example
White with #B09C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C51; }
p { color: rgb(176,156,81); }
H1.HeaderClassName
{
color: #B09C51;
}
.AnyTagClassName
{
color: #B09C51;
}
</style>
background-color css
<style>
a { background-color: #B09C51; }
a { background-color: rgb(176,156,81); }
div.DivClassName
{
background-color: #B09C51;
}
.BgClassName
{
background-color: #B09C51;
}
</style>
border-color css
<style>
span { border-color: #B09C51; }
span { border-color: rgb(176,156,81); }
td.TdClassName
{
border-color: #B09C51;
}
.TagClassName
{
border-color: #B09C51;
}
</style>