Shades of Tallow #B0A072
Tints of Tallow #B0A072
RGB
CMYK
RGB Variations
Color information
#B0A072 (or 0xB0A072) is known color: Tallow. HEX triplet: B0, A0 and 72. RGB value is (176,160,114). Sum of RGB (Red+Green+Blue) = 176+160+114=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A072 is #4F5F8D. Grayscale: #9F9F9F. Windows color (decimal): -5201806 or 7512240. OLE color: 7512240.
HSL color Cylindrical-coordinate representation of color #B0A072: hue angle of 44.52º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0A072 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 114 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.31 |
| HSL | 44.52º | 0.28% | 0.57% | - |
| HSV(B) | 44.52º | 0.35% | 0.69% | - |
| XYZ | 33.51 | 35.59 | 21.02 | - |
| YUV | 159.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 114 | 0 | 0.09 | 0.35 | 0.31 | 44.52 | 0.28 | 0.57 |
| Hex | B0 | A0 | 72 | 0 | 9 | 23 | 1F | 2D | 1C | 39 |
| Octal | 260 | 240 | 162 | 0 | 11 | 43 | 37 | 55 | 34 | 71 |
| Binary | 10110000 | 10100000 | 1110010 | 0 | 1001 | 100011 | 11111 | 101101 | 11100 | 111001 |
Color Harmonies of #B0A072
Complementary color
Monochromatic Colors of #B0A072
Black with #B0A072
Text Example
Text Example
White with #B0A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A072; }
p { color: rgb(176,160,114); }
H1.HeaderClassName
{
color: #B0A072;
}
.AnyTagClassName
{
color: #B0A072;
}
</style>
background-color css
<style>
a { background-color: #B0A072; }
a { background-color: rgb(176,160,114); }
div.DivClassName
{
background-color: #B0A072;
}
.BgClassName
{
background-color: #B0A072;
}
</style>
border-color css
<style>
span { border-color: #B0A072; }
span { border-color: rgb(176,160,114); }
td.TdClassName
{
border-color: #B0A072;
}
.TagClassName
{
border-color: #B0A072;
}
</style>