COLOR #B15184

HEX: #B15184
RGB: (177,81,132)

Color info

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

RGB color model

#B15184 color RGB value is (177,81,132).

  • red value is 177;
  • green value is 81;
  • blue value is 132.
RGB:
(177,81,132)
(69%,32%,52%)

RGB channels and saturation

R 177 of 255 = 69%
G 81 of 255 = 32%
B 132 of 255 = 52%

177
81
132

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

Portions of RGB colors in percentages

R + G + B =
177 + 81 + 132 = 390 (100%)
R 177 of 390 ~ 45.38%
G 81 of 390 ~ 20.77%
B 132 of 390 ~ 33.85%

%45.38
%20.77
%33.85

CMYK color model

#B15184 color CMYK value is (0,54,25,31).

  • cyan value is 0.00%
  • magenta value is 54.24%
  • yellow value is 25.42%
  • key color value is 30.59%
CMYK:
(0,54,25,31)
C0M54Y25K31 
(0%,54%,25%,31%)
(0.00/0.54/0.25/0.31)	

CMYK percentages

%0
%54.24
%25.42
%30.59

Codes

Color #B15184 in popluar color models

B15184
RGB17781132
HSL328°38.10%50.59%
HSB/HSV328°54.24%69.41%
CMYK0.00%54.24%25.42%
30.59%

Color #B15184 in popluar number systems.

HEXB15184
Decimal17781132
Binary10110001101000110000100
Octal261121204

Shades and tints

Shades of #B15184

#B15184
(177,81,132)
#A14A78
(161,74,120)
#91436C
(145,67,108)
#813C60
(129,60,96)
#713554
(113,53,84)
#612E48
(97,46,72)
#51273C
(81,39,60)
#412030
(65,32,48)
#311924
(49,25,36)
#211218
(33,18,24)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #B15184

#B15184
(177,81,132)
#B8608F
(184,96,143)
#BF6F9A
(191,111,154)
#C67EA5
(198,126,165)
#CD8DB0
(205,141,176)
#D49CBB
(212,156,187)
#DBABC6
(219,171,198)
#E2BAD1
(226,186,209)
#E9C9DC
(233,201,220)
#F0D8E7
(240,216,231)
#F7E7F2
(247,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15184 color. Also use rgb(177,81,132) instead hex code.

Text Font Color

.myTextColor { color: #B15184; }

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

This text font color is #B15184.


Background Color

.myBgColor { background-color: #B15184; }

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

This div background color is #B15184.


Border color

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

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

This div border color is #B15184.


Opacity

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

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

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

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

This text has shadow with #B15184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15184 on black background.


Color preview on white background

This text has color #B15184 on white background.



Black color preview on #B15184 background

This text has black color on #B15184 background.


White color preview on #B15184 background

This text has white color on #B15184 background.