COLOR #B34E79

HEX: #B34E79
RGB: (179,78,121)

Color info

#B34E79 contains mainly red and blue colors. Web safe color of #B34E79 is #996666 (or #966).

RGB color model

#B34E79 color RGB value is (179,78,121).

  • red value is 179;
  • green value is 78;
  • blue value is 121.
RGB:
(179,78,121)
(70%,31%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 78 of 255 = 31%
B 121 of 255 = 47%

179
78
121

R + G + B ~ 49%. #B34E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 78 + 121 = 378 (100%)
R 179 of 378 ~ 47.35%
G 78 of 378 ~ 20.63%
B 121 of 378 ~ 32.01%

%47.35
%20.63
%32.01

CMYK color model

#B34E79 color CMYK value is (0,56,32,30).

  • cyan value is 0.00%
  • magenta value is 56.42%
  • yellow value is 32.40%
  • key color value is 29.80%
CMYK:
(0,56,32,30)
C0M56Y32K30 
(0%,56%,32%,30%)
(0.00/0.56/0.32/0.30)	

CMYK percentages

%0
%56.42
%32.4
%29.8

Codes

Color #B34E79 in popluar color models

B34E79
RGB17978121
HSL334°39.92%50.39%
HSB/HSV334°56.42%70.20%
CMYK0.00%56.42%32.40%
29.80%

Color #B34E79 in popluar number systems.

HEXB34E79
Decimal17978121
Binary1011001110011101111001
Octal263116171

Shades and tints

Shades of #B34E79

#B34E79
(179,78,121)
#A3476E
(163,71,110)
#934063
(147,64,99)
#833958
(131,57,88)
#73324D
(115,50,77)
#632B42
(99,43,66)
#532437
(83,36,55)
#431D2C
(67,29,44)
#331621
(51,22,33)
#230F16
(35,15,22)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #B34E79

#B34E79
(179,78,121)
#B95E85
(185,94,133)
#BF6E91
(191,110,145)
#C57E9D
(197,126,157)
#CB8EA9
(203,142,169)
#D19EB5
(209,158,181)
#D7AEC1
(215,174,193)
#DDBECD
(221,190,205)
#E3CED9
(227,206,217)
#E9DEE5
(233,222,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34E79 color. Also use rgb(179,78,121) instead hex code.

Text Font Color

.myTextColor { color: #B34E79; }

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

This text font color is #B34E79.


Background Color

.myBgColor { background-color: #B34E79; }

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

This div background color is #B34E79.


Border color

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

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

This div border color is #B34E79.


Opacity

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

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

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

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

This text has shadow with #B34E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34E79 on black background.


Color preview on white background

This text has color #B34E79 on white background.



Black color preview on #B34E79 background

This text has black color on #B34E79 background.


White color preview on #B34E79 background

This text has white color on #B34E79 background.