COLOR #B18196

HEX: #B18196
RGB: (177,129,150)

Color info

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

RGB color model

#B18196 color RGB value is (177,129,150).

  • red value is 177;
  • green value is 129;
  • blue value is 150.
RGB:
(177,129,150)
(69%,51%,59%)

RGB channels and saturation

R 177 of 255 = 69%
G 129 of 255 = 51%
B 150 of 255 = 59%

177
129
150

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

Portions of RGB colors in percentages

R + G + B =
177 + 129 + 150 = 456 (100%)
R 177 of 456 ~ 38.82%
G 129 of 456 ~ 28.29%
B 150 of 456 ~ 32.89%

%38.82
%28.29
%32.89

CMYK color model

#B18196 color CMYK value is (0,27,15,31).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 15.25%
  • key color value is 30.59%
CMYK:
(0,27,15,31)
C0M27Y15K31 
(0%,27%,15%,31%)
(0.00/0.27/0.15/0.31)	

CMYK percentages

%0
%27.12
%15.25
%30.59

Codes

Color #B18196 in popluar color models

B18196
RGB177129150
HSL334°23.53%60.00%
HSB/HSV334°27.12%69.41%
CMYK0.00%27.12%15.25%
30.59%

Color #B18196 in popluar number systems.

HEXB18196
Decimal177129150
Binary101100011000000110010110
Octal261201226

Shades and tints

Shades of #B18196

#B18196
(177,129,150)
#A17689
(161,118,137)
#916B7C
(145,107,124)
#81606F
(129,96,111)
#715562
(113,85,98)
#614A55
(97,74,85)
#513F48
(81,63,72)
#41343B
(65,52,59)
#31292E
(49,41,46)
#211E21
(33,30,33)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B18196

#B18196
(177,129,150)
#B88C9F
(184,140,159)
#BF97A8
(191,151,168)
#C6A2B1
(198,162,177)
#CDADBA
(205,173,186)
#D4B8C3
(212,184,195)
#DBC3CC
(219,195,204)
#E2CED5
(226,206,213)
#E9D9DE
(233,217,222)
#F0E4E7
(240,228,231)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18196 color. Also use rgb(177,129,150) instead hex code.

Text Font Color

.myTextColor { color: #B18196; }

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

This text font color is #B18196.


Background Color

.myBgColor { background-color: #B18196; }

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

This div background color is #B18196.


Border color

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

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

This div border color is #B18196.


Opacity

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

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

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

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

This text has shadow with #B18196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18196 on black background.


Color preview on white background

This text has color #B18196 on white background.



Black color preview on #B18196 background

This text has black color on #B18196 background.


White color preview on #B18196 background

This text has white color on #B18196 background.