COLOR #B18E9A

HEX: #B18E9A RGB: (177,142,154)

Color info

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

RGB color model

#B18E9A color RGB value is (177,142,154).

RGB: (177,142,154) (69%, 56%, 60%)

RGB channels and saturation

R 177 of 255 = 69%
G 142 of 255 = 56%
B 154 of 255 = 60%

177
142
154

R + G + B ~ 62%. #B18E9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 142 + 154 = 473 (100%)
R 177 of 473 ~ 37.42%
G 142 of 473 ~ 30.02%
B 154 of 473 ~ 32.56'%

%37.42
%30.02
%32.56

CMYK color model

#B18E9A color CMYK value is (0,20,13,31).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 12.99%
  • key color value is 30.59%

CMYK: (0,20,13,31)
C0M20Y13K31 (0%, 20%, 13%, 31%)
(0.00 / 0.20 / 0.13 / 0.31)

CMYK percentages

%0
%19.77
%12.99
%30.59

Codes

Color #B18E9A in popluar color models

B1 8E 9A
RGB 177 142 154
HSL 339° 18.32% 62.55%
HSB/HSV 339° 19.77% 69.41%
CMYK 0.00% 19.77% 12.99%
30.59%

Color #B18E9A in popluar number systems.

HEX B1 8E 9A
Decimal 177 142 154
Binary 10110001 10001110 10011010
Octal 261 216 232

Shades and tints

Shades of #B18E9A

#B18E9A
(177,142,154)
#A1828C
(161,130,140)
#91767E
(145,118,126)
#816A70
(129,106,112)
#715E62
(113,94,98)
#615254
(97,82,84)
#514646
(81,70,70)
#413A38
(65,58,56)
#312E2A
(49,46,42)
#21221C
(33,34,28)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #B18E9A

#B18E9A
(177,142,154)
#B898A3
(184,152,163)
#BFA2AC
(191,162,172)
#C6ACB5
(198,172,181)
#CDB6BE
(205,182,190)
#D4C0C7
(212,192,199)
#DBCAD0
(219,202,208)
#E2D4D9
(226,212,217)
#E9DEE2
(233,222,226)
#F0E8EB
(240,232,235)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18E9A; }

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

This text font color is #B18E9A.

Background Color

.myBgColor { background-color: #B18E9A; }

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

This div background color is #B18E9A.

Border color

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

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

This div border color is #B18E9A.

Opacity

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

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

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

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

This text has shadow with #B18E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18E9A.

Preview

Color preview on black background

This text has color #B18E9A on black background.


Color preview on white background

This text has color #B18E9A on white background.


Black color preview on #B18E9A background

This text has black color on #B18E9A background.


White color preview on #B18E9A background

This text has white color on #B18E9A background.


Related colors

Complementary color

Complementary color for #hex is #4E7165.


I love getcolorcode.com

Triadic colors

1 #9AB18E and #8E9AB1 with #B18E9A are triadic colors.

2 #9A8EB1 and #8EB19A with #B18E9A are triadic colors.