Shades of Tallow #B19D6D
Tints of Tallow #B19D6D
RGB
CMYK
RGB Variations
Color information
#B19D6D (or 0xB19D6D) is known color: Tallow. HEX triplet: B1, 9D and 6D. RGB value is (177,157,109). Sum of RGB (Red+Green+Blue) = 177+157+109=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D6D is #4E6292. Grayscale: #9D9D9D. Windows color (decimal): -5137043 or 7183793. OLE color: 7183793.
HSL color Cylindrical-coordinate representation of color #B19D6D: hue angle of 42.35º 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 #B19D6D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 109 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.31 |
| HSL | 42.35º | 0.3% | 0.56% | - |
| HSV(B) | 42.35º | 0.38% | 0.69% | - |
| XYZ | 32.95 | 34.57 | 19.4 | - |
| YUV | 157.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 109 | 0 | 0.11 | 0.38 | 0.31 | 42.35 | 0.3 | 0.56 |
| Hex | B1 | 9D | 6D | 0 | B | 26 | 1F | 2A | 1E | 38 |
| Octal | 261 | 235 | 155 | 0 | 13 | 46 | 37 | 52 | 36 | 70 |
| Binary | 10110001 | 10011101 | 1101101 | 0 | 1011 | 100110 | 11111 | 101010 | 11110 | 111000 |
Color Harmonies of #B19D6D
Complementary color
Monochromatic Colors of #B19D6D
Black with #B19D6D
Text Example
Text Example
White with #B19D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D6D; }
p { color: rgb(177,157,109); }
H1.HeaderClassName
{
color: #B19D6D;
}
.AnyTagClassName
{
color: #B19D6D;
}
</style>
background-color css
<style>
a { background-color: #B19D6D; }
a { background-color: rgb(177,157,109); }
div.DivClassName
{
background-color: #B19D6D;
}
.BgClassName
{
background-color: #B19D6D;
}
</style>
border-color css
<style>
span { border-color: #B19D6D; }
span { border-color: rgb(177,157,109); }
td.TdClassName
{
border-color: #B19D6D;
}
.TagClassName
{
border-color: #B19D6D;
}
</style>