Shades of Tallow #B19B6E
Tints of Tallow #B19B6E
RGB
CMYK
RGB Variations
Color information
#B19B6E (or 0xB19B6E) is known color: Tallow. HEX triplet: B1, 9B and 6E. RGB value is (177,155,110). Sum of RGB (Red+Green+Blue) = 177+155+110=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B6E is #4E6491. Grayscale: #9C9C9C. Windows color (decimal): -5137554 or 7248817. OLE color: 7248817.
HSL color Cylindrical-coordinate representation of color #B19B6E: hue angle of 40.3º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B19B6E is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 110 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.31 |
| HSL | 40.3º | 0.3% | 0.56% | - |
| HSV(B) | 40.3º | 0.38% | 0.69% | - |
| XYZ | 32.67 | 33.92 | 19.58 | - |
| YUV | 156.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 110 | 0 | 0.12 | 0.38 | 0.31 | 40.3 | 0.3 | 0.56 |
| Hex | B1 | 9B | 6E | 0 | C | 26 | 1F | 28 | 1E | 38 |
| Octal | 261 | 233 | 156 | 0 | 14 | 46 | 37 | 50 | 36 | 70 |
| Binary | 10110001 | 10011011 | 1101110 | 0 | 1100 | 100110 | 11111 | 101000 | 11110 | 111000 |
Color Harmonies of #B19B6E
Complementary color
Monochromatic Colors of #B19B6E
Black with #B19B6E
Text Example
Text Example
White with #B19B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B6E; }
p { color: rgb(177,155,110); }
H1.HeaderClassName
{
color: #B19B6E;
}
.AnyTagClassName
{
color: #B19B6E;
}
</style>
background-color css
<style>
a { background-color: #B19B6E; }
a { background-color: rgb(177,155,110); }
div.DivClassName
{
background-color: #B19B6E;
}
.BgClassName
{
background-color: #B19B6E;
}
</style>
border-color css
<style>
span { border-color: #B19B6E; }
span { border-color: rgb(177,155,110); }
td.TdClassName
{
border-color: #B19B6E;
}
.TagClassName
{
border-color: #B19B6E;
}
</style>