Shades of Husk #B29C59
Tints of Husk #B29C59
RGB
CMYK
RGB Variations
Color information
#B29C59 (or 0xB29C59) is known color: Husk. HEX triplet: B2, 9C and 59. RGB value is (178,156,89). Sum of RGB (Red+Green+Blue) = 178+156+89=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C59 is #4D63A6. Grayscale: #9B9B9B. Windows color (decimal): -5071783 or 5872818. OLE color: 5872818.
HSL color Cylindrical-coordinate representation of color #B29C59: hue angle of 45.17º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B29C59 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 89 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.30 |
| HSL | 45.17º | 0.37% | 0.52% | - |
| HSV(B) | 45.17º | 0.5% | 0.7% | - |
| XYZ | 32.05 | 33.96 | 14.32 | - |
| YUV | 154.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 89 | 0 | 0.12 | 0.5 | 0.30 | 45.17 | 0.37 | 0.52 |
| Hex | B2 | 9C | 59 | 0 | C | 32 | 1E | 2D | 25 | 34 |
| Octal | 262 | 234 | 131 | 0 | 14 | 62 | 36 | 55 | 45 | 64 |
| Binary | 10110010 | 10011100 | 1011001 | 0 | 1100 | 110010 | 11110 | 101101 | 100101 | 110100 |
Color Harmonies of #B29C59
Complementary color
Monochromatic Colors of #B29C59
Black with #B29C59
Text Example
Text Example
White with #B29C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C59; }
p { color: rgb(178,156,89); }
H1.HeaderClassName
{
color: #B29C59;
}
.AnyTagClassName
{
color: #B29C59;
}
</style>
background-color css
<style>
a { background-color: #B29C59; }
a { background-color: rgb(178,156,89); }
div.DivClassName
{
background-color: #B29C59;
}
.BgClassName
{
background-color: #B29C59;
}
</style>
border-color css
<style>
span { border-color: #B29C59; }
span { border-color: rgb(178,156,89); }
td.TdClassName
{
border-color: #B29C59;
}
.TagClassName
{
border-color: #B29C59;
}
</style>