Shades of Tallow #B39F75
Tints of Tallow #B39F75
RGB
CMYK
RGB Variations
Color information
#B39F75 (or 0xB39F75) is known color: Tallow. HEX triplet: B3, 9F and 75. RGB value is (179,159,117). Sum of RGB (Red+Green+Blue) = 179+159+117=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F75 is #4C608A. Grayscale: #A0A0A0. Windows color (decimal): -5005451 or 7708595. OLE color: 7708595.
HSL color Cylindrical-coordinate representation of color #B39F75: hue angle of 40.65º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B39F75 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 117 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.30 |
| HSL | 40.65º | 0.29% | 0.58% | - |
| HSV(B) | 40.65º | 0.35% | 0.7% | - |
| XYZ | 34.2 | 35.66 | 21.91 | - |
| YUV | 160.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 117 | 0 | 0.11 | 0.35 | 0.30 | 40.65 | 0.29 | 0.58 |
| Hex | B3 | 9F | 75 | 0 | B | 23 | 1E | 29 | 1D | 3A |
| Octal | 263 | 237 | 165 | 0 | 13 | 43 | 36 | 51 | 35 | 72 |
| Binary | 10110011 | 10011111 | 1110101 | 0 | 1011 | 100011 | 11110 | 101001 | 11101 | 111010 |
Color Harmonies of #B39F75
Complementary color
Monochromatic Colors of #B39F75
Black with #B39F75
Text Example
Text Example
White with #B39F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39F75; }
p { color: rgb(179,159,117); }
H1.HeaderClassName
{
color: #B39F75;
}
.AnyTagClassName
{
color: #B39F75;
}
</style>
background-color css
<style>
a { background-color: #B39F75; }
a { background-color: rgb(179,159,117); }
div.DivClassName
{
background-color: #B39F75;
}
.BgClassName
{
background-color: #B39F75;
}
</style>
border-color css
<style>
span { border-color: #B39F75; }
span { border-color: rgb(179,159,117); }
td.TdClassName
{
border-color: #B39F75;
}
.TagClassName
{
border-color: #B39F75;
}
</style>