COLOR #B47B8D

HEX: #B47B8D RGB: (180,123,141)

Color info

#B47B8D contains red, green and blue colors in about the same proportion. Web safe color of #B47B8D is #CC6699 (or #C69).

RGB color model

#B47B8D color RGB value is (180,123,141).

RGB: (180,123,141) (71%, 48%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 123 of 255 = 48%
B 141 of 255 = 55%

180
123
141

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

Portions of RGB colors in percentages

R + G + B = 180 + 123 + 141 = 444 (100%)
R 180 of 444 ~ 40.54%
G 123 of 444 ~ 27.7%
B 141 of 444 ~ 31.76'%

%40.54
%27.7
%31.76

CMYK color model

#B47B8D color CMYK value is (0,32,22,29).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 21.67%
  • key color value is 29.41%

CMYK: (0,32,22,29)
C0M32Y22K29 (0%, 32%, 22%, 29%)
(0.00 / 0.32 / 0.22 / 0.29)

CMYK percentages

%0
%31.67
%21.67
%29.41

Codes

Color #B47B8D in popluar color models

B4 7B 8D
RGB 180 123 141
HSL 341° 27.54% 59.41%
HSB/HSV 341° 31.67% 70.59%
CMYK 0.00% 31.67% 21.67%
29.41%

Color #B47B8D in popluar number systems.

HEX B4 7B 8D
Decimal 180 123 141
Binary 10110100 1111011 10001101
Octal 264 173 215

Shades and tints

Shades of #B47B8D

#B47B8D
(180,123,141)
#A47081
(164,112,129)
#946575
(148,101,117)
#845A69
(132,90,105)
#744F5D
(116,79,93)
#644451
(100,68,81)
#543945
(84,57,69)
#442E39
(68,46,57)
#34232D
(52,35,45)
#241821
(36,24,33)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #B47B8D

#B47B8D
(180,123,141)
#BA8797
(186,135,151)
#C093A1
(192,147,161)
#C69FAB
(198,159,171)
#CCABB5
(204,171,181)
#D2B7BF
(210,183,191)
#D8C3C9
(216,195,201)
#DECFD3
(222,207,211)
#E4DBDD
(228,219,221)
#EAE7E7
(234,231,231)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47B8D color. Also use rgb(180,123,141) instead hex code.

Text Font Color

.myTextColor { color: #B47B8D; }

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

This text font color is #B47B8D.

Background Color

.myBgColor { background-color: #B47B8D; }

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

This div background color is #B47B8D.

Border color

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

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

This div border color is #B47B8D.

Opacity

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

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

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

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

This text has shadow with #B47B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47B8D.

Preview

Color preview on black background

This text has color #B47B8D on black background.


Color preview on white background

This text has color #B47B8D on white background.


Black color preview on #B47B8D background

This text has black color on #B47B8D background.


White color preview on #B47B8D background

This text has white color on #B47B8D background.


Related colors

Complementary color

Complementary color for #hex is #4B8472.


I love getcolorcode.com

Triadic colors

1 #8DB47B and #7B8DB4 with #B47B8D are triadic colors.

2 #8D7BB4 and #7BB48D with #B47B8D are triadic colors.