COLOR #B18E91

HEX: #B18E91
RGB: (177,142,145)

Color info

#B18E91 contains red, green and blue colors in about the same proportion. Web safe color of #B18E91 is #999999 (or #999).

RGB color model

#B18E91 color RGB value is (177,142,145).

  • red value is 177;
  • green value is 142;
  • blue value is 145.
RGB:
(177,142,145)
(69%,56%,57%)

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 145 of 255 = 57%

177
142
145

R + G + B ~ 61%. #B18E91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 142 + 145 = 464 (100%)
R 177 of 464 ~ 38.15%
G 142 of 464 ~ 30.6%
B 145 of 464 ~ 31.25%

%38.15
%30.6
%31.25

CMYK color model

#B18E91 color CMYK value is (0,20,18,31).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(0,20,18,31)
C0M20Y18K31 
(0%,20%,18%,31%)
(0.00/0.20/0.18/0.31)	

CMYK percentages

%0
%19.77
%18.08
%30.59

Codes

Color #B18E91 in popluar color models

B18E91
RGB177142145
HSL355°18.32%62.55%
HSB/HSV355°19.77%69.41%
CMYK0.00%19.77%18.08%
30.59%

Color #B18E91 in popluar number systems.

HEXB18E91
Decimal177142145
Binary101100011000111010010001
Octal261216221

Shades and tints

Shades of #B18E91

#B18E91
(177,142,145)
#A18284
(161,130,132)
#917677
(145,118,119)
#816A6A
(129,106,106)
#715E5D
(113,94,93)
#615250
(97,82,80)
#514643
(81,70,67)
#413A36
(65,58,54)
#312E29
(49,46,41)
#21221C
(33,34,28)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #B18E91

#B18E91
(177,142,145)
#B8989B
(184,152,155)
#BFA2A5
(191,162,165)
#C6ACAF
(198,172,175)
#CDB6B9
(205,182,185)
#D4C0C3
(212,192,195)
#DBCACD
(219,202,205)
#E2D4D7
(226,212,215)
#E9DEE1
(233,222,225)
#F0E8EB
(240,232,235)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18E91 color. Also use rgb(177,142,145) instead hex code.

Text Font Color

.myTextColor { color: #B18E91; }

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

This text font color is #B18E91.


Background Color

.myBgColor { background-color: #B18E91; }

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

This div background color is #B18E91.


Border color

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

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

This div border color is #B18E91.


Opacity

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

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

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

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

This text has shadow with #B18E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18E91 on black background.


Color preview on white background

This text has color #B18E91 on white background.



Black color preview on #B18E91 background

This text has black color on #B18E91 background.


White color preview on #B18E91 background

This text has white color on #B18E91 background.