COLOR #B47A90

HEX: #B47A90 RGB: (180,122,144)

Color info

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

RGB color model

#B47A90 color RGB value is (180,122,144).

RGB: (180,122,144) (71%, 48%, 56%)

RGB channels and saturation

R 180 of 255 = 71%
G 122 of 255 = 48%
B 144 of 255 = 56%

180
122
144

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

Portions of RGB colors in percentages

R + G + B = 180 + 122 + 144 = 446 (100%)
R 180 of 446 ~ 40.36%
G 122 of 446 ~ 27.35%
B 144 of 446 ~ 32.29'%

%40.36
%27.35
%32.29

CMYK color model

#B47A90 color CMYK value is (0,32,20,29).

  • cyan value is 0.00%
  • magenta value is 32.22%
  • yellow value is 20.00%
  • key color value is 29.41%

CMYK: (0,32,20,29)
C0M32Y20K29 (0%, 32%, 20%, 29%)
(0.00 / 0.32 / 0.20 / 0.29)

CMYK percentages

%0
%32.22
%20
%29.41

Codes

Color #B47A90 in popluar color models

B4 7A 90
RGB 180 122 144
HSL 337° 27.88% 59.22%
HSB/HSV 337° 32.22% 70.59%
CMYK 0.00% 32.22% 20.00%
29.41%

Color #B47A90 in popluar number systems.

HEX B4 7A 90
Decimal 180 122 144
Binary 10110100 1111010 10010000
Octal 264 172 220

Shades and tints

Shades of #B47A90

#B47A90
(180,122,144)
#A46F83
(164,111,131)
#946476
(148,100,118)
#845969
(132,89,105)
#744E5C
(116,78,92)
#64434F
(100,67,79)
#543842
(84,56,66)
#442D35
(68,45,53)
#342228
(52,34,40)
#24171B
(36,23,27)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #B47A90

#B47A90
(180,122,144)
#BA869A
(186,134,154)
#C092A4
(192,146,164)
#C69EAE
(198,158,174)
#CCAAB8
(204,170,184)
#D2B6C2
(210,182,194)
#D8C2CC
(216,194,204)
#DECED6
(222,206,214)
#E4DAE0
(228,218,224)
#EAE6EA
(234,230,234)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47A90; }

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

This text font color is #B47A90.

Background Color

.myBgColor { background-color: #B47A90; }

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

This div background color is #B47A90.

Border color

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

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

This div border color is #B47A90.

Opacity

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

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

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

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

This text has shadow with #B47A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B47A90.

Preview

Color preview on black background

This text has color #B47A90 on black background.


Color preview on white background

This text has color #B47A90 on white background.


Black color preview on #B47A90 background

This text has black color on #B47A90 background.


White color preview on #B47A90 background

This text has white color on #B47A90 background.


Related colors

Complementary color

Complementary color for #hex is #4B856F.


I love getcolorcode.com

Triadic colors

1 #90B47A and #7A90B4 with #B47A90 are triadic colors.

2 #907AB4 and #7AB490 with #B47A90 are triadic colors.