COLOR #B37771

HEX: #B37771
RGB: (179,119,113)

Color info

#B37771 contains mainly red color. Web safe color of #B37771 is #996666 (or #966).

RGB color model

#B37771 color RGB value is (179,119,113).

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

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 113 of 255 = 44%

179
119
113

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

Portions of RGB colors in percentages

R + G + B =
179 + 119 + 113 = 411 (100%)
R 179 of 411 ~ 43.55%
G 119 of 411 ~ 28.95%
B 113 of 411 ~ 27.49%

%43.55
%28.95
%27.49

CMYK color model

#B37771 color CMYK value is (0,34,37,30).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 36.87%
  • key color value is 29.80%
CMYK:
(0,34,37,30)
C0M34Y37K30 
(0%,34%,37%,30%)
(0.00/0.34/0.37/0.30)	

CMYK percentages

%0
%33.52
%36.87
%29.8

Codes

Color #B37771 in popluar color models

B37771
RGB179119113
HSL30.28%57.25%
HSB/HSV36.87%70.20%
CMYK0.00%33.52%36.87%
29.80%

Color #B37771 in popluar number systems.

HEXB37771
Decimal179119113
Binary1011001111101111110001
Octal263167161

Shades and tints

Shades of #B37771

#B37771
(179,119,113)
#A36D67
(163,109,103)
#93635D
(147,99,93)
#835953
(131,89,83)
#734F49
(115,79,73)
#63453F
(99,69,63)
#533B35
(83,59,53)
#43312B
(67,49,43)
#332721
(51,39,33)
#231D17
(35,29,23)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #B37771

#B37771
(179,119,113)
#B9837D
(185,131,125)
#BF8F89
(191,143,137)
#C59B95
(197,155,149)
#CBA7A1
(203,167,161)
#D1B3AD
(209,179,173)
#D7BFB9
(215,191,185)
#DDCBC5
(221,203,197)
#E3D7D1
(227,215,209)
#E9E3DD
(233,227,221)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37771; }

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

This text font color is #B37771.


Background Color

.myBgColor { background-color: #B37771; }

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

This div background color is #B37771.


Border color

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

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

This div border color is #B37771.


Opacity

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

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

Text with #B37771 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 #B37771;}

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

This text has shadow with #B37771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37771 on black background.


Color preview on white background

This text has color #B37771 on white background.



Black color preview on #B37771 background

This text has black color on #B37771 background.


White color preview on #B37771 background

This text has white color on #B37771 background.