COLOR #B18898

HEX: #B18898
RGB: (177,136,152)

Color info

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

RGB color model

#B18898 color RGB value is (177,136,152).

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

RGB channels and saturation

R 177 of 255 = 69%
G 136 of 255 = 53%
B 152 of 255 = 60%

177
136
152

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

Portions of RGB colors in percentages

R + G + B =
177 + 136 + 152 = 465 (100%)
R 177 of 465 ~ 38.06%
G 136 of 465 ~ 29.25%
B 152 of 465 ~ 32.69%

%38.06
%29.25
%32.69

CMYK color model

#B18898 color CMYK value is (0,23,14,31).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(0,23,14,31)
C0M23Y14K31 
(0%,23%,14%,31%)
(0.00/0.23/0.14/0.31)	

CMYK percentages

%0
%23.16
%14.12
%30.59

Codes

Color #B18898 in popluar color models

B18898
RGB177136152
HSL337°20.81%61.37%
HSB/HSV337°23.16%69.41%
CMYK0.00%23.16%14.12%
30.59%

Color #B18898 in popluar number systems.

HEXB18898
Decimal177136152
Binary101100011000100010011000
Octal261210230

Shades and tints

Shades of #B18898

#B18898
(177,136,152)
#A17C8B
(161,124,139)
#91707E
(145,112,126)
#816471
(129,100,113)
#715864
(113,88,100)
#614C57
(97,76,87)
#51404A
(81,64,74)
#41343D
(65,52,61)
#312830
(49,40,48)
#211C23
(33,28,35)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #B18898

#B18898
(177,136,152)
#B892A1
(184,146,161)
#BF9CAA
(191,156,170)
#C6A6B3
(198,166,179)
#CDB0BC
(205,176,188)
#D4BAC5
(212,186,197)
#DBC4CE
(219,196,206)
#E2CED7
(226,206,215)
#E9D8E0
(233,216,224)
#F0E2E9
(240,226,233)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18898; }

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

This text font color is #B18898.


Background Color

.myBgColor { background-color: #B18898; }

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

This div background color is #B18898.


Border color

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

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

This div border color is #B18898.


Opacity

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

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

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

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

This text has shadow with #B18898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18898 on black background.


Color preview on white background

This text has color #B18898 on white background.



Black color preview on #B18898 background

This text has black color on #B18898 background.


White color preview on #B18898 background

This text has white color on #B18898 background.