Shades of Tallow #B1A170
Tints of Tallow #B1A170
RGB
CMYK
RGB Variations
Color information
#B1A170 (or 0xB1A170) is known color: Tallow. HEX triplet: B1, A1 and 70. RGB value is (177,161,112). Sum of RGB (Red+Green+Blue) = 177+161+112=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A170 is #4E5E8F. Grayscale: #A0A0A0. Windows color (decimal): -5136016 or 7381425. OLE color: 7381425.
HSL color Cylindrical-coordinate representation of color #B1A170: hue angle of 45.23º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1A170 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 112 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.31 |
| HSL | 45.23º | 0.29% | 0.57% | - |
| HSV(B) | 45.23º | 0.37% | 0.69% | - |
| XYZ | 33.8 | 36.01 | 20.5 | - |
| YUV | 160.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 112 | 0 | 0.09 | 0.37 | 0.31 | 45.23 | 0.29 | 0.57 |
| Hex | B1 | A1 | 70 | 0 | 9 | 25 | 1F | 2D | 1D | 39 |
| Octal | 261 | 241 | 160 | 0 | 11 | 45 | 37 | 55 | 35 | 71 |
| Binary | 10110001 | 10100001 | 1110000 | 0 | 1001 | 100101 | 11111 | 101101 | 11101 | 111001 |
Color Harmonies of #B1A170
Complementary color
Monochromatic Colors of #B1A170
Black with #B1A170
Text Example
Text Example
White with #B1A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A170; }
p { color: rgb(177,161,112); }
H1.HeaderClassName
{
color: #B1A170;
}
.AnyTagClassName
{
color: #B1A170;
}
</style>
background-color css
<style>
a { background-color: #B1A170; }
a { background-color: rgb(177,161,112); }
div.DivClassName
{
background-color: #B1A170;
}
.BgClassName
{
background-color: #B1A170;
}
</style>
border-color css
<style>
span { border-color: #B1A170; }
span { border-color: rgb(177,161,112); }
td.TdClassName
{
border-color: #B1A170;
}
.TagClassName
{
border-color: #B1A170;
}
</style>