Shades of Husk #B29949
Tints of Husk #B29949
RGB
CMYK
RGB Variations
Color information
#B29949 (or 0xB29949) is known color: Husk. HEX triplet: B2, 99 and 49. RGB value is (178,153,73). Sum of RGB (Red+Green+Blue) = 178+153+73=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B29949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29949 is #4D66B6. Grayscale: #979797. Windows color (decimal): -5072567 or 4823474. OLE color: 4823474.
HSL color Cylindrical-coordinate representation of color #B29949: hue angle of 45.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B29949 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 153 | 73 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.30 |
| HSL | 45.71º | 0.42% | 0.49% | - |
| HSV(B) | 45.71º | 0.59% | 0.7% | - |
| XYZ | 30.95 | 32.73 | 10.99 | - |
| YUV | 151.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 153 | 73 | 0 | 0.14 | 0.59 | 0.30 | 45.71 | 0.42 | 0.49 |
| Hex | B2 | 99 | 49 | 0 | E | 3B | 1E | 2E | 2A | 31 |
| Octal | 262 | 231 | 111 | 0 | 16 | 73 | 36 | 56 | 52 | 61 |
| Binary | 10110010 | 10011001 | 1001001 | 0 | 1110 | 111011 | 11110 | 101110 | 101010 | 110001 |
Color Harmonies of #B29949
Complementary color
Monochromatic Colors of #B29949
Black with #B29949
Text Example
Text Example
White with #B29949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29949; }
p { color: rgb(178,153,73); }
H1.HeaderClassName
{
color: #B29949;
}
.AnyTagClassName
{
color: #B29949;
}
</style>
background-color css
<style>
a { background-color: #B29949; }
a { background-color: rgb(178,153,73); }
div.DivClassName
{
background-color: #B29949;
}
.BgClassName
{
background-color: #B29949;
}
</style>
border-color css
<style>
span { border-color: #B29949; }
span { border-color: rgb(178,153,73); }
td.TdClassName
{
border-color: #B29949;
}
.TagClassName
{
border-color: #B29949;
}
</style>