Shades of Tallow #B39F6F
Tints of Tallow #B39F6F
RGB
CMYK
RGB Variations
Color information
#B39F6F (or 0xB39F6F) is known color: Tallow. HEX triplet: B3, 9F and 6F. RGB value is (179,159,111). Sum of RGB (Red+Green+Blue) = 179+159+111=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F6F is #4C6090. Grayscale: #9F9F9F. Windows color (decimal): -5005457 or 7315379. OLE color: 7315379.
HSL color Cylindrical-coordinate representation of color #B39F6F: hue angle of 42.35º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B39F6F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 111 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.30 |
| HSL | 42.35º | 0.31% | 0.57% | - |
| HSV(B) | 42.35º | 0.38% | 0.7% | - |
| XYZ | 33.86 | 35.53 | 20.11 | - |
| YUV | 159.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 111 | 0 | 0.11 | 0.38 | 0.30 | 42.35 | 0.31 | 0.57 |
| Hex | B3 | 9F | 6F | 0 | B | 26 | 1E | 2A | 1F | 39 |
| Octal | 263 | 237 | 157 | 0 | 13 | 46 | 36 | 52 | 37 | 71 |
| Binary | 10110011 | 10011111 | 1101111 | 0 | 1011 | 100110 | 11110 | 101010 | 11111 | 111001 |
Color Harmonies of #B39F6F
Complementary color
Monochromatic Colors of #B39F6F
Black with #B39F6F
Text Example
Text Example
White with #B39F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F6F; }
p { color: rgb(179,159,111); }
H1.HeaderClassName
{
color: #B39F6F;
}
.AnyTagClassName
{
color: #B39F6F;
}
</style>
background-color css
<style>
a { background-color: #B39F6F; }
a { background-color: rgb(179,159,111); }
div.DivClassName
{
background-color: #B39F6F;
}
.BgClassName
{
background-color: #B39F6F;
}
</style>
border-color css
<style>
span { border-color: #B39F6F; }
span { border-color: rgb(179,159,111); }
td.TdClassName
{
border-color: #B39F6F;
}
.TagClassName
{
border-color: #B39F6F;
}
</style>