COLOR #B37F71

HEX: #B37F71
RGB: (179,127,113)

Color info

#B37F71 contains mainly red and green colors. Web safe color of #B37F71 is #996666 (or #966).

RGB color model

#B37F71 color RGB value is (179,127,113).

  • red value is 179;
  • green value is 127;
  • blue value is 113.
RGB:
(179,127,113)
(70%,50%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 127 of 255 = 50%
B 113 of 255 = 44%

179
127
113

R + G + B ~ 55%. #B37F71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 127 + 113 = 419 (100%)
R 179 of 419 ~ 42.72%
G 127 of 419 ~ 30.31%
B 113 of 419 ~ 26.97%

%42.72
%30.31
%26.97

CMYK color model

#B37F71 color CMYK value is (0,29,37,30).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 36.87%
  • key color value is 29.80%
CMYK:
(0,29,37,30)
C0M29Y37K30 
(0%,29%,37%,30%)
(0.00/0.29/0.37/0.30)	

CMYK percentages

%0
%29.05
%36.87
%29.8

Codes

Color #B37F71 in popluar color models

B37F71
RGB179127113
HSL13°30.28%57.25%
HSB/HSV13°36.87%70.20%
CMYK0.00%29.05%36.87%
29.80%

Color #B37F71 in popluar number systems.

HEXB37F71
Decimal179127113
Binary1011001111111111110001
Octal263177161

Shades and tints

Shades of #B37F71

#B37F71
(179,127,113)
#A37467
(163,116,103)
#93695D
(147,105,93)
#835E53
(131,94,83)
#735349
(115,83,73)
#63483F
(99,72,63)
#533D35
(83,61,53)
#43322B
(67,50,43)
#332721
(51,39,33)
#231C17
(35,28,23)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #B37F71

#B37F71
(179,127,113)
#B98A7D
(185,138,125)
#BF9589
(191,149,137)
#C5A095
(197,160,149)
#CBABA1
(203,171,161)
#D1B6AD
(209,182,173)
#D7C1B9
(215,193,185)
#DDCCC5
(221,204,197)
#E3D7D1
(227,215,209)
#E9E2DD
(233,226,221)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37F71 color. Also use rgb(179,127,113) instead hex code.

Text Font Color

.myTextColor { color: #B37F71; }

<p style="color:#B37F71">This sample text font color is #B37F71.</p>

This text font color is #B37F71.


Background Color

.myBgColor { background-color: #B37F71; }

<div style="background-color:#B37F71">Inner text</div>

This div background color is #B37F71.


Border color

.myBorderColor { border: 1px solid #B37F71; }

<div style="border:3px solid #B37F71">Div</div>

This div border color is #B37F71.


Opacity

.myOpacity80 { color: #B37F71; opacity: 0.8; }

<p style="color:#B37F71;opacity:0.8;">80%</p>

Text with #B37F71 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B37F71;}

<p style="text-shadow: 3px 3px 1px #B37F71">Text here.</p>

This text has shadow with #B37F71 color.

.textShadow {text-shadow: 3px 3px 1px #B37F71, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B37F71, 5px 5px 20px red">Text here.</p>

This text has shadow with #B37F71 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B37F71, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B37F71, Direction=45, Strength=4)">Text</p>

This text has shadow with #B37F71 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B37F71;
  -webkit-box-shadow:	1px 1px 3px 2px #B37F71;
  box-shadow:		1px 1px 3px 2px #B37F71;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B37F71;
-webkit-box-shadow: 1px 1px 3px 2px #B37F71;
box-shadow:1px 1px 3px 2px #B37F71;">
Div content here</div>
This div box has shadow with color #B37F71.

Preview

Color preview on black background

This text has color #B37F71 on black background.


Color preview on white background

This text has color #B37F71 on white background.



Black color preview on #B37F71 background

This text has black color on #B37F71 background.


White color preview on #B37F71 background

This text has white color on #B37F71 background.