Shades of Tallow #B1A072
Tints of Tallow #B1A072
RGB
CMYK
RGB Variations
Color information
#B1A072 (or 0xB1A072) is known color: Tallow. HEX triplet: B1, A0 and 72. RGB value is (177,160,114). Sum of RGB (Red+Green+Blue) = 177+160+114=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A072 is #4E5F8D. Grayscale: #A0A0A0. Windows color (decimal): -5136270 or 7512241. OLE color: 7512241.
HSL color Cylindrical-coordinate representation of color #B1A072: hue angle of 43.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1A072 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 114 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.31 |
| HSL | 43.81º | 0.29% | 0.57% | - |
| HSV(B) | 43.81º | 0.36% | 0.69% | - |
| XYZ | 33.74 | 35.7 | 21.03 | - |
| YUV | 159.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 114 | 0 | 0.10 | 0.36 | 0.31 | 43.81 | 0.29 | 0.57 |
| Hex | B1 | A0 | 72 | 0 | A | 24 | 1F | 2C | 1D | 39 |
| Octal | 261 | 240 | 162 | 0 | 12 | 44 | 37 | 54 | 35 | 71 |
| Binary | 10110001 | 10100000 | 1110010 | 0 | 1010 | 100100 | 11111 | 101100 | 11101 | 111001 |
Color Harmonies of #B1A072
Complementary color
Monochromatic Colors of #B1A072
Black with #B1A072
Text Example
Text Example
White with #B1A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A072; }
p { color: rgb(177,160,114); }
H1.HeaderClassName
{
color: #B1A072;
}
.AnyTagClassName
{
color: #B1A072;
}
</style>
background-color css
<style>
a { background-color: #B1A072; }
a { background-color: rgb(177,160,114); }
div.DivClassName
{
background-color: #B1A072;
}
.BgClassName
{
background-color: #B1A072;
}
</style>
border-color css
<style>
span { border-color: #B1A072; }
span { border-color: rgb(177,160,114); }
td.TdClassName
{
border-color: #B1A072;
}
.TagClassName
{
border-color: #B1A072;
}
</style>