Shades of Tallow #B19F73
Tints of Tallow #B19F73
RGB
CMYK
RGB Variations
Color information
#B19F73 (or 0xB19F73) is known color: Tallow. HEX triplet: B1, 9F and 73. RGB value is (177,159,115). Sum of RGB (Red+Green+Blue) = 177+159+115=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F73 is #4E608C. Grayscale: #9F9F9F. Windows color (decimal): -5136525 or 7577521. OLE color: 7577521.
HSL color Cylindrical-coordinate representation of color #B19F73: hue angle of 42.58º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19F73 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 115 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.31 |
| HSL | 42.58º | 0.28% | 0.57% | - |
| HSV(B) | 42.58º | 0.35% | 0.69% | - |
| XYZ | 33.62 | 35.38 | 21.28 | - |
| YUV | 159.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 115 | 0 | 0.10 | 0.35 | 0.31 | 42.58 | 0.28 | 0.57 |
| Hex | B1 | 9F | 73 | 0 | A | 23 | 1F | 2B | 1C | 39 |
| Octal | 261 | 237 | 163 | 0 | 12 | 43 | 37 | 53 | 34 | 71 |
| Binary | 10110001 | 10011111 | 1110011 | 0 | 1010 | 100011 | 11111 | 101011 | 11100 | 111001 |
Color Harmonies of #B19F73
Complementary color
Monochromatic Colors of #B19F73
Black with #B19F73
Text Example
Text Example
White with #B19F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F73; }
p { color: rgb(177,159,115); }
H1.HeaderClassName
{
color: #B19F73;
}
.AnyTagClassName
{
color: #B19F73;
}
</style>
background-color css
<style>
a { background-color: #B19F73; }
a { background-color: rgb(177,159,115); }
div.DivClassName
{
background-color: #B19F73;
}
.BgClassName
{
background-color: #B19F73;
}
</style>
border-color css
<style>
span { border-color: #B19F73; }
span { border-color: rgb(177,159,115); }
td.TdClassName
{
border-color: #B19F73;
}
.TagClassName
{
border-color: #B19F73;
}
</style>