Shades of Husk #B29E53
Tints of Husk #B29E53
RGB
CMYK
RGB Variations
Color information
#B29E53 (or 0xB29E53) is known color: Husk. HEX triplet: B2, 9E and 53. RGB value is (178,158,83). Sum of RGB (Red+Green+Blue) = 178+158+83=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E53 is #4D61AC. Grayscale: #9B9B9B. Windows color (decimal): -5071277 or 5480114. OLE color: 5480114.
HSL color Cylindrical-coordinate representation of color #B29E53: hue angle of 47.37º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B29E53 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 83 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.30 |
| HSL | 47.37º | 0.38% | 0.51% | - |
| HSV(B) | 47.37º | 0.53% | 0.7% | - |
| XYZ | 32.15 | 34.54 | 13.16 | - |
| YUV | 155.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 83 | 0 | 0.11 | 0.53 | 0.30 | 47.37 | 0.38 | 0.51 |
| Hex | B2 | 9E | 53 | 0 | B | 35 | 1E | 2F | 26 | 33 |
| Octal | 262 | 236 | 123 | 0 | 13 | 65 | 36 | 57 | 46 | 63 |
| Binary | 10110010 | 10011110 | 1010011 | 0 | 1011 | 110101 | 11110 | 101111 | 100110 | 110011 |
Color Harmonies of #B29E53
Complementary color
Monochromatic Colors of #B29E53
Black with #B29E53
Text Example
Text Example
White with #B29E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E53; }
p { color: rgb(178,158,83); }
H1.HeaderClassName
{
color: #B29E53;
}
.AnyTagClassName
{
color: #B29E53;
}
</style>
background-color css
<style>
a { background-color: #B29E53; }
a { background-color: rgb(178,158,83); }
div.DivClassName
{
background-color: #B29E53;
}
.BgClassName
{
background-color: #B29E53;
}
</style>
border-color css
<style>
span { border-color: #B29E53; }
span { border-color: rgb(178,158,83); }
td.TdClassName
{
border-color: #B29E53;
}
.TagClassName
{
border-color: #B29E53;
}
</style>