COLOR #B47977

HEX: #B47977
RGB: (180,121,119)

Color info

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

RGB color model

#B47977 color RGB value is (180,121,119).

  • red value is 180;
  • green value is 121;
  • blue value is 119.
RGB:
(180,121,119)
(71%,47%,47%)

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 119 of 255 = 47%

180
121
119

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

Portions of RGB colors in percentages

R + G + B =
180 + 121 + 119 = 420 (100%)
R 180 of 420 ~ 42.86%
G 121 of 420 ~ 28.81%
B 119 of 420 ~ 28.33%

%42.86
%28.81
%28.33

CMYK color model

#B47977 color CMYK value is (0,33,34,29).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 33.89%
  • key color value is 29.41%
CMYK:
(0,33,34,29)
C0M33Y34K29 
(0%,33%,34%,29%)
(0.00/0.33/0.34/0.29)	

CMYK percentages

%0
%32.78
%33.89
%29.41

Codes

Color #B47977 in popluar color models

B47977
RGB180121119
HSL28.91%58.63%
HSB/HSV33.89%70.59%
CMYK0.00%32.78%33.89%
29.41%

Color #B47977 in popluar number systems.

HEXB47977
Decimal180121119
Binary1011010011110011110111
Octal264171167

Shades and tints

Shades of #B47977

#B47977
(180,121,119)
#A46E6D
(164,110,109)
#946363
(148,99,99)
#845859
(132,88,89)
#744D4F
(116,77,79)
#644245
(100,66,69)
#54373B
(84,55,59)
#442C31
(68,44,49)
#342127
(52,33,39)
#24161D
(36,22,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #B47977

#B47977
(180,121,119)
#BA8583
(186,133,131)
#C0918F
(192,145,143)
#C69D9B
(198,157,155)
#CCA9A7
(204,169,167)
#D2B5B3
(210,181,179)
#D8C1BF
(216,193,191)
#DECDCB
(222,205,203)
#E4D9D7
(228,217,215)
#EAE5E3
(234,229,227)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47977; }

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

This text font color is #B47977.


Background Color

.myBgColor { background-color: #B47977; }

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

This div background color is #B47977.


Border color

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

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

This div border color is #B47977.


Opacity

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

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

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

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

This text has shadow with #B47977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47977 on black background.


Color preview on white background

This text has color #B47977 on white background.



Black color preview on #B47977 background

This text has black color on #B47977 background.


White color preview on #B47977 background

This text has white color on #B47977 background.