COLOR #B47577

HEX: #B47577 RGB: (180,117,119)

Color info

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

RGB color model

#B47577 color RGB value is (180,117,119).

RGB: (180,117,119) (71%, 46%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 117 of 255 = 46%
B 119 of 255 = 47%

180
117
119

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

Portions of RGB colors in percentages

R + G + B = 180 + 117 + 119 = 416 (100%)
R 180 of 416 ~ 43.27%
G 117 of 416 ~ 28.13%
B 119 of 416 ~ 28.61'%

%43.27
%28.13
%28.61

CMYK color model

#B47577 color CMYK value is (0,35,34,29).

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

CMYK: (0,35,34,29)
C0M35Y34K29 (0%, 35%, 34%, 29%)
(0.00 / 0.35 / 0.34 / 0.29)

CMYK percentages

%0
%35
%33.89
%29.41

Codes

Color #B47577 in popluar color models

B4 75 77
RGB 180 117 119
HSL 358° 29.58% 58.24%
HSB/HSV 358° 35.00% 70.59%
CMYK 0.00% 35.00% 33.89%
29.41%

Color #B47577 in popluar number systems.

HEX B4 75 77
Decimal 180 117 119
Binary 10110100 1110101 1110111
Octal 264 165 167

Shades and tints

Shades of #B47577

#B47577
(180,117,119)
#A46B6D
(164,107,109)
#946163
(148,97,99)
#845759
(132,87,89)
#744D4F
(116,77,79)
#644345
(100,67,69)
#54393B
(84,57,59)
#442F31
(68,47,49)
#342527
(52,37,39)
#241B1D
(36,27,29)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B47577

#B47577
(180,117,119)
#BA8183
(186,129,131)
#C08D8F
(192,141,143)
#C6999B
(198,153,155)
#CCA5A7
(204,165,167)
#D2B1B3
(210,177,179)
#D8BDBF
(216,189,191)
#DEC9CB
(222,201,203)
#E4D5D7
(228,213,215)
#EAE1E3
(234,225,227)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47577; }

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

This text font color is #B47577.

Background Color

.myBgColor { background-color: #B47577; }

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

This div background color is #B47577.

Border color

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

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

This div border color is #B47577.

Opacity

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

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

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

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

This text has shadow with #B47577 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47577.

Preview

Color preview on black background

This text has color #B47577 on black background.


Color preview on white background

This text has color #B47577 on white background.


Black color preview on #B47577 background

This text has black color on #B47577 background.


White color preview on #B47577 background

This text has white color on #B47577 background.


Related colors

Complementary color

Complementary color for #hex is #4B8A88.


I love getcolorcode.com

Triadic colors

1 #77B475 and #7577B4 with #B47577 are triadic colors.

2 #7775B4 and #75B477 with #B47577 are triadic colors.