COLOR #B38B9F

HEX: #B38B9F
RGB: (179,139,159)

Color info

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

RGB color model

#B38B9F color RGB value is (179,139,159).

  • red value is 179;
  • green value is 139;
  • blue value is 159.
RGB:
(179,139,159)
(70%,55%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 139 of 255 = 55%
B 159 of 255 = 62%

179
139
159

R + G + B ~ 62%. #B38B9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 139 + 159 = 477 (100%)
R 179 of 477 ~ 37.53%
G 139 of 477 ~ 29.14%
B 159 of 477 ~ 33.33%

%37.53
%29.14
%33.33

CMYK color model

#B38B9F color CMYK value is (0,22,11,30).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(0,22,11,30)
C0M22Y11K30 
(0%,22%,11%,30%)
(0.00/0.22/0.11/0.30)	

CMYK percentages

%0
%22.35
%11.17
%29.8

Codes

Color #B38B9F in popluar color models

B38B9F
RGB179139159
HSL330°20.83%62.35%
HSB/HSV330°22.35%70.20%
CMYK0.00%22.35%11.17%
29.80%

Color #B38B9F in popluar number systems.

HEXB38B9F
Decimal179139159
Binary101100111000101110011111
Octal263213237

Shades and tints

Shades of #B38B9F

#B38B9F
(179,139,159)
#A37F91
(163,127,145)
#937383
(147,115,131)
#836775
(131,103,117)
#735B67
(115,91,103)
#634F59
(99,79,89)
#53434B
(83,67,75)
#43373D
(67,55,61)
#332B2F
(51,43,47)
#231F21
(35,31,33)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B38B9F

#B38B9F
(179,139,159)
#B995A7
(185,149,167)
#BF9FAF
(191,159,175)
#C5A9B7
(197,169,183)
#CBB3BF
(203,179,191)
#D1BDC7
(209,189,199)
#D7C7CF
(215,199,207)
#DDD1D7
(221,209,215)
#E3DBDF
(227,219,223)
#E9E5E7
(233,229,231)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38B9F color. Also use rgb(179,139,159) instead hex code.

Text Font Color

.myTextColor { color: #B38B9F; }

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

This text font color is #B38B9F.


Background Color

.myBgColor { background-color: #B38B9F; }

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

This div background color is #B38B9F.


Border color

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

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

This div border color is #B38B9F.


Opacity

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

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

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

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

This text has shadow with #B38B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38B9F on black background.


Color preview on white background

This text has color #B38B9F on white background.



Black color preview on #B38B9F background

This text has black color on #B38B9F background.


White color preview on #B38B9F background

This text has white color on #B38B9F background.