COLOR #B27171

HEX: #B27171
RGB: (178,113,113)

Color info

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

RGB color model

#B27171 color RGB value is (178,113,113).

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

RGB channels and saturation

R 178 of 255 = 70%
G 113 of 255 = 44%
B 113 of 255 = 44%

178
113
113

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

Portions of RGB colors in percentages

R + G + B =
178 + 113 + 113 = 404 (100%)
R 178 of 404 ~ 44.06%
G 113 of 404 ~ 27.97%
B 113 of 404 ~ 27.97%

%44.06
%27.97
%27.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.52%
  • yellow value is 36.52%
  • key color value is 30.20%
CMYK:
(0,37,37,30)
C0M37Y37K30 
(0%,37%,37%,30%)
(0.00/0.37/0.37/0.30)	

CMYK percentages

%0
%36.52
%36.52
%30.2

Codes

Color #B27171 in popluar color models

B27171
RGB178113113
HSL29.68%57.06%
HSB/HSV36.52%69.80%
CMYK0.00%36.52%36.52%
30.20%

Color #B27171 in popluar number systems.

HEXB27171
Decimal178113113
Binary1011001011100011110001
Octal262161161

Shades and tints

Shades of #B27171

#B27171
(178,113,113)
#A26767
(162,103,103)
#925D5D
(146,93,93)
#825353
(130,83,83)
#724949
(114,73,73)
#623F3F
(98,63,63)
#523535
(82,53,53)
#422B2B
(66,43,43)
#322121
(50,33,33)
#221717
(34,23,23)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #B27171

#B27171
(178,113,113)
#B97D7D
(185,125,125)
#C08989
(192,137,137)
#C79595
(199,149,149)
#CEA1A1
(206,161,161)
#D5ADAD
(213,173,173)
#DCB9B9
(220,185,185)
#E3C5C5
(227,197,197)
#EAD1D1
(234,209,209)
#F1DDDD
(241,221,221)
#F8E9E9
(248,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27171; }

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

This text font color is #B27171.


Background Color

.myBgColor { background-color: #B27171; }

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

This div background color is #B27171.


Border color

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

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

This div border color is #B27171.


Opacity

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

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

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

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

This text has shadow with #B27171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27171 on black background.


Color preview on white background

This text has color #B27171 on white background.



Black color preview on #B27171 background

This text has black color on #B27171 background.


White color preview on #B27171 background

This text has white color on #B27171 background.