COLOR #B4819F

HEX: #B4819F
RGB: (180,129,159)

Color info

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

RGB color model

#B4819F color RGB value is (180,129,159).

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

RGB channels and saturation

R 180 of 255 = 71%
G 129 of 255 = 51%
B 159 of 255 = 62%

180
129
159

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

Portions of RGB colors in percentages

R + G + B =
180 + 129 + 159 = 468 (100%)
R 180 of 468 ~ 38.46%
G 129 of 468 ~ 27.56%
B 159 of 468 ~ 33.97%

%38.46
%27.56
%33.97

CMYK color model

#B4819F color CMYK value is (0,28,12,29).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(0,28,12,29)
C0M28Y12K29 
(0%,28%,12%,29%)
(0.00/0.28/0.12/0.29)	

CMYK percentages

%0
%28.33
%11.67
%29.41

Codes

Color #B4819F in popluar color models

B4819F
RGB180129159
HSL325°25.37%60.59%
HSB/HSV325°28.33%70.59%
CMYK0.00%28.33%11.67%
29.41%

Color #B4819F in popluar number systems.

HEXB4819F
Decimal180129159
Binary101101001000000110011111
Octal264201237

Shades and tints

Shades of #B4819F

#B4819F
(180,129,159)
#A47691
(164,118,145)
#946B83
(148,107,131)
#846075
(132,96,117)
#745567
(116,85,103)
#644A59
(100,74,89)
#543F4B
(84,63,75)
#44343D
(68,52,61)
#34292F
(52,41,47)
#241E21
(36,30,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #B4819F

#B4819F
(180,129,159)
#BA8CA7
(186,140,167)
#C097AF
(192,151,175)
#C6A2B7
(198,162,183)
#CCADBF
(204,173,191)
#D2B8C7
(210,184,199)
#D8C3CF
(216,195,207)
#DECED7
(222,206,215)
#E4D9DF
(228,217,223)
#EAE4E7
(234,228,231)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4819F; }

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

This text font color is #B4819F.


Background Color

.myBgColor { background-color: #B4819F; }

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

This div background color is #B4819F.


Border color

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

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

This div border color is #B4819F.


Opacity

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

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

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

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

This text has shadow with #B4819F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4819F on black background.


Color preview on white background

This text has color #B4819F on white background.



Black color preview on #B4819F background

This text has black color on #B4819F background.


White color preview on #B4819F background

This text has white color on #B4819F background.