Shades of Husk #B09958
Tints of Husk #B09958
RGB
CMYK
RGB Variations
Color information
#B09958 (or 0xB09958) is known color: Husk. HEX triplet: B0, 99 and 58. RGB value is (176,153,88). Sum of RGB (Red+Green+Blue) = 176+153+88=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B09958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09958 is #4F66A7. Grayscale: #989898. Windows color (decimal): -5203624 or 5806512. OLE color: 5806512.
HSL color Cylindrical-coordinate representation of color #B09958: hue angle of 44.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B09958 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 88 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.31 |
| HSL | 44.32º | 0.36% | 0.52% | - |
| HSV(B) | 44.32º | 0.5% | 0.69% | - |
| XYZ | 31.06 | 32.72 | 13.91 | - |
| YUV | 152.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 88 | 0 | 0.13 | 0.50 | 0.31 | 44.32 | 0.36 | 0.52 |
| Hex | B0 | 99 | 58 | 0 | D | 32 | 1F | 2C | 24 | 34 |
| Octal | 260 | 231 | 130 | 0 | 15 | 62 | 37 | 54 | 44 | 64 |
| Binary | 10110000 | 10011001 | 1011000 | 0 | 1101 | 110010 | 11111 | 101100 | 100100 | 110100 |
Color Harmonies of #B09958
Complementary color
Monochromatic Colors of #B09958
Black with #B09958
Text Example
Text Example
White with #B09958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09958; }
p { color: rgb(176,153,88); }
H1.HeaderClassName
{
color: #B09958;
}
.AnyTagClassName
{
color: #B09958;
}
</style>
background-color css
<style>
a { background-color: #B09958; }
a { background-color: rgb(176,153,88); }
div.DivClassName
{
background-color: #B09958;
}
.BgClassName
{
background-color: #B09958;
}
</style>
border-color css
<style>
span { border-color: #B09958; }
span { border-color: rgb(176,153,88); }
td.TdClassName
{
border-color: #B09958;
}
.TagClassName
{
border-color: #B09958;
}
</style>