COLOR #B47C77

HEX: #B47C77 RGB: (180,124,119)

Color info

#B47C77 contains mainly red and green colors. Web safe color of #B47C77 is #CC6666 (or #C66).

RGB color model

#B47C77 color RGB value is (180,124,119).

RGB: (180,124,119) (71%, 49%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 124 of 255 = 49%
B 119 of 255 = 47%

180
124
119

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

Portions of RGB colors in percentages

R + G + B = 180 + 124 + 119 = 423 (100%)
R 180 of 423 ~ 42.55%
G 124 of 423 ~ 29.31%
B 119 of 423 ~ 28.13'%

%42.55
%29.31
%28.13

CMYK color model

#B47C77 color CMYK value is (0,31,34,29).

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

CMYK: (0,31,34,29)
C0M31Y34K29 (0%, 31%, 34%, 29%)
(0.00 / 0.31 / 0.34 / 0.29)

CMYK percentages

%0
%31.11
%33.89
%29.41

Codes

Color #B47C77 in popluar color models

B4 7C 77
RGB 180 124 119
HSL 28.91% 58.63%
HSB/HSV 33.89% 70.59%
CMYK 0.00% 31.11% 33.89%
29.41%

Color #B47C77 in popluar number systems.

HEX B4 7C 77
Decimal 180 124 119
Binary 10110100 1111100 1110111
Octal 264 174 167

Shades and tints

Shades of #B47C77

#B47C77
(180,124,119)
#A4716D
(164,113,109)
#946663
(148,102,99)
#845B59
(132,91,89)
#74504F
(116,80,79)
#644545
(100,69,69)
#543A3B
(84,58,59)
#442F31
(68,47,49)
#342427
(52,36,39)
#24191D
(36,25,29)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #B47C77

#B47C77
(180,124,119)
#BA8783
(186,135,131)
#C0928F
(192,146,143)
#C69D9B
(198,157,155)
#CCA8A7
(204,168,167)
#D2B3B3
(210,179,179)
#D8BEBF
(216,190,191)
#DEC9CB
(222,201,203)
#E4D4D7
(228,212,215)
#EADFE3
(234,223,227)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47C77; }

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

This text font color is #B47C77.

Background Color

.myBgColor { background-color: #B47C77; }

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

This div background color is #B47C77.

Border color

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

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

This div border color is #B47C77.

Opacity

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

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

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

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

This text has shadow with #B47C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47C77.

Preview

Color preview on black background

This text has color #B47C77 on black background.


Color preview on white background

This text has color #B47C77 on white background.


Black color preview on #B47C77 background

This text has black color on #B47C77 background.


White color preview on #B47C77 background

This text has white color on #B47C77 background.


Related colors

Complementary color

Complementary color for #hex is #4B8388.


I love getcolorcode.com

Triadic colors

1 #77B47C and #7C77B4 with #B47C77 are triadic colors.

2 #777CB4 and #7CB477 with #B47C77 are triadic colors.