Shades of Husk #B29856
Tints of Husk #B29856
RGB
CMYK
RGB Variations
Color information
#B29856 (or 0xB29856) is known color: Husk. HEX triplet: B2, 98 and 56. RGB value is (178,152,86). Sum of RGB (Red+Green+Blue) = 178+152+86=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B29856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29856 is #4D67A9. Grayscale: #989898. Windows color (decimal): -5072810 or 5675186. OLE color: 5675186.
HSL color Cylindrical-coordinate representation of color #B29856: hue angle of 43.04º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B29856 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 86 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.30 |
| HSL | 43.04º | 0.37% | 0.52% | - |
| HSV(B) | 43.04º | 0.52% | 0.7% | - |
| XYZ | 31.27 | 32.59 | 13.45 | - |
| YUV | 152.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 86 | 0 | 0.15 | 0.52 | 0.30 | 43.04 | 0.37 | 0.52 |
| Hex | B2 | 98 | 56 | 0 | F | 34 | 1E | 2B | 25 | 34 |
| Octal | 262 | 230 | 126 | 0 | 17 | 64 | 36 | 53 | 45 | 64 |
| Binary | 10110010 | 10011000 | 1010110 | 0 | 1111 | 110100 | 11110 | 101011 | 100101 | 110100 |
Color Harmonies of #B29856
Complementary color
Monochromatic Colors of #B29856
Black with #B29856
Text Example
Text Example
White with #B29856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29856; }
p { color: rgb(178,152,86); }
H1.HeaderClassName
{
color: #B29856;
}
.AnyTagClassName
{
color: #B29856;
}
</style>
background-color css
<style>
a { background-color: #B29856; }
a { background-color: rgb(178,152,86); }
div.DivClassName
{
background-color: #B29856;
}
.BgClassName
{
background-color: #B29856;
}
</style>
border-color css
<style>
span { border-color: #B29856; }
span { border-color: rgb(178,152,86); }
td.TdClassName
{
border-color: #B29856;
}
.TagClassName
{
border-color: #B29856;
}
</style>