COLOR #B38A8F

HEX: #B38A8F
RGB: (179,138,143)

Color info

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

RGB color model

#B38A8F color RGB value is (179,138,143).

  • red value is 179;
  • green value is 138;
  • blue value is 143.
RGB:
(179,138,143)
(70%,54%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 138 of 255 = 54%
B 143 of 255 = 56%

179
138
143

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

Portions of RGB colors in percentages

R + G + B =
179 + 138 + 143 = 460 (100%)
R 179 of 460 ~ 38.91%
G 138 of 460 ~ 30%
B 143 of 460 ~ 31.09%

%38.91
%30
%31.09

CMYK color model

#B38A8F color CMYK value is (0,23,20,30).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(0,23,20,30)
C0M23Y20K30 
(0%,23%,20%,30%)
(0.00/0.23/0.20/0.30)	

CMYK percentages

%0
%22.91
%20.11
%29.8

Codes

Color #B38A8F in popluar color models

B38A8F
RGB179138143
HSL353°21.24%62.16%
HSB/HSV353°22.91%70.20%
CMYK0.00%22.91%20.11%
29.80%

Color #B38A8F in popluar number systems.

HEXB38A8F
Decimal179138143
Binary101100111000101010001111
Octal263212217

Shades and tints

Shades of #B38A8F

#B38A8F
(179,138,143)
#A37E82
(163,126,130)
#937275
(147,114,117)
#836668
(131,102,104)
#735A5B
(115,90,91)
#634E4E
(99,78,78)
#534241
(83,66,65)
#433634
(67,54,52)
#332A27
(51,42,39)
#231E1A
(35,30,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #B38A8F

#B38A8F
(179,138,143)
#B99499
(185,148,153)
#BF9EA3
(191,158,163)
#C5A8AD
(197,168,173)
#CBB2B7
(203,178,183)
#D1BCC1
(209,188,193)
#D7C6CB
(215,198,203)
#DDD0D5
(221,208,213)
#E3DADF
(227,218,223)
#E9E4E9
(233,228,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38A8F color. Also use rgb(179,138,143) instead hex code.

Text Font Color

.myTextColor { color: #B38A8F; }

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

This text font color is #B38A8F.


Background Color

.myBgColor { background-color: #B38A8F; }

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

This div background color is #B38A8F.


Border color

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

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

This div border color is #B38A8F.


Opacity

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

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

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

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

This text has shadow with #B38A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38A8F on black background.


Color preview on white background

This text has color #B38A8F on white background.



Black color preview on #B38A8F background

This text has black color on #B38A8F background.


White color preview on #B38A8F background

This text has white color on #B38A8F background.