COLOR #B14E73

HEX: #B14E73
RGB: (177,78,115)

Color info

#B14E73 contains mainly red color. Web safe color of #B14E73 is #996666 (or #966).

RGB color model

#B14E73 color RGB value is (177,78,115).

  • red value is 177;
  • green value is 78;
  • blue value is 115.
RGB:
(177,78,115)
(69%,31%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 78 of 255 = 31%
B 115 of 255 = 45%

177
78
115

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

Portions of RGB colors in percentages

R + G + B =
177 + 78 + 115 = 370 (100%)
R 177 of 370 ~ 47.84%
G 78 of 370 ~ 21.08%
B 115 of 370 ~ 31.08%

%47.84
%21.08
%31.08

CMYK color model

#B14E73 color CMYK value is (0,56,35,31).

  • cyan value is 0.00%
  • magenta value is 55.93%
  • yellow value is 35.03%
  • key color value is 30.59%
CMYK:
(0,56,35,31)
C0M56Y35K31 
(0%,56%,35%,31%)
(0.00/0.56/0.35/0.31)	

CMYK percentages

%0
%55.93
%35.03
%30.59

Codes

Color #B14E73 in popluar color models

B14E73
RGB17778115
HSL338°38.82%50.00%
HSB/HSV338°55.93%69.41%
CMYK0.00%55.93%35.03%
30.59%

Color #B14E73 in popluar number systems.

HEXB14E73
Decimal17778115
Binary1011000110011101110011
Octal261116163

Shades and tints

Shades of #B14E73

#B14E73
(177,78,115)
#A14769
(161,71,105)
#91405F
(145,64,95)
#813955
(129,57,85)
#71324B
(113,50,75)
#612B41
(97,43,65)
#512437
(81,36,55)
#411D2D
(65,29,45)
#311623
(49,22,35)
#210F19
(33,15,25)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #B14E73

#B14E73
(177,78,115)
#B85E7F
(184,94,127)
#BF6E8B
(191,110,139)
#C67E97
(198,126,151)
#CD8EA3
(205,142,163)
#D49EAF
(212,158,175)
#DBAEBB
(219,174,187)
#E2BEC7
(226,190,199)
#E9CED3
(233,206,211)
#F0DEDF
(240,222,223)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14E73 color. Also use rgb(177,78,115) instead hex code.

Text Font Color

.myTextColor { color: #B14E73; }

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

This text font color is #B14E73.


Background Color

.myBgColor { background-color: #B14E73; }

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

This div background color is #B14E73.


Border color

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

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

This div border color is #B14E73.


Opacity

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

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

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

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

This text has shadow with #B14E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14E73 on black background.


Color preview on white background

This text has color #B14E73 on white background.



Black color preview on #B14E73 background

This text has black color on #B14E73 background.


White color preview on #B14E73 background

This text has white color on #B14E73 background.