COLOR #B15996

HEX: #B15996
RGB: (177,89,150)

Color info

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

RGB color model

#B15996 color RGB value is (177,89,150).

  • red value is 177;
  • green value is 89;
  • blue value is 150.
RGB:
(177,89,150)
(69%,35%,59%)

RGB channels and saturation

R 177 of 255 = 69%
G 89 of 255 = 35%
B 150 of 255 = 59%

177
89
150

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

Portions of RGB colors in percentages

R + G + B =
177 + 89 + 150 = 416 (100%)
R 177 of 416 ~ 42.55%
G 89 of 416 ~ 21.39%
B 150 of 416 ~ 36.06%

%42.55
%21.39
%36.06

CMYK color model

#B15996 color CMYK value is (0,50,15,31).

  • cyan value is 0.00%
  • magenta value is 49.72%
  • yellow value is 15.25%
  • key color value is 30.59%
CMYK:
(0,50,15,31)
C0M50Y15K31 
(0%,50%,15%,31%)
(0.00/0.50/0.15/0.31)	

CMYK percentages

%0
%49.72
%15.25
%30.59

Codes

Color #B15996 in popluar color models

B15996
RGB17789150
HSL318°36.07%52.16%
HSB/HSV318°49.72%69.41%
CMYK0.00%49.72%15.25%
30.59%

Color #B15996 in popluar number systems.

HEXB15996
Decimal17789150
Binary10110001101100110010110
Octal261131226

Shades and tints

Shades of #B15996

#B15996
(177,89,150)
#A15189
(161,81,137)
#91497C
(145,73,124)
#81416F
(129,65,111)
#713962
(113,57,98)
#613155
(97,49,85)
#512948
(81,41,72)
#41213B
(65,33,59)
#31192E
(49,25,46)
#211121
(33,17,33)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #B15996

#B15996
(177,89,150)
#B8689F
(184,104,159)
#BF77A8
(191,119,168)
#C686B1
(198,134,177)
#CD95BA
(205,149,186)
#D4A4C3
(212,164,195)
#DBB3CC
(219,179,204)
#E2C2D5
(226,194,213)
#E9D1DE
(233,209,222)
#F0E0E7
(240,224,231)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15996 color. Also use rgb(177,89,150) instead hex code.

Text Font Color

.myTextColor { color: #B15996; }

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

This text font color is #B15996.


Background Color

.myBgColor { background-color: #B15996; }

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

This div background color is #B15996.


Border color

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

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

This div border color is #B15996.


Opacity

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

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

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

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

This text has shadow with #B15996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15996 on black background.


Color preview on white background

This text has color #B15996 on white background.



Black color preview on #B15996 background

This text has black color on #B15996 background.


White color preview on #B15996 background

This text has white color on #B15996 background.