COLOR #B47787

HEX: #B47787
RGB: (180,119,135)

Color info

#B47787 contains mainly red and blue colors. Web safe color of #B47787 is #CC6699 (or #C69).

RGB color model

#B47787 color RGB value is (180,119,135).

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

RGB channels and saturation

R 180 of 255 = 71%
G 119 of 255 = 47%
B 135 of 255 = 53%

180
119
135

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

Portions of RGB colors in percentages

R + G + B =
180 + 119 + 135 = 434 (100%)
R 180 of 434 ~ 41.47%
G 119 of 434 ~ 27.42%
B 135 of 434 ~ 31.11%

%41.47
%27.42
%31.11

CMYK color model

#B47787 color CMYK value is (0,34,25,29).

  • cyan value is 0.00%
  • magenta value is 33.89%
  • yellow value is 25.00%
  • key color value is 29.41%
CMYK:
(0,34,25,29)
C0M34Y25K29 
(0%,34%,25%,29%)
(0.00/0.34/0.25/0.29)	

CMYK percentages

%0
%33.89
%25
%29.41

Codes

Color #B47787 in popluar color models

B47787
RGB180119135
HSL344°28.91%58.63%
HSB/HSV344°33.89%70.59%
CMYK0.00%33.89%25.00%
29.41%

Color #B47787 in popluar number systems.

HEXB47787
Decimal180119135
Binary10110100111011110000111
Octal264167207

Shades and tints

Shades of #B47787

#B47787
(180,119,135)
#A46D7B
(164,109,123)
#94636F
(148,99,111)
#845963
(132,89,99)
#744F57
(116,79,87)
#64454B
(100,69,75)
#543B3F
(84,59,63)
#443133
(68,49,51)
#342727
(52,39,39)
#241D1B
(36,29,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #B47787

#B47787
(180,119,135)
#BA8391
(186,131,145)
#C08F9B
(192,143,155)
#C69BA5
(198,155,165)
#CCA7AF
(204,167,175)
#D2B3B9
(210,179,185)
#D8BFC3
(216,191,195)
#DECBCD
(222,203,205)
#E4D7D7
(228,215,215)
#EAE3E1
(234,227,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47787; }

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

This text font color is #B47787.


Background Color

.myBgColor { background-color: #B47787; }

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

This div background color is #B47787.


Border color

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

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

This div border color is #B47787.


Opacity

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

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

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

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

This text has shadow with #B47787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47787 on black background.


Color preview on white background

This text has color #B47787 on white background.



Black color preview on #B47787 background

This text has black color on #B47787 background.


White color preview on #B47787 background

This text has white color on #B47787 background.