Shades of Tallow #B19B72
Tints of Tallow #B19B72
RGB
CMYK
RGB Variations
Color information
#B19B72 (or 0xB19B72) is known color: Tallow. HEX triplet: B1, 9B and 72. RGB value is (177,155,114). Sum of RGB (Red+Green+Blue) = 177+155+114=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B72 is #4E648D. Grayscale: #9D9D9D. Windows color (decimal): -5137550 or 7510961. OLE color: 7510961.
HSL color Cylindrical-coordinate representation of color #B19B72: hue angle of 39.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19B72 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 114 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.31 |
| HSL | 39.05º | 0.29% | 0.57% | - |
| HSV(B) | 39.05º | 0.36% | 0.69% | - |
| XYZ | 32.89 | 34 | 20.75 | - |
| YUV | 156.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 114 | 0 | 0.12 | 0.36 | 0.31 | 39.05 | 0.29 | 0.57 |
| Hex | B1 | 9B | 72 | 0 | C | 24 | 1F | 27 | 1D | 39 |
| Octal | 261 | 233 | 162 | 0 | 14 | 44 | 37 | 47 | 35 | 71 |
| Binary | 10110001 | 10011011 | 1110010 | 0 | 1100 | 100100 | 11111 | 100111 | 11101 | 111001 |
Color Harmonies of #B19B72
Complementary color
Monochromatic Colors of #B19B72
Black with #B19B72
Text Example
Text Example
White with #B19B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B72; }
p { color: rgb(177,155,114); }
H1.HeaderClassName
{
color: #B19B72;
}
.AnyTagClassName
{
color: #B19B72;
}
</style>
background-color css
<style>
a { background-color: #B19B72; }
a { background-color: rgb(177,155,114); }
div.DivClassName
{
background-color: #B19B72;
}
.BgClassName
{
background-color: #B19B72;
}
</style>
border-color css
<style>
span { border-color: #B19B72; }
span { border-color: rgb(177,155,114); }
td.TdClassName
{
border-color: #B19B72;
}
.TagClassName
{
border-color: #B19B72;
}
</style>