Shades of Husk #B29D57
Tints of Husk #B29D57
RGB
CMYK
RGB Variations
Color information
#B29D57 (or 0xB29D57) is known color: Husk. HEX triplet: B2, 9D and 57. RGB value is (178,157,87). Sum of RGB (Red+Green+Blue) = 178+157+87=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D57 is #4D62A8. Grayscale: #9B9B9B. Windows color (decimal): -5071529 or 5742002. OLE color: 5742002.
HSL color Cylindrical-coordinate representation of color #B29D57: hue angle of 46.15º 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 #B29D57 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 157 | 87 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.30 |
| HSL | 46.15º | 0.37% | 0.52% | - |
| HSV(B) | 46.15º | 0.51% | 0.7% | - |
| XYZ | 32.14 | 34.27 | 13.94 | - |
| YUV | 155.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 87 | 0 | 0.12 | 0.51 | 0.30 | 46.15 | 0.37 | 0.52 |
| Hex | B2 | 9D | 57 | 0 | C | 33 | 1E | 2E | 25 | 34 |
| Octal | 262 | 235 | 127 | 0 | 14 | 63 | 36 | 56 | 45 | 64 |
| Binary | 10110010 | 10011101 | 1010111 | 0 | 1100 | 110011 | 11110 | 101110 | 100101 | 110100 |
Color Harmonies of #B29D57
Complementary color
Monochromatic Colors of #B29D57
Black with #B29D57
Text Example
Text Example
White with #B29D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29D57; }
p { color: rgb(178,157,87); }
H1.HeaderClassName
{
color: #B29D57;
}
.AnyTagClassName
{
color: #B29D57;
}
</style>
background-color css
<style>
a { background-color: #B29D57; }
a { background-color: rgb(178,157,87); }
div.DivClassName
{
background-color: #B29D57;
}
.BgClassName
{
background-color: #B29D57;
}
</style>
border-color css
<style>
span { border-color: #B29D57; }
span { border-color: rgb(178,157,87); }
td.TdClassName
{
border-color: #B29D57;
}
.TagClassName
{
border-color: #B29D57;
}
</style>