COLOR #B37390

HEX: #B37390
RGB: (179,115,144)

Color info

#B37390 contains mainly red and blue colors. Web safe color of #B37390 is #996699 (or #969).

RGB color model

#B37390 color RGB value is (179,115,144).

  • red value is 179;
  • green value is 115;
  • blue value is 144.
RGB:
(179,115,144)
(70%,45%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 144 of 255 = 56%

179
115
144

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

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 144 = 438 (100%)
R 179 of 438 ~ 40.87%
G 115 of 438 ~ 26.26%
B 144 of 438 ~ 32.88%

%40.87
%26.26
%32.88

CMYK color model

#B37390 color CMYK value is (0,36,20,30).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 19.55%
  • key color value is 29.80%
CMYK:
(0,36,20,30)
C0M36Y20K30 
(0%,36%,20%,30%)
(0.00/0.36/0.20/0.30)	

CMYK percentages

%0
%35.75
%19.55
%29.8

Codes

Color #B37390 in popluar color models

B37390
RGB179115144
HSL333°29.63%57.65%
HSB/HSV333°35.75%70.20%
CMYK0.00%35.75%19.55%
29.80%

Color #B37390 in popluar number systems.

HEXB37390
Decimal179115144
Binary10110011111001110010000
Octal263163220

Shades and tints

Shades of #B37390

#B37390
(179,115,144)
#A36983
(163,105,131)
#935F76
(147,95,118)
#835569
(131,85,105)
#734B5C
(115,75,92)
#63414F
(99,65,79)
#533742
(83,55,66)
#432D35
(67,45,53)
#332328
(51,35,40)
#23191B
(35,25,27)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #B37390

#B37390
(179,115,144)
#B97F9A
(185,127,154)
#BF8BA4
(191,139,164)
#C597AE
(197,151,174)
#CBA3B8
(203,163,184)
#D1AFC2
(209,175,194)
#D7BBCC
(215,187,204)
#DDC7D6
(221,199,214)
#E3D3E0
(227,211,224)
#E9DFEA
(233,223,234)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37390 color. Also use rgb(179,115,144) instead hex code.

Text Font Color

.myTextColor { color: #B37390; }

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

This text font color is #B37390.


Background Color

.myBgColor { background-color: #B37390; }

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

This div background color is #B37390.


Border color

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

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

This div border color is #B37390.


Opacity

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

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

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

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

This text has shadow with #B37390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37390 on black background.


Color preview on white background

This text has color #B37390 on white background.



Black color preview on #B37390 background

This text has black color on #B37390 background.


White color preview on #B37390 background

This text has white color on #B37390 background.