COLOR #B4849E

HEX: #B4849E RGB: (180,132,158)

Color info

#B4849E contains red, green and blue colors in about the same proportion. Web safe color of #B4849E is #CC9999 (or #C99).

RGB color model

#B4849E color RGB value is (180,132,158).

RGB: (180,132,158) (71%, 52%, 62%)

RGB channels and saturation

R 180 of 255 = 71%
G 132 of 255 = 52%
B 158 of 255 = 62%

180
132
158

R + G + B ~ 62%. #B4849E is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 132 + 158 = 470 (100%)
R 180 of 470 ~ 38.3%
G 132 of 470 ~ 28.09%
B 158 of 470 ~ 33.62'%

%38.3
%28.09
%33.62

CMYK color model

#B4849E color CMYK value is (0,27,12,29).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK: (0,27,12,29) C0M27Y12K29 (0%,27%,12%,29%) (0.00/0.27/0.12/0.29) 

CMYK percentages

%0
%26.67
%12.22
%29.41

Codes

Color #B4849E in popluar color models

B4 84 9E
RGB 180 132 158
HSL 328° 24.24% 61.18%
HSB/HSV 328° 26.67% 70.59%
CMYK 0.00% 26.67% 12.22%
29.41%

Color #B4849E in popluar number systems.

HEX B4 84 9E
Decimal 180 132 158
Binary 10110100 10000100 10011110
Octal 264 204 236

Shades and tints

Shades of #B4849E

#B4849E
(180,132,158)
#A47890
(164,120,144)
#946C82
(148,108,130)
#846074
(132,96,116)
#745466
(116,84,102)
#644858
(100,72,88)
#543C4A
(84,60,74)
#44303C
(68,48,60)
#34242E
(52,36,46)
#241820
(36,24,32)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #B4849E

#B4849E
(180,132,158)
#BA8FA6
(186,143,166)
#C09AAE
(192,154,174)
#C6A5B6
(198,165,182)
#CCB0BE
(204,176,190)
#D2BBC6
(210,187,198)
#D8C6CE
(216,198,206)
#DED1D6
(222,209,214)
#E4DCDE
(228,220,222)
#EAE7E6
(234,231,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4849E color. Also use rgb(180,132,158) instead hex code.

Text Font Color

.myTextColor { color: #B4849E; }

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

This text font color is #B4849E.

Background Color

.myBgColor { background-color: #B4849E; }

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

This div background color is #B4849E.

Border color

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

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

This div border color is #B4849E.

Opacity

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

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

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

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

This text has shadow with #B4849E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4849E.

Preview

Color preview on black background

This text has color #B4849E on black background.


Color preview on white background

This text has color #B4849E on white background.


Black color preview on #B4849E background

This text has black color on #B4849E background.


White color preview on #B4849E background

This text has white color on #B4849E background.


Related colors

Complementary color

Complementary color for #hex is #4B7B61.


I love getcolorcode.com

Triadic colors

1 #9EB484 and #849EB4 with #B4849E are triadic colors.

2 #9E84B4 and #84B49E with #B4849E are triadic colors.