COLOR #B34B7A

HEX: #B34B7A
RGB: (179,75,122)

Color info

#B34B7A contains mainly red and blue colors. Web safe color of #B34B7A is #993366 (or #936).

RGB color model

#B34B7A color RGB value is (179,75,122).

  • red value is 179;
  • green value is 75;
  • blue value is 122.
RGB:
(179,75,122)
(70%,29%,48%)

RGB channels and saturation

R 179 of 255 = 70%
G 75 of 255 = 29%
B 122 of 255 = 48%

179
75
122

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

Portions of RGB colors in percentages

R + G + B =
179 + 75 + 122 = 376 (100%)
R 179 of 376 ~ 47.61%
G 75 of 376 ~ 19.95%
B 122 of 376 ~ 32.45%

%47.61
%19.95
%32.45

CMYK color model

#B34B7A color CMYK value is (0,58,32,30).

  • cyan value is 0.00%
  • magenta value is 58.10%
  • yellow value is 31.84%
  • key color value is 29.80%
CMYK:
(0,58,32,30)
C0M58Y32K30 
(0%,58%,32%,30%)
(0.00/0.58/0.32/0.30)	

CMYK percentages

%0
%58.1
%31.84
%29.8

Codes

Color #B34B7A in popluar color models

B34B7A
RGB17975122
HSL333°40.94%49.80%
HSB/HSV333°58.10%70.20%
CMYK0.00%58.10%31.84%
29.80%

Color #B34B7A in popluar number systems.

HEXB34B7A
Decimal17975122
Binary1011001110010111111010
Octal263113172

Shades and tints

Shades of #B34B7A

#B34B7A
(179,75,122)
#A3456F
(163,69,111)
#933F64
(147,63,100)
#833959
(131,57,89)
#73334E
(115,51,78)
#632D43
(99,45,67)
#532738
(83,39,56)
#43212D
(67,33,45)
#331B22
(51,27,34)
#231517
(35,21,23)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #B34B7A

#B34B7A
(179,75,122)
#B95B86
(185,91,134)
#BF6B92
(191,107,146)
#C57B9E
(197,123,158)
#CB8BAA
(203,139,170)
#D19BB6
(209,155,182)
#D7ABC2
(215,171,194)
#DDBBCE
(221,187,206)
#E3CBDA
(227,203,218)
#E9DBE6
(233,219,230)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34B7A color. Also use rgb(179,75,122) instead hex code.

Text Font Color

.myTextColor { color: #B34B7A; }

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

This text font color is #B34B7A.


Background Color

.myBgColor { background-color: #B34B7A; }

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

This div background color is #B34B7A.


Border color

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

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

This div border color is #B34B7A.


Opacity

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

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

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

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

This text has shadow with #B34B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34B7A on black background.


Color preview on white background

This text has color #B34B7A on white background.



Black color preview on #B34B7A background

This text has black color on #B34B7A background.


White color preview on #B34B7A background

This text has white color on #B34B7A background.