COLOR #B47A8D

HEX: #B47A8D RGB: (180,122,141)

Color info

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

RGB color model

#B47A8D color RGB value is (180,122,141).

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

RGB channels and saturation

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

180
122
141

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

Portions of RGB colors in percentages

R + G + B = 180 + 122 + 141 = 443 (100%)
R 180 of 443 ~ 40.63%
G 122 of 443 ~ 27.54%
B 141 of 443 ~ 31.83'%

%40.63
%27.54
%31.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.22%
  • 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
%32.22
%21.67
%29.41

Codes

Color #B47A8D in popluar color models

B4 7A 8D
RGB 180 122 141
HSL 340° 27.88% 59.22%
HSB/HSV 340° 32.22% 70.59%
CMYK 0.00% 32.22% 21.67%
29.41%

Color #B47A8D in popluar number systems.

HEX B4 7A 8D
Decimal 180 122 141
Binary 10110100 1111010 10001101
Octal 264 172 215

Shades and tints

Shades of #B47A8D

#B47A8D
(180,122,141)
#A46F81
(164,111,129)
#946475
(148,100,117)
#845969
(132,89,105)
#744E5D
(116,78,93)
#644351
(100,67,81)
#543845
(84,56,69)
#442D39
(68,45,57)
#34222D
(52,34,45)
#241721
(36,23,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #B47A8D

#B47A8D
(180,122,141)
#BA8697
(186,134,151)
#C092A1
(192,146,161)
#C69EAB
(198,158,171)
#CCAAB5
(204,170,181)
#D2B6BF
(210,182,191)
#D8C2C9
(216,194,201)
#DECED3
(222,206,211)
#E4DADD
(228,218,221)
#EAE6E7
(234,230,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47A8D; }

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

This text font color is #B47A8D.

Background Color

.myBgColor { background-color: #B47A8D; }

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

This div background color is #B47A8D.

Border color

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

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

This div border color is #B47A8D.

Opacity

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

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

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

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

This text has shadow with #B47A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47A8D.

Preview

Color preview on black background

This text has color #B47A8D on black background.


Color preview on white background

This text has color #B47A8D on white background.


Black color preview on #B47A8D background

This text has black color on #B47A8D background.


White color preview on #B47A8D background

This text has white color on #B47A8D background.


Related colors

Complementary color

Complementary color for #hex is #4B8572.


I love getcolorcode.com

Triadic colors

1 #8DB47A and #7A8DB4 with #B47A8D are triadic colors.

2 #8D7AB4 and #7AB48D with #B47A8D are triadic colors.