COLOR #B15F8F

HEX: #B15F8F
RGB: (177,95,143)

Color info

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

RGB color model

#B15F8F color RGB value is (177,95,143).

  • red value is 177;
  • green value is 95;
  • blue value is 143.
RGB:
(177,95,143)
(69%,37%,56%)

RGB channels and saturation

R 177 of 255 = 69%
G 95 of 255 = 37%
B 143 of 255 = 56%

177
95
143

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

Portions of RGB colors in percentages

R + G + B =
177 + 95 + 143 = 415 (100%)
R 177 of 415 ~ 42.65%
G 95 of 415 ~ 22.89%
B 143 of 415 ~ 34.46%

%42.65
%22.89
%34.46

CMYK color model

#B15F8F color CMYK value is (0,46,19,31).

  • cyan value is 0.00%
  • magenta value is 46.33%
  • yellow value is 19.21%
  • key color value is 30.59%
CMYK:
(0,46,19,31)
C0M46Y19K31 
(0%,46%,19%,31%)
(0.00/0.46/0.19/0.31)	

CMYK percentages

%0
%46.33
%19.21
%30.59

Codes

Color #B15F8F in popluar color models

B15F8F
RGB17795143
HSL325°34.45%53.33%
HSB/HSV325°46.33%69.41%
CMYK0.00%46.33%19.21%
30.59%

Color #B15F8F in popluar number systems.

HEXB15F8F
Decimal17795143
Binary10110001101111110001111
Octal261137217

Shades and tints

Shades of #B15F8F

#B15F8F
(177,95,143)
#A15782
(161,87,130)
#914F75
(145,79,117)
#814768
(129,71,104)
#713F5B
(113,63,91)
#61374E
(97,55,78)
#512F41
(81,47,65)
#412734
(65,39,52)
#311F27
(49,31,39)
#21171A
(33,23,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #B15F8F

#B15F8F
(177,95,143)
#B86D99
(184,109,153)
#BF7BA3
(191,123,163)
#C689AD
(198,137,173)
#CD97B7
(205,151,183)
#D4A5C1
(212,165,193)
#DBB3CB
(219,179,203)
#E2C1D5
(226,193,213)
#E9CFDF
(233,207,223)
#F0DDE9
(240,221,233)
#F7EBF3
(247,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15F8F color. Also use rgb(177,95,143) instead hex code.

Text Font Color

.myTextColor { color: #B15F8F; }

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

This text font color is #B15F8F.


Background Color

.myBgColor { background-color: #B15F8F; }

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

This div background color is #B15F8F.


Border color

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

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

This div border color is #B15F8F.


Opacity

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

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

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

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

This text has shadow with #B15F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15F8F on black background.


Color preview on white background

This text has color #B15F8F on white background.



Black color preview on #B15F8F background

This text has black color on #B15F8F background.


White color preview on #B15F8F background

This text has white color on #B15F8F background.