COLOR #B38895

HEX: #B38895
RGB: (179,136,149)

Color info

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

RGB color model

#B38895 color RGB value is (179,136,149).

  • red value is 179;
  • green value is 136;
  • blue value is 149.
RGB:
(179,136,149)
(70%,53%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 149 of 255 = 58%

179
136
149

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

Portions of RGB colors in percentages

R + G + B =
179 + 136 + 149 = 464 (100%)
R 179 of 464 ~ 38.58%
G 136 of 464 ~ 29.31%
B 149 of 464 ~ 32.11%

%38.58
%29.31
%32.11

CMYK color model

#B38895 color CMYK value is (0,24,17,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(0,24,17,30)
C0M24Y17K30 
(0%,24%,17%,30%)
(0.00/0.24/0.17/0.30)	

CMYK percentages

%0
%24.02
%16.76
%29.8

Codes

Color #B38895 in popluar color models

B38895
RGB179136149
HSL342°22.05%61.76%
HSB/HSV342°24.02%70.20%
CMYK0.00%24.02%16.76%
29.80%

Color #B38895 in popluar number systems.

HEXB38895
Decimal179136149
Binary101100111000100010010101
Octal263210225

Shades and tints

Shades of #B38895

#B38895
(179,136,149)
#A37C88
(163,124,136)
#93707B
(147,112,123)
#83646E
(131,100,110)
#735861
(115,88,97)
#634C54
(99,76,84)
#534047
(83,64,71)
#43343A
(67,52,58)
#33282D
(51,40,45)
#231C20
(35,28,32)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #B38895

#B38895
(179,136,149)
#B9929E
(185,146,158)
#BF9CA7
(191,156,167)
#C5A6B0
(197,166,176)
#CBB0B9
(203,176,185)
#D1BAC2
(209,186,194)
#D7C4CB
(215,196,203)
#DDCED4
(221,206,212)
#E3D8DD
(227,216,221)
#E9E2E6
(233,226,230)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38895 color. Also use rgb(179,136,149) instead hex code.

Text Font Color

.myTextColor { color: #B38895; }

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

This text font color is #B38895.


Background Color

.myBgColor { background-color: #B38895; }

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

This div background color is #B38895.


Border color

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

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

This div border color is #B38895.


Opacity

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

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

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

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

This text has shadow with #B38895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38895 on black background.


Color preview on white background

This text has color #B38895 on white background.



Black color preview on #B38895 background

This text has black color on #B38895 background.


White color preview on #B38895 background

This text has white color on #B38895 background.