Shades of Tallow #B29F76
Tints of Tallow #B29F76
RGB
CMYK
RGB Variations
Color information
#B29F76 (or 0xB29F76) is known color: Tallow. HEX triplet: B2, 9F and 76. RGB value is (178,159,118). Sum of RGB (Red+Green+Blue) = 178+159+118=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F76 is #4D6089. Grayscale: #A0A0A0. Windows color (decimal): -5070986 or 7774130. OLE color: 7774130.
HSL color Cylindrical-coordinate representation of color #B29F76: hue angle of 41º 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 #B29F76 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 118 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.30 |
| HSL | 41º | 0.28% | 0.58% | - |
| HSV(B) | 41º | 0.34% | 0.7% | - |
| XYZ | 34.03 | 35.57 | 22.21 | - |
| YUV | 160.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 118 | 0 | 0.11 | 0.34 | 0.30 | 41 | 0.28 | 0.58 |
| Hex | B2 | 9F | 76 | 0 | B | 22 | 1E | 29 | 1C | 3A |
| Octal | 262 | 237 | 166 | 0 | 13 | 42 | 36 | 51 | 34 | 72 |
| Binary | 10110010 | 10011111 | 1110110 | 0 | 1011 | 100010 | 11110 | 101001 | 11100 | 111010 |
Color Harmonies of #B29F76
Complementary color
Monochromatic Colors of #B29F76
Black with #B29F76
Text Example
Text Example
White with #B29F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29F76; }
p { color: rgb(178,159,118); }
H1.HeaderClassName
{
color: #B29F76;
}
.AnyTagClassName
{
color: #B29F76;
}
</style>
background-color css
<style>
a { background-color: #B29F76; }
a { background-color: rgb(178,159,118); }
div.DivClassName
{
background-color: #B29F76;
}
.BgClassName
{
background-color: #B29F76;
}
</style>
border-color css
<style>
span { border-color: #B29F76; }
span { border-color: rgb(178,159,118); }
td.TdClassName
{
border-color: #B29F76;
}
.TagClassName
{
border-color: #B29F76;
}
</style>