#B39F76

Color #B39F76 Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #B39F76

Tints of Tallow #B39F76

Color information

#B39F76 (or 0xB39F76) is unknown color: approx Tallow. HEX triplet: B3, 9F and 76. RGB value is (179,159,118). Sum of RGB (Red+Green+Blue) = 179+159+118=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39F76 is #4C6089. Grayscale: #A0A0A0. Windows color (decimal): -5005450 or 7774131. OLE color: 7774131.

HSL color Cylindrical-coordinate representation of color #B39F76: hue angle of 40.33º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39F76 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179159118-
CMYK00.110.340.30
HSL40.33º28.64%58.24%-
HSV(B)40.33º34.08%70.2%-
XYZ34.2635.6922.22-
YUV160.31104.13141.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=39.25%
G=34.87%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915911800.110.340.3040.3328.6458.24
HexB39F760B221E281d3a
Octal2632371660134236503572
Binary10110011100111111110110010111000101111010100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F76; }

 p { color: rgb(179,159,118); }

 H1.HeaderClassName
 {
   color: #B39F76;
 }
 .AnyTagClassName
 {
   color: #B39F76;
 }
</style>
background-color css

<style>
 a { background-color: #B39F76; }

 a { background-color: rgb(179,159,118); }

 div.DivClassName
 {
   background-color: #B39F76;
 }
 .BgClassName
 {
   background-color: #B39F76;
 }
</style>
border-color css

<style>
 span { border-color: #B39F76; }

 span { border-color: rgb(179,159,118); }

 td.TdClassName
 {
   border-color: #B39F76;
 }
 .TagClassName
 {
   border-color: #B39F76;
 }
</style>