COLOR #B4819A

HEX: #B4819A
RGB: (180,129,154)

Color info

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

RGB color model

#B4819A color RGB value is (180,129,154).

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

RGB channels and saturation

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

180
129
154

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

Portions of RGB colors in percentages

R + G + B =
180 + 129 + 154 = 463 (100%)
R 180 of 463 ~ 38.88%
G 129 of 463 ~ 27.86%
B 154 of 463 ~ 33.26%

%38.88
%27.86
%33.26

CMYK color model

#B4819A color CMYK value is (0,28,14,29).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(0,28,14,29)
C0M28Y14K29 
(0%,28%,14%,29%)
(0.00/0.28/0.14/0.29)	

CMYK percentages

%0
%28.33
%14.44
%29.41

Codes

Color #B4819A in popluar color models

B4819A
RGB180129154
HSL331°25.37%60.59%
HSB/HSV331°28.33%70.59%
CMYK0.00%28.33%14.44%
29.41%

Color #B4819A in popluar number systems.

HEXB4819A
Decimal180129154
Binary101101001000000110011010
Octal264201232

Shades and tints

Shades of #B4819A

#B4819A
(180,129,154)
#A4768C
(164,118,140)
#946B7E
(148,107,126)
#846070
(132,96,112)
#745562
(116,85,98)
#644A54
(100,74,84)
#543F46
(84,63,70)
#443438
(68,52,56)
#34292A
(52,41,42)
#241E1C
(36,30,28)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #B4819A

#B4819A
(180,129,154)
#BA8CA3
(186,140,163)
#C097AC
(192,151,172)
#C6A2B5
(198,162,181)
#CCADBE
(204,173,190)
#D2B8C7
(210,184,199)
#D8C3D0
(216,195,208)
#DECED9
(222,206,217)
#E4D9E2
(228,217,226)
#EAE4EB
(234,228,235)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4819A; }

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

This text font color is #B4819A.


Background Color

.myBgColor { background-color: #B4819A; }

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

This div background color is #B4819A.


Border color

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

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

This div border color is #B4819A.


Opacity

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

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

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

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

This text has shadow with #B4819A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4819A on black background.


Color preview on white background

This text has color #B4819A on white background.



Black color preview on #B4819A background

This text has black color on #B4819A background.


White color preview on #B4819A background

This text has white color on #B4819A background.