Shades of Tallow #B19C6C
Tints of Tallow #B19C6C
RGB
CMYK
RGB Variations
Color information
#B19C6C (or 0xB19C6C) is known color: Tallow. HEX triplet: B1, 9C and 6C. RGB value is (177,156,108). Sum of RGB (Red+Green+Blue) = 177+156+108=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C6C is #4E6393. Grayscale: #9D9D9D. Windows color (decimal): -5137300 or 7118001. OLE color: 7118001.
HSL color Cylindrical-coordinate representation of color #B19C6C: hue angle of 41.74º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B19C6C is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 108 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.31 |
| HSL | 41.74º | 0.31% | 0.56% | - |
| HSV(B) | 41.74º | 0.39% | 0.69% | - |
| XYZ | 32.73 | 34.21 | 19.07 | - |
| YUV | 156.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 108 | 0 | 0.12 | 0.39 | 0.31 | 41.74 | 0.31 | 0.56 |
| Hex | B1 | 9C | 6C | 0 | C | 27 | 1F | 2A | 1F | 38 |
| Octal | 261 | 234 | 154 | 0 | 14 | 47 | 37 | 52 | 37 | 70 |
| Binary | 10110001 | 10011100 | 1101100 | 0 | 1100 | 100111 | 11111 | 101010 | 11111 | 111000 |
Color Harmonies of #B19C6C
Complementary color
Monochromatic Colors of #B19C6C
Black with #B19C6C
Text Example
Text Example
White with #B19C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C6C; }
p { color: rgb(177,156,108); }
H1.HeaderClassName
{
color: #B19C6C;
}
.AnyTagClassName
{
color: #B19C6C;
}
</style>
background-color css
<style>
a { background-color: #B19C6C; }
a { background-color: rgb(177,156,108); }
div.DivClassName
{
background-color: #B19C6C;
}
.BgClassName
{
background-color: #B19C6C;
}
</style>
border-color css
<style>
span { border-color: #B19C6C; }
span { border-color: rgb(177,156,108); }
td.TdClassName
{
border-color: #B19C6C;
}
.TagClassName
{
border-color: #B19C6C;
}
</style>