COLOR #B15E77

HEX: #B15E77
RGB: (177,94,119)

Color info

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

RGB color model

#B15E77 color RGB value is (177,94,119).

  • red value is 177;
  • green value is 94;
  • blue value is 119.
RGB:
(177,94,119)
(69%,37%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 94 of 255 = 37%
B 119 of 255 = 47%

177
94
119

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

Portions of RGB colors in percentages

R + G + B =
177 + 94 + 119 = 390 (100%)
R 177 of 390 ~ 45.38%
G 94 of 390 ~ 24.1%
B 119 of 390 ~ 30.51%

%45.38
%24.1
%30.51

CMYK color model

#B15E77 color CMYK value is (0,47,33,31).

  • cyan value is 0.00%
  • magenta value is 46.89%
  • yellow value is 32.77%
  • key color value is 30.59%
CMYK:
(0,47,33,31)
C0M47Y33K31 
(0%,47%,33%,31%)
(0.00/0.47/0.33/0.31)	

CMYK percentages

%0
%46.89
%32.77
%30.59

Codes

Color #B15E77 in popluar color models

B15E77
RGB17794119
HSL342°34.73%53.14%
HSB/HSV342°46.89%69.41%
CMYK0.00%46.89%32.77%
30.59%

Color #B15E77 in popluar number systems.

HEXB15E77
Decimal17794119
Binary1011000110111101110111
Octal261136167

Shades and tints

Shades of #B15E77

#B15E77
(177,94,119)
#A1566D
(161,86,109)
#914E63
(145,78,99)
#814659
(129,70,89)
#713E4F
(113,62,79)
#613645
(97,54,69)
#512E3B
(81,46,59)
#412631
(65,38,49)
#311E27
(49,30,39)
#21161D
(33,22,29)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #B15E77

#B15E77
(177,94,119)
#B86C83
(184,108,131)
#BF7A8F
(191,122,143)
#C6889B
(198,136,155)
#CD96A7
(205,150,167)
#D4A4B3
(212,164,179)
#DBB2BF
(219,178,191)
#E2C0CB
(226,192,203)
#E9CED7
(233,206,215)
#F0DCE3
(240,220,227)
#F7EAEF
(247,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15E77 color. Also use rgb(177,94,119) instead hex code.

Text Font Color

.myTextColor { color: #B15E77; }

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

This text font color is #B15E77.


Background Color

.myBgColor { background-color: #B15E77; }

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

This div background color is #B15E77.


Border color

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

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

This div border color is #B15E77.


Opacity

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

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

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

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

This text has shadow with #B15E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15E77 on black background.


Color preview on white background

This text has color #B15E77 on white background.



Black color preview on #B15E77 background

This text has black color on #B15E77 background.


White color preview on #B15E77 background

This text has white color on #B15E77 background.