Shades of Husk #B29B58
Tints of Husk #B29B58
RGB
CMYK
RGB Variations
Color information
#B29B58 (or 0xB29B58) is known color: Husk. HEX triplet: B2, 9B and 58. RGB value is (178,155,88). Sum of RGB (Red+Green+Blue) = 178+155+88=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B58 is #4D64A7. Grayscale: #9A9A9A. Windows color (decimal): -5072040 or 5807026. OLE color: 5807026.
HSL color Cylindrical-coordinate representation of color #B29B58: hue angle of 44.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B29B58 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 155 | 88 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.30 |
| HSL | 44.67º | 0.37% | 0.52% | - |
| HSV(B) | 44.67º | 0.51% | 0.7% | - |
| XYZ | 31.84 | 33.61 | 14.04 | - |
| YUV | 154.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 88 | 0 | 0.13 | 0.51 | 0.30 | 44.67 | 0.37 | 0.52 |
| Hex | B2 | 9B | 58 | 0 | D | 33 | 1E | 2D | 25 | 34 |
| Octal | 262 | 233 | 130 | 0 | 15 | 63 | 36 | 55 | 45 | 64 |
| Binary | 10110010 | 10011011 | 1011000 | 0 | 1101 | 110011 | 11110 | 101101 | 100101 | 110100 |
Color Harmonies of #B29B58
Complementary color
Monochromatic Colors of #B29B58
Black with #B29B58
Text Example
Text Example
White with #B29B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29B58; }
p { color: rgb(178,155,88); }
H1.HeaderClassName
{
color: #B29B58;
}
.AnyTagClassName
{
color: #B29B58;
}
</style>
background-color css
<style>
a { background-color: #B29B58; }
a { background-color: rgb(178,155,88); }
div.DivClassName
{
background-color: #B29B58;
}
.BgClassName
{
background-color: #B29B58;
}
</style>
border-color css
<style>
span { border-color: #B29B58; }
span { border-color: rgb(178,155,88); }
td.TdClassName
{
border-color: #B29B58;
}
.TagClassName
{
border-color: #B29B58;
}
</style>