COLOR #B38B8A

HEX: #B38B8A
RGB: (179,139,138)

Color info

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

RGB color model

#B38B8A color RGB value is (179,139,138).

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

RGB channels and saturation

R 179 of 255 = 70%
G 139 of 255 = 55%
B 138 of 255 = 54%

179
139
138

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

Portions of RGB colors in percentages

R + G + B =
179 + 139 + 138 = 456 (100%)
R 179 of 456 ~ 39.25%
G 139 of 456 ~ 30.48%
B 138 of 456 ~ 30.26%

%39.25
%30.48
%30.26

CMYK color model

#B38B8A color CMYK value is (0,22,23,30).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(0,22,23,30)
C0M22Y23K30 
(0%,22%,23%,30%)
(0.00/0.22/0.23/0.30)	

CMYK percentages

%0
%22.35
%22.91
%29.8

Codes

Color #B38B8A in popluar color models

B38B8A
RGB179139138
HSL21.24%62.16%
HSB/HSV22.91%70.20%
CMYK0.00%22.35%22.91%
29.80%

Color #B38B8A in popluar number systems.

HEXB38B8A
Decimal179139138
Binary101100111000101110001010
Octal263213212

Shades and tints

Shades of #B38B8A

#B38B8A
(179,139,138)
#A37F7E
(163,127,126)
#937372
(147,115,114)
#836766
(131,103,102)
#735B5A
(115,91,90)
#634F4E
(99,79,78)
#534342
(83,67,66)
#433736
(67,55,54)
#332B2A
(51,43,42)
#231F1E
(35,31,30)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #B38B8A

#B38B8A
(179,139,138)
#B99594
(185,149,148)
#BF9F9E
(191,159,158)
#C5A9A8
(197,169,168)
#CBB3B2
(203,179,178)
#D1BDBC
(209,189,188)
#D7C7C6
(215,199,198)
#DDD1D0
(221,209,208)
#E3DBDA
(227,219,218)
#E9E5E4
(233,229,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38B8A; }

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

This text font color is #B38B8A.


Background Color

.myBgColor { background-color: #B38B8A; }

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

This div background color is #B38B8A.


Border color

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

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

This div border color is #B38B8A.


Opacity

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

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

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

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

This text has shadow with #B38B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38B8A on black background.


Color preview on white background

This text has color #B38B8A on white background.



Black color preview on #B38B8A background

This text has black color on #B38B8A background.


White color preview on #B38B8A background

This text has white color on #B38B8A background.