COLOR #B38196

HEX: #B38196
RGB: (179,129,150)

Color info

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

RGB color model

#B38196 color RGB value is (179,129,150).

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

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 150 of 255 = 59%

179
129
150

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

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 150 = 458 (100%)
R 179 of 458 ~ 39.08%
G 129 of 458 ~ 28.17%
B 150 of 458 ~ 32.75%

%39.08
%28.17
%32.75

CMYK color model

#B38196 color CMYK value is (0,28,16,30).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 16.20%
  • key color value is 29.80%
CMYK:
(0,28,16,30)
C0M28Y16K30 
(0%,28%,16%,30%)
(0.00/0.28/0.16/0.30)	

CMYK percentages

%0
%27.93
%16.2
%29.8

Codes

Color #B38196 in popluar color models

B38196
RGB179129150
HSL335°24.75%60.39%
HSB/HSV335°27.93%70.20%
CMYK0.00%27.93%16.20%
29.80%

Color #B38196 in popluar number systems.

HEXB38196
Decimal179129150
Binary101100111000000110010110
Octal263201226

Shades and tints

Shades of #B38196

#B38196
(179,129,150)
#A37689
(163,118,137)
#936B7C
(147,107,124)
#83606F
(131,96,111)
#735562
(115,85,98)
#634A55
(99,74,85)
#533F48
(83,63,72)
#43343B
(67,52,59)
#33292E
(51,41,46)
#231E21
(35,30,33)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #B38196

#B38196
(179,129,150)
#B98C9F
(185,140,159)
#BF97A8
(191,151,168)
#C5A2B1
(197,162,177)
#CBADBA
(203,173,186)
#D1B8C3
(209,184,195)
#D7C3CC
(215,195,204)
#DDCED5
(221,206,213)
#E3D9DE
(227,217,222)
#E9E4E7
(233,228,231)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38196; }

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

This text font color is #B38196.


Background Color

.myBgColor { background-color: #B38196; }

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

This div background color is #B38196.


Border color

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

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

This div border color is #B38196.


Opacity

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

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

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

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

This text has shadow with #B38196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38196 on black background.


Color preview on white background

This text has color #B38196 on white background.



Black color preview on #B38196 background

This text has black color on #B38196 background.


White color preview on #B38196 background

This text has white color on #B38196 background.