COLOR #B18E90

HEX: #B18E90
RGB: (177,142,144)

Color info

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

RGB color model

#B18E90 color RGB value is (177,142,144).

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

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 144 of 255 = 56%

177
142
144

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

Portions of RGB colors in percentages

R + G + B =
177 + 142 + 144 = 463 (100%)
R 177 of 463 ~ 38.23%
G 142 of 463 ~ 30.67%
B 144 of 463 ~ 31.1%

%38.23
%30.67
%31.1

CMYK color model

#B18E90 color CMYK value is (0,20,19,31).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(0,20,19,31)
C0M20Y19K31 
(0%,20%,19%,31%)
(0.00/0.20/0.19/0.31)	

CMYK percentages

%0
%19.77
%18.64
%30.59

Codes

Color #B18E90 in popluar color models

B18E90
RGB177142144
HSL357°18.32%62.55%
HSB/HSV357°19.77%69.41%
CMYK0.00%19.77%18.64%
30.59%

Color #B18E90 in popluar number systems.

HEXB18E90
Decimal177142144
Binary101100011000111010010000
Octal261216220

Shades and tints

Shades of #B18E90

#B18E90
(177,142,144)
#A18283
(161,130,131)
#917676
(145,118,118)
#816A69
(129,106,105)
#715E5C
(113,94,92)
#61524F
(97,82,79)
#514642
(81,70,66)
#413A35
(65,58,53)
#312E28
(49,46,40)
#21221B
(33,34,27)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #B18E90

#B18E90
(177,142,144)
#B8989A
(184,152,154)
#BFA2A4
(191,162,164)
#C6ACAE
(198,172,174)
#CDB6B8
(205,182,184)
#D4C0C2
(212,192,194)
#DBCACC
(219,202,204)
#E2D4D6
(226,212,214)
#E9DEE0
(233,222,224)
#F0E8EA
(240,232,234)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18E90; }

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

This text font color is #B18E90.


Background Color

.myBgColor { background-color: #B18E90; }

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

This div background color is #B18E90.


Border color

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

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

This div border color is #B18E90.


Opacity

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

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

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

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

This text has shadow with #B18E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18E90 on black background.


Color preview on white background

This text has color #B18E90 on white background.



Black color preview on #B18E90 background

This text has black color on #B18E90 background.


White color preview on #B18E90 background

This text has white color on #B18E90 background.