COLOR #B18894

HEX: #B18894
RGB: (177,136,148)

Color info

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

RGB color model

#B18894 color RGB value is (177,136,148).

  • red value is 177;
  • green value is 136;
  • blue value is 148.
RGB:
(177,136,148)
(69%,53%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 148 of 255 = 58%

177
136
148

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

Portions of RGB colors in percentages

R + G + B =
177 + 136 + 148 = 461 (100%)
R 177 of 461 ~ 38.39%
G 136 of 461 ~ 29.5%
B 148 of 461 ~ 32.1%

%38.39
%29.5
%32.1

CMYK color model

#B18894 color CMYK value is (0,23,16,31).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 16.38%
  • key color value is 30.59%
CMYK:
(0,23,16,31)
C0M23Y16K31 
(0%,23%,16%,31%)
(0.00/0.23/0.16/0.31)	

CMYK percentages

%0
%23.16
%16.38
%30.59

Codes

Color #B18894 in popluar color models

B18894
RGB177136148
HSL342°20.81%61.37%
HSB/HSV342°23.16%69.41%
CMYK0.00%23.16%16.38%
30.59%

Color #B18894 in popluar number systems.

HEXB18894
Decimal177136148
Binary101100011000100010010100
Octal261210224

Shades and tints

Shades of #B18894

#B18894
(177,136,148)
#A17C87
(161,124,135)
#91707A
(145,112,122)
#81646D
(129,100,109)
#715860
(113,88,96)
#614C53
(97,76,83)
#514046
(81,64,70)
#413439
(65,52,57)
#31282C
(49,40,44)
#211C1F
(33,28,31)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #B18894

#B18894
(177,136,148)
#B8929D
(184,146,157)
#BF9CA6
(191,156,166)
#C6A6AF
(198,166,175)
#CDB0B8
(205,176,184)
#D4BAC1
(212,186,193)
#DBC4CA
(219,196,202)
#E2CED3
(226,206,211)
#E9D8DC
(233,216,220)
#F0E2E5
(240,226,229)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18894 color. Also use rgb(177,136,148) instead hex code.

Text Font Color

.myTextColor { color: #B18894; }

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

This text font color is #B18894.


Background Color

.myBgColor { background-color: #B18894; }

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

This div background color is #B18894.


Border color

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

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

This div border color is #B18894.


Opacity

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

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

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

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

This text has shadow with #B18894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18894 on black background.


Color preview on white background

This text has color #B18894 on white background.



Black color preview on #B18894 background

This text has black color on #B18894 background.


White color preview on #B18894 background

This text has white color on #B18894 background.