Shades of Tallow #B19E69
Tints of Tallow #B19E69
RGB
CMYK
RGB Variations
Color information
#B19E69 (or 0xB19E69) is known color: Tallow. HEX triplet: B1, 9E and 69. RGB value is (177,158,105). Sum of RGB (Red+Green+Blue) = 177+158+105=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E69 is #4E6196. Grayscale: #9D9D9D. Windows color (decimal): -5136791 or 6921905. OLE color: 6921905.
HSL color Cylindrical-coordinate representation of color #B19E69: hue angle of 44.17º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B19E69 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 105 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.31 |
| HSL | 44.17º | 0.32% | 0.55% | - |
| HSV(B) | 44.17º | 0.41% | 0.69% | - |
| XYZ | 32.91 | 34.82 | 18.35 | - |
| YUV | 157.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 105 | 0 | 0.11 | 0.41 | 0.31 | 44.17 | 0.32 | 0.55 |
| Hex | B1 | 9E | 69 | 0 | B | 29 | 1F | 2C | 20 | 37 |
| Octal | 261 | 236 | 151 | 0 | 13 | 51 | 37 | 54 | 40 | 67 |
| Binary | 10110001 | 10011110 | 1101001 | 0 | 1011 | 101001 | 11111 | 101100 | 100000 | 110111 |
Color Harmonies of #B19E69
Complementary color
Monochromatic Colors of #B19E69
Black with #B19E69
Text Example
Text Example
White with #B19E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E69; }
p { color: rgb(177,158,105); }
H1.HeaderClassName
{
color: #B19E69;
}
.AnyTagClassName
{
color: #B19E69;
}
</style>
background-color css
<style>
a { background-color: #B19E69; }
a { background-color: rgb(177,158,105); }
div.DivClassName
{
background-color: #B19E69;
}
.BgClassName
{
background-color: #B19E69;
}
</style>
border-color css
<style>
span { border-color: #B19E69; }
span { border-color: rgb(177,158,105); }
td.TdClassName
{
border-color: #B19E69;
}
.TagClassName
{
border-color: #B19E69;
}
</style>