Shades of Husk #B29C5A
Tints of Husk #B29C5A
RGB
CMYK
RGB Variations
Color information
#B29C5A (or 0xB29C5A) is known color: Husk. HEX triplet: B2, 9C and 5A. RGB value is (178,156,90). Sum of RGB (Red+Green+Blue) = 178+156+90=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C5A is #4D63A5. Grayscale: #9B9B9B. Windows color (decimal): -5071782 or 5938354. OLE color: 5938354.
HSL color Cylindrical-coordinate representation of color #B29C5A: hue angle of 45º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B29C5A is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 156 | 90 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.30 |
| HSL | 45º | 0.36% | 0.53% | - |
| HSV(B) | 45º | 0.49% | 0.7% | - |
| XYZ | 32.09 | 33.98 | 14.54 | - |
| YUV | 155.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 90 | 0 | 0.12 | 0.49 | 0.30 | 45 | 0.36 | 0.53 |
| Hex | B2 | 9C | 5A | 0 | C | 31 | 1E | 2D | 24 | 35 |
| Octal | 262 | 234 | 132 | 0 | 14 | 61 | 36 | 55 | 44 | 65 |
| Binary | 10110010 | 10011100 | 1011010 | 0 | 1100 | 110001 | 11110 | 101101 | 100100 | 110101 |
Color Harmonies of #B29C5A
Complementary color
Monochromatic Colors of #B29C5A
Black with #B29C5A
Text Example
Text Example
White with #B29C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29C5A; }
p { color: rgb(178,156,90); }
H1.HeaderClassName
{
color: #B29C5A;
}
.AnyTagClassName
{
color: #B29C5A;
}
</style>
background-color css
<style>
a { background-color: #B29C5A; }
a { background-color: rgb(178,156,90); }
div.DivClassName
{
background-color: #B29C5A;
}
.BgClassName
{
background-color: #B29C5A;
}
</style>
border-color css
<style>
span { border-color: #B29C5A; }
span { border-color: rgb(178,156,90); }
td.TdClassName
{
border-color: #B29C5A;
}
.TagClassName
{
border-color: #B29C5A;
}
</style>