COLOR #B17A72

HEX: #B17A72
RGB: (177,122,114)

Color info

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

RGB color model

#B17A72 color RGB value is (177,122,114).

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

RGB channels and saturation

R 177 of 255 = 69%
G 122 of 255 = 48%
B 114 of 255 = 45%

177
122
114

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

Portions of RGB colors in percentages

R + G + B =
177 + 122 + 114 = 413 (100%)
R 177 of 413 ~ 42.86%
G 122 of 413 ~ 29.54%
B 114 of 413 ~ 27.6%

%42.86
%29.54
%27.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 35.59%
  • 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
%35.59
%30.59

Codes

Color #B17A72 in popluar color models

B17A72
RGB177122114
HSL28.77%57.06%
HSB/HSV35.59%69.41%
CMYK0.00%31.07%35.59%
30.59%

Color #B17A72 in popluar number systems.

HEXB17A72
Decimal177122114
Binary1011000111110101110010
Octal261172162

Shades and tints

Shades of #B17A72

#B17A72
(177,122,114)
#A16F68
(161,111,104)
#91645E
(145,100,94)
#815954
(129,89,84)
#714E4A
(113,78,74)
#614340
(97,67,64)
#513836
(81,56,54)
#412D2C
(65,45,44)
#312222
(49,34,34)
#211718
(33,23,24)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #B17A72

#B17A72
(177,122,114)
#B8867E
(184,134,126)
#BF928A
(191,146,138)
#C69E96
(198,158,150)
#CDAAA2
(205,170,162)
#D4B6AE
(212,182,174)
#DBC2BA
(219,194,186)
#E2CEC6
(226,206,198)
#E9DAD2
(233,218,210)
#F0E6DE
(240,230,222)
#F7F2EA
(247,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17A72; }

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

This text font color is #B17A72.


Background Color

.myBgColor { background-color: #B17A72; }

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

This div background color is #B17A72.


Border color

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

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

This div border color is #B17A72.


Opacity

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

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

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

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

This text has shadow with #B17A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17A72 on black background.


Color preview on white background

This text has color #B17A72 on white background.



Black color preview on #B17A72 background

This text has black color on #B17A72 background.


White color preview on #B17A72 background

This text has white color on #B17A72 background.