Shades of Tallow #B29F6D
Tints of Tallow #B29F6D
RGB
CMYK
RGB Variations
Color information
#B29F6D (or 0xB29F6D) is known color: Tallow. HEX triplet: B2, 9F and 6D. RGB value is (178,159,109). Sum of RGB (Red+Green+Blue) = 178+159+109=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F6D is #4D6092. Grayscale: #9F9F9F. Windows color (decimal): -5070995 or 7184306. OLE color: 7184306.
HSL color Cylindrical-coordinate representation of color #B29F6D: hue angle of 43.48º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B29F6D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 109 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.30 |
| HSL | 43.48º | 0.31% | 0.56% | - |
| HSV(B) | 43.48º | 0.39% | 0.7% | - |
| XYZ | 33.52 | 35.37 | 19.53 | - |
| YUV | 158.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 109 | 0 | 0.11 | 0.39 | 0.30 | 43.48 | 0.31 | 0.56 |
| Hex | B2 | 9F | 6D | 0 | B | 27 | 1E | 2B | 1F | 38 |
| Octal | 262 | 237 | 155 | 0 | 13 | 47 | 36 | 53 | 37 | 70 |
| Binary | 10110010 | 10011111 | 1101101 | 0 | 1011 | 100111 | 11110 | 101011 | 11111 | 111000 |
Color Harmonies of #B29F6D
Complementary color
Monochromatic Colors of #B29F6D
Black with #B29F6D
Text Example
Text Example
White with #B29F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29F6D; }
p { color: rgb(178,159,109); }
H1.HeaderClassName
{
color: #B29F6D;
}
.AnyTagClassName
{
color: #B29F6D;
}
</style>
background-color css
<style>
a { background-color: #B29F6D; }
a { background-color: rgb(178,159,109); }
div.DivClassName
{
background-color: #B29F6D;
}
.BgClassName
{
background-color: #B29F6D;
}
</style>
border-color css
<style>
span { border-color: #B29F6D; }
span { border-color: rgb(178,159,109); }
td.TdClassName
{
border-color: #B29F6D;
}
.TagClassName
{
border-color: #B29F6D;
}
</style>