Shades of Tallow #B2A171
Tints of Tallow #B2A171
RGB
CMYK
RGB Variations
Color information
#B2A171 (or 0xB2A171) is known color: Tallow. HEX triplet: B2, A1 and 71. RGB value is (178,161,113). Sum of RGB (Red+Green+Blue) = 178+161+113=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A171 is #4D5E8E. Grayscale: #A0A0A0. Windows color (decimal): -5070479 or 7446962. OLE color: 7446962.
HSL color Cylindrical-coordinate representation of color #B2A171: hue angle of 44.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2A171 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 113 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.30 |
| HSL | 44.31º | 0.3% | 0.57% | - |
| HSV(B) | 44.31º | 0.37% | 0.7% | - |
| XYZ | 34.09 | 36.15 | 20.8 | - |
| YUV | 160.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 113 | 0 | 0.10 | 0.37 | 0.30 | 44.31 | 0.3 | 0.57 |
| Hex | B2 | A1 | 71 | 0 | A | 25 | 1E | 2C | 1E | 39 |
| Octal | 262 | 241 | 161 | 0 | 12 | 45 | 36 | 54 | 36 | 71 |
| Binary | 10110010 | 10100001 | 1110001 | 0 | 1010 | 100101 | 11110 | 101100 | 11110 | 111001 |
Color Harmonies of #B2A171
Complementary color
Monochromatic Colors of #B2A171
Black with #B2A171
Text Example
Text Example
White with #B2A171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A171; }
p { color: rgb(178,161,113); }
H1.HeaderClassName
{
color: #B2A171;
}
.AnyTagClassName
{
color: #B2A171;
}
</style>
background-color css
<style>
a { background-color: #B2A171; }
a { background-color: rgb(178,161,113); }
div.DivClassName
{
background-color: #B2A171;
}
.BgClassName
{
background-color: #B2A171;
}
</style>
border-color css
<style>
span { border-color: #B2A171; }
span { border-color: rgb(178,161,113); }
td.TdClassName
{
border-color: #B2A171;
}
.TagClassName
{
border-color: #B2A171;
}
</style>