COLOR #B4839A

HEX: #B4839A
RGB: (180,131,154)

Color info

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

RGB color model

#B4839A color RGB value is (180,131,154).

  • red value is 180;
  • green value is 131;
  • blue value is 154.
RGB:
(180,131,154)
(71%,51%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 131 of 255 = 51%
B 154 of 255 = 60%

180
131
154

R + G + B ~ 61%. #B4839A is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 131 + 154 = 465 (100%)
R 180 of 465 ~ 38.71%
G 131 of 465 ~ 28.17%
B 154 of 465 ~ 33.12%

%38.71
%28.17
%33.12

CMYK color model

#B4839A color CMYK value is (0,27,14,29).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(0,27,14,29)
C0M27Y14K29 
(0%,27%,14%,29%)
(0.00/0.27/0.14/0.29)	

CMYK percentages

%0
%27.22
%14.44
%29.41

Codes

Color #B4839A in popluar color models

B4839A
RGB180131154
HSL332°24.62%60.98%
HSB/HSV332°27.22%70.59%
CMYK0.00%27.22%14.44%
29.41%

Color #B4839A in popluar number systems.

HEXB4839A
Decimal180131154
Binary101101001000001110011010
Octal264203232

Shades and tints

Shades of #B4839A

#B4839A
(180,131,154)
#A4788C
(164,120,140)
#946D7E
(148,109,126)
#846270
(132,98,112)
#745762
(116,87,98)
#644C54
(100,76,84)
#544146
(84,65,70)
#443638
(68,54,56)
#342B2A
(52,43,42)
#24201C
(36,32,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #B4839A

#B4839A
(180,131,154)
#BA8EA3
(186,142,163)
#C099AC
(192,153,172)
#C6A4B5
(198,164,181)
#CCAFBE
(204,175,190)
#D2BAC7
(210,186,199)
#D8C5D0
(216,197,208)
#DED0D9
(222,208,217)
#E4DBE2
(228,219,226)
#EAE6EB
(234,230,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4839A color. Also use rgb(180,131,154) instead hex code.

Text Font Color

.myTextColor { color: #B4839A; }

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

This text font color is #B4839A.


Background Color

.myBgColor { background-color: #B4839A; }

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

This div background color is #B4839A.


Border color

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

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

This div border color is #B4839A.


Opacity

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

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

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

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

This text has shadow with #B4839A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4839A on black background.


Color preview on white background

This text has color #B4839A on white background.



Black color preview on #B4839A background

This text has black color on #B4839A background.


White color preview on #B4839A background

This text has white color on #B4839A background.