COLOR #B47770

HEX: #B47770
RGB: (180,119,112)

Color info

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

RGB color model

#B47770 color RGB value is (180,119,112).

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

RGB channels and saturation

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

180
119
112

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

Portions of RGB colors in percentages

R + G + B =
180 + 119 + 112 = 411 (100%)
R 180 of 411 ~ 43.8%
G 119 of 411 ~ 28.95%
B 112 of 411 ~ 27.25%

%43.8
%28.95
%27.25

CMYK color model

#B47770 color CMYK value is (0,34,38,29).

  • cyan value is 0.00%
  • magenta value is 33.89%
  • yellow value is 37.78%
  • key color value is 29.41%
CMYK:
(0,34,38,29)
C0M34Y38K29 
(0%,34%,38%,29%)
(0.00/0.34/0.38/0.29)	

CMYK percentages

%0
%33.89
%37.78
%29.41

Codes

Color #B47770 in popluar color models

B47770
RGB180119112
HSL31.19%57.25%
HSB/HSV37.78%70.59%
CMYK0.00%33.89%37.78%
29.41%

Color #B47770 in popluar number systems.

HEXB47770
Decimal180119112
Binary1011010011101111110000
Octal264167160

Shades and tints

Shades of #B47770

#B47770
(180,119,112)
#A46D66
(164,109,102)
#94635C
(148,99,92)
#845952
(132,89,82)
#744F48
(116,79,72)
#64453E
(100,69,62)
#543B34
(84,59,52)
#44312A
(68,49,42)
#342720
(52,39,32)
#241D16
(36,29,22)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #B47770

#B47770
(180,119,112)
#BA837D
(186,131,125)
#C08F8A
(192,143,138)
#C69B97
(198,155,151)
#CCA7A4
(204,167,164)
#D2B3B1
(210,179,177)
#D8BFBE
(216,191,190)
#DECBCB
(222,203,203)
#E4D7D8
(228,215,216)
#EAE3E5
(234,227,229)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47770; }

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

This text font color is #B47770.


Background Color

.myBgColor { background-color: #B47770; }

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

This div background color is #B47770.


Border color

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

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

This div border color is #B47770.


Opacity

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

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

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

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

This text has shadow with #B47770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47770 on black background.


Color preview on white background

This text has color #B47770 on white background.



Black color preview on #B47770 background

This text has black color on #B47770 background.


White color preview on #B47770 background

This text has white color on #B47770 background.