Shades of Husk #B29B54
Tints of Husk #B29B54
RGB
CMYK
RGB Variations
Color information
#B29B54 (or 0xB29B54) is known color: Husk. HEX triplet: B2, 9B and 54. RGB value is (178,155,84). Sum of RGB (Red+Green+Blue) = 178+155+84=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B54 is #4D64AB. Grayscale: #9A9A9A. Windows color (decimal): -5072044 or 5544882. OLE color: 5544882.
HSL color Cylindrical-coordinate representation of color #B29B54: hue angle of 45.32º 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 #B29B54 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 155 | 84 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.30 |
| HSL | 45.32º | 0.38% | 0.51% | - |
| HSV(B) | 45.32º | 0.53% | 0.7% | - |
| XYZ | 31.68 | 33.55 | 13.19 | - |
| YUV | 153.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 155 | 84 | 0 | 0.13 | 0.53 | 0.30 | 45.32 | 0.38 | 0.51 |
| Hex | B2 | 9B | 54 | 0 | D | 35 | 1E | 2D | 26 | 33 |
| Octal | 262 | 233 | 124 | 0 | 15 | 65 | 36 | 55 | 46 | 63 |
| Binary | 10110010 | 10011011 | 1010100 | 0 | 1101 | 110101 | 11110 | 101101 | 100110 | 110011 |
Color Harmonies of #B29B54
Complementary color
Monochromatic Colors of #B29B54
Black with #B29B54
Text Example
Text Example
White with #B29B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29B54; }
p { color: rgb(178,155,84); }
H1.HeaderClassName
{
color: #B29B54;
}
.AnyTagClassName
{
color: #B29B54;
}
</style>
background-color css
<style>
a { background-color: #B29B54; }
a { background-color: rgb(178,155,84); }
div.DivClassName
{
background-color: #B29B54;
}
.BgClassName
{
background-color: #B29B54;
}
</style>
border-color css
<style>
span { border-color: #B29B54; }
span { border-color: rgb(178,155,84); }
td.TdClassName
{
border-color: #B29B54;
}
.TagClassName
{
border-color: #B29B54;
}
</style>