Shades of Husk #B29C55
Tints of Husk #B29C55
RGB
CMYK
RGB Variations
Color information
#B29C55 (or 0xB29C55) is known color: Husk. HEX triplet: B2, 9C and 55. RGB value is (178,156,85). Sum of RGB (Red+Green+Blue) = 178+156+85=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C55 is #4D63AA. Grayscale: #9A9A9A. Windows color (decimal): -5071787 or 5610674. OLE color: 5610674.
HSL color Cylindrical-coordinate representation of color #B29C55: hue angle of 45.81º degrees, saturation: 0.38, 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 #B29C55 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 85 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.30 |
| HSL | 45.81º | 0.38% | 0.52% | - |
| HSV(B) | 45.81º | 0.52% | 0.7% | - |
| XYZ | 31.89 | 33.9 | 13.46 | - |
| YUV | 154.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 85 | 0 | 0.12 | 0.52 | 0.30 | 45.81 | 0.38 | 0.52 |
| Hex | B2 | 9C | 55 | 0 | C | 34 | 1E | 2E | 26 | 34 |
| Octal | 262 | 234 | 125 | 0 | 14 | 64 | 36 | 56 | 46 | 64 |
| Binary | 10110010 | 10011100 | 1010101 | 0 | 1100 | 110100 | 11110 | 101110 | 100110 | 110100 |
Color Harmonies of #B29C55
Complementary color
Monochromatic Colors of #B29C55
Black with #B29C55
Text Example
Text Example
White with #B29C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C55; }
p { color: rgb(178,156,85); }
H1.HeaderClassName
{
color: #B29C55;
}
.AnyTagClassName
{
color: #B29C55;
}
</style>
background-color css
<style>
a { background-color: #B29C55; }
a { background-color: rgb(178,156,85); }
div.DivClassName
{
background-color: #B29C55;
}
.BgClassName
{
background-color: #B29C55;
}
</style>
border-color css
<style>
span { border-color: #B29C55; }
span { border-color: rgb(178,156,85); }
td.TdClassName
{
border-color: #B29C55;
}
.TagClassName
{
border-color: #B29C55;
}
</style>