COLOR #B3819B

HEX: #B3819B
RGB: (179,129,155)

Color info

#B3819B contains red, green and blue colors in about the same proportion. Web safe color of #B3819B is #999999 (or #999).

RGB color model

#B3819B color RGB value is (179,129,155).

  • red value is 179;
  • green value is 129;
  • blue value is 155.
RGB:
(179,129,155)
(70%,51%,61%)

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 155 of 255 = 61%

179
129
155

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

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 155 = 463 (100%)
R 179 of 463 ~ 38.66%
G 129 of 463 ~ 27.86%
B 155 of 463 ~ 33.48%

%38.66
%27.86
%33.48

CMYK color model

#B3819B color CMYK value is (0,28,13,30).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK:
(0,28,13,30)
C0M28Y13K30 
(0%,28%,13%,30%)
(0.00/0.28/0.13/0.30)	

CMYK percentages

%0
%27.93
%13.41
%29.8

Codes

Color #B3819B in popluar color models

B3819B
RGB179129155
HSL329°24.75%60.39%
HSB/HSV329°27.93%70.20%
CMYK0.00%27.93%13.41%
29.80%

Color #B3819B in popluar number systems.

HEXB3819B
Decimal179129155
Binary101100111000000110011011
Octal263201233

Shades and tints

Shades of #B3819B

#B3819B
(179,129,155)
#A3768D
(163,118,141)
#936B7F
(147,107,127)
#836071
(131,96,113)
#735563
(115,85,99)
#634A55
(99,74,85)
#533F47
(83,63,71)
#433439
(67,52,57)
#33292B
(51,41,43)
#231E1D
(35,30,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #B3819B

#B3819B
(179,129,155)
#B98CA4
(185,140,164)
#BF97AD
(191,151,173)
#C5A2B6
(197,162,182)
#CBADBF
(203,173,191)
#D1B8C8
(209,184,200)
#D7C3D1
(215,195,209)
#DDCEDA
(221,206,218)
#E3D9E3
(227,217,227)
#E9E4EC
(233,228,236)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3819B color. Also use rgb(179,129,155) instead hex code.

Text Font Color

.myTextColor { color: #B3819B; }

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

This text font color is #B3819B.


Background Color

.myBgColor { background-color: #B3819B; }

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

This div background color is #B3819B.


Border color

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

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

This div border color is #B3819B.


Opacity

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

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

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

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

This text has shadow with #B3819B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3819B on black background.


Color preview on white background

This text has color #B3819B on white background.



Black color preview on #B3819B background

This text has black color on #B3819B background.


White color preview on #B3819B background

This text has white color on #B3819B background.