Shades of Husk #B09946
Tints of Husk #B09946
RGB
CMYK
RGB Variations
Color information
#B09946 (or 0xB09946) is known color: Husk. HEX triplet: B0, 99 and 46. RGB value is (176,153,70). Sum of RGB (Red+Green+Blue) = 176+153+70=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B09946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09946 is #4F66B9. Grayscale: #969696. Windows color (decimal): -5203642 or 4626864. OLE color: 4626864.
HSL color Cylindrical-coordinate representation of color #B09946: hue angle of 46.98º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09946 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 70 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.31 |
| HSL | 46.98º | 0.43% | 0.48% | - |
| HSV(B) | 46.98º | 0.6% | 0.69% | - |
| XYZ | 30.4 | 32.45 | 10.46 | - |
| YUV | 150.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 70 | 0 | 0.13 | 0.60 | 0.31 | 46.98 | 0.43 | 0.48 |
| Hex | B0 | 99 | 46 | 0 | D | 3C | 1F | 2F | 2B | 30 |
| Octal | 260 | 231 | 106 | 0 | 15 | 74 | 37 | 57 | 53 | 60 |
| Binary | 10110000 | 10011001 | 1000110 | 0 | 1101 | 111100 | 11111 | 101111 | 101011 | 110000 |
Color Harmonies of #B09946
Complementary color
Monochromatic Colors of #B09946
Black with #B09946
Text Example
Text Example
White with #B09946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09946; }
p { color: rgb(176,153,70); }
H1.HeaderClassName
{
color: #B09946;
}
.AnyTagClassName
{
color: #B09946;
}
</style>
background-color css
<style>
a { background-color: #B09946; }
a { background-color: rgb(176,153,70); }
div.DivClassName
{
background-color: #B09946;
}
.BgClassName
{
background-color: #B09946;
}
</style>
border-color css
<style>
span { border-color: #B09946; }
span { border-color: rgb(176,153,70); }
td.TdClassName
{
border-color: #B09946;
}
.TagClassName
{
border-color: #B09946;
}
</style>