COLOR #B15B89

HEX: #B15B89
RGB: (177,91,137)

Color info

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

RGB color model

#B15B89 color RGB value is (177,91,137).

  • red value is 177;
  • green value is 91;
  • blue value is 137.
RGB:
(177,91,137)
(69%,36%,54%)

RGB channels and saturation

R 177 of 255 = 69%
G 91 of 255 = 36%
B 137 of 255 = 54%

177
91
137

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

Portions of RGB colors in percentages

R + G + B =
177 + 91 + 137 = 405 (100%)
R 177 of 405 ~ 43.7%
G 91 of 405 ~ 22.47%
B 137 of 405 ~ 33.83%

%43.7
%22.47
%33.83

CMYK color model

#B15B89 color CMYK value is (0,49,23,31).

  • cyan value is 0.00%
  • magenta value is 48.59%
  • yellow value is 22.60%
  • key color value is 30.59%
CMYK:
(0,49,23,31)
C0M49Y23K31 
(0%,49%,23%,31%)
(0.00/0.49/0.23/0.31)	

CMYK percentages

%0
%48.59
%22.6
%30.59

Codes

Color #B15B89 in popluar color models

B15B89
RGB17791137
HSL328°35.54%52.55%
HSB/HSV328°48.59%69.41%
CMYK0.00%48.59%22.60%
30.59%

Color #B15B89 in popluar number systems.

HEXB15B89
Decimal17791137
Binary10110001101101110001001
Octal261133211

Shades and tints

Shades of #B15B89

#B15B89
(177,91,137)
#A1537D
(161,83,125)
#914B71
(145,75,113)
#814365
(129,67,101)
#713B59
(113,59,89)
#61334D
(97,51,77)
#512B41
(81,43,65)
#412335
(65,35,53)
#311B29
(49,27,41)
#21131D
(33,19,29)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #B15B89

#B15B89
(177,91,137)
#B86993
(184,105,147)
#BF779D
(191,119,157)
#C685A7
(198,133,167)
#CD93B1
(205,147,177)
#D4A1BB
(212,161,187)
#DBAFC5
(219,175,197)
#E2BDCF
(226,189,207)
#E9CBD9
(233,203,217)
#F0D9E3
(240,217,227)
#F7E7ED
(247,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15B89 color. Also use rgb(177,91,137) instead hex code.

Text Font Color

.myTextColor { color: #B15B89; }

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

This text font color is #B15B89.


Background Color

.myBgColor { background-color: #B15B89; }

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

This div background color is #B15B89.


Border color

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

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

This div border color is #B15B89.


Opacity

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

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

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

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

This text has shadow with #B15B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15B89 on black background.


Color preview on white background

This text has color #B15B89 on white background.



Black color preview on #B15B89 background

This text has black color on #B15B89 background.


White color preview on #B15B89 background

This text has white color on #B15B89 background.