COLOR #B15E91

HEX: #B15E91
RGB: (177,94,145)

Color info

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

RGB color model

#B15E91 color RGB value is (177,94,145).

  • red value is 177;
  • green value is 94;
  • blue value is 145.
RGB:
(177,94,145)
(69%,37%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 94 of 255 = 37%
B 145 of 255 = 57%

177
94
145

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

Portions of RGB colors in percentages

R + G + B =
177 + 94 + 145 = 416 (100%)
R 177 of 416 ~ 42.55%
G 94 of 416 ~ 22.6%
B 145 of 416 ~ 34.86%

%42.55
%22.6
%34.86

CMYK color model

#B15E91 color CMYK value is (0,47,18,31).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(0,47,18,31)
C0M47Y18K31 
(0%,47%,18%,31%)
(0.00/0.47/0.18/0.31)	

CMYK percentages

%0
%46.89
%18.08
%30.59

Codes

Color #B15E91 in popluar color models

B15E91
RGB17794145
HSL323°34.73%53.14%
HSB/HSV323°46.89%69.41%
CMYK0.00%46.89%18.08%
30.59%

Color #B15E91 in popluar number systems.

HEXB15E91
Decimal17794145
Binary10110001101111010010001
Octal261136221

Shades and tints

Shades of #B15E91

#B15E91
(177,94,145)
#A15684
(161,86,132)
#914E77
(145,78,119)
#81466A
(129,70,106)
#713E5D
(113,62,93)
#613650
(97,54,80)
#512E43
(81,46,67)
#412636
(65,38,54)
#311E29
(49,30,41)
#21161C
(33,22,28)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #B15E91

#B15E91
(177,94,145)
#B86C9B
(184,108,155)
#BF7AA5
(191,122,165)
#C688AF
(198,136,175)
#CD96B9
(205,150,185)
#D4A4C3
(212,164,195)
#DBB2CD
(219,178,205)
#E2C0D7
(226,192,215)
#E9CEE1
(233,206,225)
#F0DCEB
(240,220,235)
#F7EAF5
(247,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15E91 color. Also use rgb(177,94,145) instead hex code.

Text Font Color

.myTextColor { color: #B15E91; }

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

This text font color is #B15E91.


Background Color

.myBgColor { background-color: #B15E91; }

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

This div background color is #B15E91.


Border color

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

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

This div border color is #B15E91.


Opacity

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

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

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

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

This text has shadow with #B15E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15E91 on black background.


Color preview on white background

This text has color #B15E91 on white background.



Black color preview on #B15E91 background

This text has black color on #B15E91 background.


White color preview on #B15E91 background

This text has white color on #B15E91 background.