Shades of Tallow #B19B70
Tints of Tallow #B19B70
RGB
CMYK
RGB Variations
Color information
#B19B70 (or 0xB19B70) is known color: Tallow. HEX triplet: B1, 9B and 70. RGB value is (177,155,112). Sum of RGB (Red+Green+Blue) = 177+155+112=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B70 is #4E648F. Grayscale: #9C9C9C. Windows color (decimal): -5137552 or 7379889. OLE color: 7379889.
HSL color Cylindrical-coordinate representation of color #B19B70: hue angle of 39.69º 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 #B19B70 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 112 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.31 |
| HSL | 39.69º | 0.29% | 0.57% | - |
| HSV(B) | 39.69º | 0.37% | 0.69% | - |
| XYZ | 32.78 | 33.96 | 20.16 | - |
| YUV | 156.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 112 | 0 | 0.12 | 0.37 | 0.31 | 39.69 | 0.29 | 0.57 |
| Hex | B1 | 9B | 70 | 0 | C | 25 | 1F | 28 | 1D | 39 |
| Octal | 261 | 233 | 160 | 0 | 14 | 45 | 37 | 50 | 35 | 71 |
| Binary | 10110001 | 10011011 | 1110000 | 0 | 1100 | 100101 | 11111 | 101000 | 11101 | 111001 |
Color Harmonies of #B19B70
Complementary color
Monochromatic Colors of #B19B70
Black with #B19B70
Text Example
Text Example
White with #B19B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B70; }
p { color: rgb(177,155,112); }
H1.HeaderClassName
{
color: #B19B70;
}
.AnyTagClassName
{
color: #B19B70;
}
</style>
background-color css
<style>
a { background-color: #B19B70; }
a { background-color: rgb(177,155,112); }
div.DivClassName
{
background-color: #B19B70;
}
.BgClassName
{
background-color: #B19B70;
}
</style>
border-color css
<style>
span { border-color: #B19B70; }
span { border-color: rgb(177,155,112); }
td.TdClassName
{
border-color: #B19B70;
}
.TagClassName
{
border-color: #B19B70;
}
</style>