Shades of Tallow #B29E76
Tints of Tallow #B29E76
RGB
CMYK
RGB Variations
Color information
#B29E76 (or 0xB29E76) is known color: Tallow. HEX triplet: B2, 9E and 76. RGB value is (178,158,118). Sum of RGB (Red+Green+Blue) = 178+158+118=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E76 is #4D6189. Grayscale: #9F9F9F. Windows color (decimal): -5071242 or 7773874. OLE color: 7773874.
HSL color Cylindrical-coordinate representation of color #B29E76: hue angle of 40º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B29E76 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 118 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.30 |
| HSL | 40º | 0.28% | 0.58% | - |
| HSV(B) | 40º | 0.34% | 0.7% | - |
| XYZ | 33.86 | 35.23 | 22.15 | - |
| YUV | 159.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 118 | 0 | 0.11 | 0.34 | 0.30 | 40 | 0.28 | 0.58 |
| Hex | B2 | 9E | 76 | 0 | B | 22 | 1E | 28 | 1C | 3A |
| Octal | 262 | 236 | 166 | 0 | 13 | 42 | 36 | 50 | 34 | 72 |
| Binary | 10110010 | 10011110 | 1110110 | 0 | 1011 | 100010 | 11110 | 101000 | 11100 | 111010 |
Color Harmonies of #B29E76
Complementary color
Monochromatic Colors of #B29E76
Black with #B29E76
Text Example
Text Example
White with #B29E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E76; }
p { color: rgb(178,158,118); }
H1.HeaderClassName
{
color: #B29E76;
}
.AnyTagClassName
{
color: #B29E76;
}
</style>
background-color css
<style>
a { background-color: #B29E76; }
a { background-color: rgb(178,158,118); }
div.DivClassName
{
background-color: #B29E76;
}
.BgClassName
{
background-color: #B29E76;
}
</style>
border-color css
<style>
span { border-color: #B29E76; }
span { border-color: rgb(178,158,118); }
td.TdClassName
{
border-color: #B29E76;
}
.TagClassName
{
border-color: #B29E76;
}
</style>