Shades of Tallow #B29E6B
Tints of Tallow #B29E6B
RGB
CMYK
RGB Variations
Color information
#B29E6B (or 0xB29E6B) is known color: Tallow. HEX triplet: B2, 9E and 6B. RGB value is (178,158,107). Sum of RGB (Red+Green+Blue) = 178+158+107=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E6B is #4D6194. Grayscale: #9E9E9E. Windows color (decimal): -5071253 or 7052978. OLE color: 7052978.
HSL color Cylindrical-coordinate representation of color #B29E6B: hue angle of 43.1º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B29E6B is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 107 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.30 |
| HSL | 43.1º | 0.32% | 0.56% | - |
| HSV(B) | 43.1º | 0.4% | 0.7% | - |
| XYZ | 33.24 | 34.98 | 18.91 | - |
| YUV | 158.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 107 | 0 | 0.11 | 0.40 | 0.30 | 43.1 | 0.32 | 0.56 |
| Hex | B2 | 9E | 6B | 0 | B | 28 | 1E | 2B | 20 | 38 |
| Octal | 262 | 236 | 153 | 0 | 13 | 50 | 36 | 53 | 40 | 70 |
| Binary | 10110010 | 10011110 | 1101011 | 0 | 1011 | 101000 | 11110 | 101011 | 100000 | 111000 |
Color Harmonies of #B29E6B
Complementary color
Monochromatic Colors of #B29E6B
Black with #B29E6B
Text Example
Text Example
White with #B29E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E6B; }
p { color: rgb(178,158,107); }
H1.HeaderClassName
{
color: #B29E6B;
}
.AnyTagClassName
{
color: #B29E6B;
}
</style>
background-color css
<style>
a { background-color: #B29E6B; }
a { background-color: rgb(178,158,107); }
div.DivClassName
{
background-color: #B29E6B;
}
.BgClassName
{
background-color: #B29E6B;
}
</style>
border-color css
<style>
span { border-color: #B29E6B; }
span { border-color: rgb(178,158,107); }
td.TdClassName
{
border-color: #B29E6B;
}
.TagClassName
{
border-color: #B29E6B;
}
</style>