COLOR #B15C7B

HEX: #B15C7B
RGB: (177,92,123)

Color info

#B15C7B contains mainly red and blue colors. Web safe color of #B15C7B is #996666 (or #966).

RGB color model

#B15C7B color RGB value is (177,92,123).

  • red value is 177;
  • green value is 92;
  • blue value is 123.
RGB:
(177,92,123)
(69%,36%,48%)

RGB channels and saturation

R 177 of 255 = 69%
G 92 of 255 = 36%
B 123 of 255 = 48%

177
92
123

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

Portions of RGB colors in percentages

R + G + B =
177 + 92 + 123 = 392 (100%)
R 177 of 392 ~ 45.15%
G 92 of 392 ~ 23.47%
B 123 of 392 ~ 31.38%

%45.15
%23.47
%31.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 30.51%
  • key color value is 30.59%
CMYK:
(0,48,31,31)
C0M48Y31K31 
(0%,48%,31%,31%)
(0.00/0.48/0.31/0.31)	

CMYK percentages

%0
%48.02
%30.51
%30.59

Codes

Color #B15C7B in popluar color models

B15C7B
RGB17792123
HSL338°35.27%52.75%
HSB/HSV338°48.02%69.41%
CMYK0.00%48.02%30.51%
30.59%

Color #B15C7B in popluar number systems.

HEXB15C7B
Decimal17792123
Binary1011000110111001111011
Octal261134173

Shades and tints

Shades of #B15C7B

#B15C7B
(177,92,123)
#A15470
(161,84,112)
#914C65
(145,76,101)
#81445A
(129,68,90)
#713C4F
(113,60,79)
#613444
(97,52,68)
#512C39
(81,44,57)
#41242E
(65,36,46)
#311C23
(49,28,35)
#211418
(33,20,24)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #B15C7B

#B15C7B
(177,92,123)
#B86A87
(184,106,135)
#BF7893
(191,120,147)
#C6869F
(198,134,159)
#CD94AB
(205,148,171)
#D4A2B7
(212,162,183)
#DBB0C3
(219,176,195)
#E2BECF
(226,190,207)
#E9CCDB
(233,204,219)
#F0DAE7
(240,218,231)
#F7E8F3
(247,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15C7B; }

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

This text font color is #B15C7B.


Background Color

.myBgColor { background-color: #B15C7B; }

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

This div background color is #B15C7B.


Border color

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

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

This div border color is #B15C7B.


Opacity

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

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

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

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

This text has shadow with #B15C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15C7B on black background.


Color preview on white background

This text has color #B15C7B on white background.



Black color preview on #B15C7B background

This text has black color on #B15C7B background.


White color preview on #B15C7B background

This text has white color on #B15C7B background.