COLOR #B47177

HEX: #B47177 RGB: (180,113,119)

Color info

#B47177 contains mainly red color. Web safe color of #B47177 is #CC6666 (or #C66).

RGB color model

#B47177 color RGB value is (180,113,119).

RGB: (180,113,119) (71%, 44%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 113 of 255 = 44%
B 119 of 255 = 47%

180
113
119

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

Portions of RGB colors in percentages

R + G + B = 180 + 113 + 119 = 412 (100%)
R 180 of 412 ~ 43.69%
G 113 of 412 ~ 27.43%
B 119 of 412 ~ 28.88'%

%43.69
%27.43
%28.88

CMYK color model

#B47177 color CMYK value is (0,37,34,29).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 33.89%
  • key color value is 29.41%

CMYK: (0,37,34,29)
C0M37Y34K29 (0%, 37%, 34%, 29%)
(0.00 / 0.37 / 0.34 / 0.29)

CMYK percentages

%0
%37.22
%33.89
%29.41

Codes

Color #B47177 in popluar color models

B4 71 77
RGB 180 113 119
HSL 355° 30.88% 57.45%
HSB/HSV 355° 37.22% 70.59%
CMYK 0.00% 37.22% 33.89%
29.41%

Color #B47177 in popluar number systems.

HEX B4 71 77
Decimal 180 113 119
Binary 10110100 1110001 1110111
Octal 264 161 167

Shades and tints

Shades of #B47177

#B47177
(180,113,119)
#A4676D
(164,103,109)
#945D63
(148,93,99)
#845359
(132,83,89)
#74494F
(116,73,79)
#643F45
(100,63,69)
#54353B
(84,53,59)
#442B31
(68,43,49)
#342127
(52,33,39)
#24171D
(36,23,29)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #B47177

#B47177
(180,113,119)
#BA7D83
(186,125,131)
#C0898F
(192,137,143)
#C6959B
(198,149,155)
#CCA1A7
(204,161,167)
#D2ADB3
(210,173,179)
#D8B9BF
(216,185,191)
#DEC5CB
(222,197,203)
#E4D1D7
(228,209,215)
#EADDE3
(234,221,227)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47177; }

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

This text font color is #B47177.

Background Color

.myBgColor { background-color: #B47177; }

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

This div background color is #B47177.

Border color

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

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

This div border color is #B47177.

Opacity

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

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

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

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

This text has shadow with #B47177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47177.

Preview

Color preview on black background

This text has color #B47177 on black background.


Color preview on white background

This text has color #B47177 on white background.


Black color preview on #B47177 background

This text has black color on #B47177 background.


White color preview on #B47177 background

This text has white color on #B47177 background.


Related colors

Complementary color

Complementary color for #hex is #4B8E88.


I love getcolorcode.com

Triadic colors

1 #77B471 and #7177B4 with #B47177 are triadic colors.

2 #7771B4 and #71B477 with #B47177 are triadic colors.