COLOR #B47B9C

HEX: #B47B9C RGB: (180,123,156)

Color info

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

RGB color model

#B47B9C color RGB value is (180,123,156).

RGB: (180,123,156) (71%, 48%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 123 of 255 = 48%
B 156 of 255 = 61%

180
123
156

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

Portions of RGB colors in percentages

R + G + B = 180 + 123 + 156 = 459 (100%)
R 180 of 459 ~ 39.22%
G 123 of 459 ~ 26.8%
B 156 of 459 ~ 33.99'%

%39.22
%26.8
%33.99

CMYK color model

#B47B9C color CMYK value is (0,32,13,29).

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

CMYK: (0,32,13,29)
C0M32Y13K29 (0%, 32%, 13%, 29%)
(0.00 / 0.32 / 0.13 / 0.29)

CMYK percentages

%0
%31.67
%13.33
%29.41

Codes

Color #B47B9C in popluar color models

B4 7B 9C
RGB 180 123 156
HSL 325° 27.54% 59.41%
HSB/HSV 325° 31.67% 70.59%
CMYK 0.00% 31.67% 13.33%
29.41%

Color #B47B9C in popluar number systems.

HEX B4 7B 9C
Decimal 180 123 156
Binary 10110100 1111011 10011100
Octal 264 173 234

Shades and tints

Shades of #B47B9C

#B47B9C
(180,123,156)
#A4708E
(164,112,142)
#946580
(148,101,128)
#845A72
(132,90,114)
#744F64
(116,79,100)
#644456
(100,68,86)
#543948
(84,57,72)
#442E3A
(68,46,58)
#34232C
(52,35,44)
#24181E
(36,24,30)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #B47B9C

#B47B9C
(180,123,156)
#BA87A5
(186,135,165)
#C093AE
(192,147,174)
#C69FB7
(198,159,183)
#CCABC0
(204,171,192)
#D2B7C9
(210,183,201)
#D8C3D2
(216,195,210)
#DECFDB
(222,207,219)
#E4DBE4
(228,219,228)
#EAE7ED
(234,231,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47B9C; }

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

This text font color is #B47B9C.

Background Color

.myBgColor { background-color: #B47B9C; }

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

This div background color is #B47B9C.

Border color

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

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

This div border color is #B47B9C.

Opacity

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

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

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

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

This text has shadow with #B47B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47B9C.

Preview

Color preview on black background

This text has color #B47B9C on black background.


Color preview on white background

This text has color #B47B9C on white background.


Black color preview on #B47B9C background

This text has black color on #B47B9C background.


White color preview on #B47B9C background

This text has white color on #B47B9C background.


Related colors

Complementary color

Complementary color for #hex is #4B8463.


I love getcolorcode.com

Triadic colors

1 #9CB47B and #7B9CB4 with #B47B9C are triadic colors.

2 #9C7BB4 and #7BB49C with #B47B9C are triadic colors.