COLOR #B15C86

HEX: #B15C86 RGB: (177,92,134)

Color info

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

RGB color model

#B15C86 color RGB value is (177,92,134).

RGB: (177,92,134) (69%, 36%, 53%)

RGB channels and saturation

R 177 of 255 = 69%
G 92 of 255 = 36%
B 134 of 255 = 53%

177
92
134

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

Portions of RGB colors in percentages

R + G + B = 177 + 92 + 134 = 403 (100%)
R 177 of 403 ~ 43.92%
G 92 of 403 ~ 22.83%
B 134 of 403 ~ 33.25'%

%43.92
%22.83
%33.25

CMYK color model

#B15C86 color CMYK value is (0,48,24,31).

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 24.29%
  • key color value is 30.59%

CMYK: (0,48,24,31)
C0M48Y24K31 (0%, 48%, 24%, 31%)
(0.00 / 0.48 / 0.24 / 0.31)

CMYK percentages

%0
%48.02
%24.29
%30.59

Codes

Color #B15C86 in popluar color models

B1 5C 86
RGB 177 92 134
HSL 330° 35.27% 52.75%
HSB/HSV 330° 48.02% 69.41%
CMYK 0.00% 48.02% 24.29%
30.59%

Color #B15C86 in popluar number systems.

HEX B1 5C 86
Decimal 177 92 134
Binary 10110001 1011100 10000110
Octal 261 134 206

Shades and tints

Shades of #B15C86

#B15C86
(177,92,134)
#A1547A
(161,84,122)
#914C6E
(145,76,110)
#814462
(129,68,98)
#713C56
(113,60,86)
#61344A
(97,52,74)
#512C3E
(81,44,62)
#412432
(65,36,50)
#311C26
(49,28,38)
#21141A
(33,20,26)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #B15C86

#B15C86
(177,92,134)
#B86A91
(184,106,145)
#BF789C
(191,120,156)
#C686A7
(198,134,167)
#CD94B2
(205,148,178)
#D4A2BD
(212,162,189)
#DBB0C8
(219,176,200)
#E2BED3
(226,190,211)
#E9CCDE
(233,204,222)
#F0DAE9
(240,218,233)
#F7E8F4
(247,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15C86 color. Also use rgb(177,92,134) instead hex code.

Text Font Color

.myTextColor { color: #B15C86; }

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

This text font color is #B15C86.

Background Color

.myBgColor { background-color: #B15C86; }

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

This div background color is #B15C86.

Border color

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

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

This div border color is #B15C86.

Opacity

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

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

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

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

This text has shadow with #B15C86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B15C86.

Preview

Color preview on black background

This text has color #B15C86 on black background.


Color preview on white background

This text has color #B15C86 on white background.


Black color preview on #B15C86 background

This text has black color on #B15C86 background.


White color preview on #B15C86 background

This text has white color on #B15C86 background.


Related colors

Complementary color

Complementary color for #hex is #4EA379.


I love getcolorcode.com

Triadic colors

1 #86B15C and #5C86B1 with #B15C86 are triadic colors.

2 #865CB1 and #5CB186 with #B15C86 are triadic colors.