COLOR #B17A71

HEX: #B17A71
RGB: (177,122,113)

Color info

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

RGB color model

#B17A71 color RGB value is (177,122,113).

  • red value is 177;
  • green value is 122;
  • blue value is 113.
RGB:
(177,122,113)
(69%,48%,44%)

RGB channels and saturation

R 177 of 255 = 69%
G 122 of 255 = 48%
B 113 of 255 = 44%

177
122
113

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

Portions of RGB colors in percentages

R + G + B =
177 + 122 + 113 = 412 (100%)
R 177 of 412 ~ 42.96%
G 122 of 412 ~ 29.61%
B 113 of 412 ~ 27.43%

%42.96
%29.61
%27.43

CMYK color model

#B17A71 color CMYK value is (0,31,36,31).

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 36.16%
  • key color value is 30.59%
CMYK:
(0,31,36,31)
C0M31Y36K31 
(0%,31%,36%,31%)
(0.00/0.31/0.36/0.31)	

CMYK percentages

%0
%31.07
%36.16
%30.59

Codes

Color #B17A71 in popluar color models

B17A71
RGB177122113
HSL29.09%56.86%
HSB/HSV36.16%69.41%
CMYK0.00%31.07%36.16%
30.59%

Color #B17A71 in popluar number systems.

HEXB17A71
Decimal177122113
Binary1011000111110101110001
Octal261172161

Shades and tints

Shades of #B17A71

#B17A71
(177,122,113)
#A16F67
(161,111,103)
#91645D
(145,100,93)
#815953
(129,89,83)
#714E49
(113,78,73)
#61433F
(97,67,63)
#513835
(81,56,53)
#412D2B
(65,45,43)
#312221
(49,34,33)
#211717
(33,23,23)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #B17A71

#B17A71
(177,122,113)
#B8867D
(184,134,125)
#BF9289
(191,146,137)
#C69E95
(198,158,149)
#CDAAA1
(205,170,161)
#D4B6AD
(212,182,173)
#DBC2B9
(219,194,185)
#E2CEC5
(226,206,197)
#E9DAD1
(233,218,209)
#F0E6DD
(240,230,221)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17A71; }

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

This text font color is #B17A71.


Background Color

.myBgColor { background-color: #B17A71; }

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

This div background color is #B17A71.


Border color

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

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

This div border color is #B17A71.


Opacity

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

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

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

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

This text has shadow with #B17A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17A71 on black background.


Color preview on white background

This text has color #B17A71 on white background.



Black color preview on #B17A71 background

This text has black color on #B17A71 background.


White color preview on #B17A71 background

This text has white color on #B17A71 background.