Shades of Tallow #B19E71
Tints of Tallow #B19E71
RGB
CMYK
RGB Variations
Color information
#B19E71 (or 0xB19E71) is known color: Tallow. HEX triplet: B1, 9E and 71. RGB value is (177,158,113). Sum of RGB (Red+Green+Blue) = 177+158+113=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E71 is #4E618E. Grayscale: #9E9E9E. Windows color (decimal): -5136783 or 7446193. OLE color: 7446193.
HSL color Cylindrical-coordinate representation of color #B19E71: hue angle of 42.19º 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 #B19E71 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 113 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.31 |
| HSL | 42.19º | 0.29% | 0.57% | - |
| HSV(B) | 42.19º | 0.36% | 0.69% | - |
| XYZ | 33.34 | 34.99 | 20.62 | - |
| YUV | 158.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 113 | 0 | 0.11 | 0.36 | 0.31 | 42.19 | 0.29 | 0.57 |
| Hex | B1 | 9E | 71 | 0 | B | 24 | 1F | 2A | 1D | 39 |
| Octal | 261 | 236 | 161 | 0 | 13 | 44 | 37 | 52 | 35 | 71 |
| Binary | 10110001 | 10011110 | 1110001 | 0 | 1011 | 100100 | 11111 | 101010 | 11101 | 111001 |
Color Harmonies of #B19E71
Complementary color
Monochromatic Colors of #B19E71
Black with #B19E71
Text Example
Text Example
White with #B19E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E71; }
p { color: rgb(177,158,113); }
H1.HeaderClassName
{
color: #B19E71;
}
.AnyTagClassName
{
color: #B19E71;
}
</style>
background-color css
<style>
a { background-color: #B19E71; }
a { background-color: rgb(177,158,113); }
div.DivClassName
{
background-color: #B19E71;
}
.BgClassName
{
background-color: #B19E71;
}
</style>
border-color css
<style>
span { border-color: #B19E71; }
span { border-color: rgb(177,158,113); }
td.TdClassName
{
border-color: #B19E71;
}
.TagClassName
{
border-color: #B19E71;
}
</style>