Shades of Tallow #B2A072
Tints of Tallow #B2A072
RGB
CMYK
RGB Variations
Color information
#B2A072 (or 0xB2A072) is known color: Tallow. HEX triplet: B2, A0 and 72. RGB value is (178,160,114). Sum of RGB (Red+Green+Blue) = 178+160+114=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A072 is #4D5F8D. Grayscale: #A0A0A0. Windows color (decimal): -5070734 or 7512242. OLE color: 7512242.
HSL color Cylindrical-coordinate representation of color #B2A072: hue angle of 43.12º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2A072 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 114 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.30 |
| HSL | 43.13º | 0.29% | 0.57% | - |
| HSV(B) | 43.13º | 0.36% | 0.7% | - |
| XYZ | 33.97 | 35.82 | 21.04 | - |
| YUV | 160.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 114 | 0 | 0.10 | 0.36 | 0.30 | 43.13 | 0.29 | 0.57 |
| Hex | B2 | A0 | 72 | 0 | A | 24 | 1E | 2B | 1D | 39 |
| Octal | 262 | 240 | 162 | 0 | 12 | 44 | 36 | 53 | 35 | 71 |
| Binary | 10110010 | 10100000 | 1110010 | 0 | 1010 | 100100 | 11110 | 101011 | 11101 | 111001 |
Color Harmonies of #B2A072
Complementary color
Monochromatic Colors of #B2A072
Black with #B2A072
Text Example
Text Example
White with #B2A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A072; }
p { color: rgb(178,160,114); }
H1.HeaderClassName
{
color: #B2A072;
}
.AnyTagClassName
{
color: #B2A072;
}
</style>
background-color css
<style>
a { background-color: #B2A072; }
a { background-color: rgb(178,160,114); }
div.DivClassName
{
background-color: #B2A072;
}
.BgClassName
{
background-color: #B2A072;
}
</style>
border-color css
<style>
span { border-color: #B2A072; }
span { border-color: rgb(178,160,114); }
td.TdClassName
{
border-color: #B2A072;
}
.TagClassName
{
border-color: #B2A072;
}
</style>