Shades of Tallow #B29F6C
Tints of Tallow #B29F6C
RGB
CMYK
RGB Variations
Color information
#B29F6C (or 0xB29F6C) is known color: Tallow. HEX triplet: B2, 9F and 6C. RGB value is (178,159,108). Sum of RGB (Red+Green+Blue) = 178+159+108=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F6C is #4D6093. Grayscale: #9F9F9F. Windows color (decimal): -5070996 or 7118770. OLE color: 7118770.
HSL color Cylindrical-coordinate representation of color #B29F6C: hue angle of 43.71º 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 #B29F6C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 159 | 108 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.30 |
| HSL | 43.71º | 0.31% | 0.56% | - |
| HSV(B) | 43.71º | 0.39% | 0.7% | - |
| XYZ | 33.47 | 35.34 | 19.25 | - |
| YUV | 158.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 108 | 0 | 0.11 | 0.39 | 0.30 | 43.71 | 0.31 | 0.56 |
| Hex | B2 | 9F | 6C | 0 | B | 27 | 1E | 2C | 1F | 38 |
| Octal | 262 | 237 | 154 | 0 | 13 | 47 | 36 | 54 | 37 | 70 |
| Binary | 10110010 | 10011111 | 1101100 | 0 | 1011 | 100111 | 11110 | 101100 | 11111 | 111000 |
Color Harmonies of #B29F6C
Complementary color
Monochromatic Colors of #B29F6C
Black with #B29F6C
Text Example
Text Example
White with #B29F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29F6C; }
p { color: rgb(178,159,108); }
H1.HeaderClassName
{
color: #B29F6C;
}
.AnyTagClassName
{
color: #B29F6C;
}
</style>
background-color css
<style>
a { background-color: #B29F6C; }
a { background-color: rgb(178,159,108); }
div.DivClassName
{
background-color: #B29F6C;
}
.BgClassName
{
background-color: #B29F6C;
}
</style>
border-color css
<style>
span { border-color: #B29F6C; }
span { border-color: rgb(178,159,108); }
td.TdClassName
{
border-color: #B29F6C;
}
.TagClassName
{
border-color: #B29F6C;
}
</style>