Shades of Tallow #B19E6A
Tints of Tallow #B19E6A
RGB
CMYK
RGB Variations
Color information
#B19E6A (or 0xB19E6A) is known color: Tallow. HEX triplet: B1, 9E and 6A. RGB value is (177,158,106). Sum of RGB (Red+Green+Blue) = 177+158+106=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E6A is #4E6195. Grayscale: #9D9D9D. Windows color (decimal): -5136790 or 6987441. OLE color: 6987441.
HSL color Cylindrical-coordinate representation of color #B19E6A: hue angle of 43.94º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B19E6A is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 106 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.31 |
| HSL | 43.94º | 0.31% | 0.55% | - |
| HSV(B) | 43.94º | 0.4% | 0.69% | - |
| XYZ | 32.96 | 34.84 | 18.62 | - |
| YUV | 157.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 106 | 0 | 0.11 | 0.40 | 0.31 | 43.94 | 0.31 | 0.55 |
| Hex | B1 | 9E | 6A | 0 | B | 28 | 1F | 2C | 1F | 37 |
| Octal | 261 | 236 | 152 | 0 | 13 | 50 | 37 | 54 | 37 | 67 |
| Binary | 10110001 | 10011110 | 1101010 | 0 | 1011 | 101000 | 11111 | 101100 | 11111 | 110111 |
Color Harmonies of #B19E6A
Complementary color
Monochromatic Colors of #B19E6A
Black with #B19E6A
Text Example
Text Example
White with #B19E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E6A; }
p { color: rgb(177,158,106); }
H1.HeaderClassName
{
color: #B19E6A;
}
.AnyTagClassName
{
color: #B19E6A;
}
</style>
background-color css
<style>
a { background-color: #B19E6A; }
a { background-color: rgb(177,158,106); }
div.DivClassName
{
background-color: #B19E6A;
}
.BgClassName
{
background-color: #B19E6A;
}
</style>
border-color css
<style>
span { border-color: #B19E6A; }
span { border-color: rgb(177,158,106); }
td.TdClassName
{
border-color: #B19E6A;
}
.TagClassName
{
border-color: #B19E6A;
}
</style>