Shades of Tallow #B19C70
Tints of Tallow #B19C70
RGB
CMYK
RGB Variations
Color information
#B19C70 (or 0xB19C70) is known color: Tallow. HEX triplet: B1, 9C and 70. RGB value is (177,156,112). Sum of RGB (Red+Green+Blue) = 177+156+112=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C70 is #4E638F. Grayscale: #9D9D9D. Windows color (decimal): -5137296 or 7380145. OLE color: 7380145.
HSL color Cylindrical-coordinate representation of color #B19C70: hue angle of 40.62º 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 #B19C70 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 112 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.31 |
| HSL | 40.62º | 0.29% | 0.57% | - |
| HSV(B) | 40.62º | 0.37% | 0.69% | - |
| XYZ | 32.94 | 34.29 | 20.21 | - |
| YUV | 157.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 112 | 0 | 0.12 | 0.37 | 0.31 | 40.62 | 0.29 | 0.57 |
| Hex | B1 | 9C | 70 | 0 | C | 25 | 1F | 29 | 1D | 39 |
| Octal | 261 | 234 | 160 | 0 | 14 | 45 | 37 | 51 | 35 | 71 |
| Binary | 10110001 | 10011100 | 1110000 | 0 | 1100 | 100101 | 11111 | 101001 | 11101 | 111001 |
Color Harmonies of #B19C70
Complementary color
Monochromatic Colors of #B19C70
Black with #B19C70
Text Example
Text Example
White with #B19C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C70; }
p { color: rgb(177,156,112); }
H1.HeaderClassName
{
color: #B19C70;
}
.AnyTagClassName
{
color: #B19C70;
}
</style>
background-color css
<style>
a { background-color: #B19C70; }
a { background-color: rgb(177,156,112); }
div.DivClassName
{
background-color: #B19C70;
}
.BgClassName
{
background-color: #B19C70;
}
</style>
border-color css
<style>
span { border-color: #B19C70; }
span { border-color: rgb(177,156,112); }
td.TdClassName
{
border-color: #B19C70;
}
.TagClassName
{
border-color: #B19C70;
}
</style>