COLOR #B38B87

HEX: #B38B87
RGB: (179,139,135)

Color info

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

RGB color model

#B38B87 color RGB value is (179,139,135).

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

RGB channels and saturation

R 179 of 255 = 70%
G 139 of 255 = 55%
B 135 of 255 = 53%

179
139
135

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

Portions of RGB colors in percentages

R + G + B =
179 + 139 + 135 = 453 (100%)
R 179 of 453 ~ 39.51%
G 139 of 453 ~ 30.68%
B 135 of 453 ~ 29.8%

%39.51
%30.68
%29.8

CMYK color model

#B38B87 color CMYK value is (0,22,25,30).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(0,22,25,30)
C0M22Y25K30 
(0%,22%,25%,30%)
(0.00/0.22/0.25/0.30)	

CMYK percentages

%0
%22.35
%24.58
%29.8

Codes

Color #B38B87 in popluar color models

B38B87
RGB179139135
HSL22.45%61.57%
HSB/HSV24.58%70.20%
CMYK0.00%22.35%24.58%
29.80%

Color #B38B87 in popluar number systems.

HEXB38B87
Decimal179139135
Binary101100111000101110000111
Octal263213207

Shades and tints

Shades of #B38B87

#B38B87
(179,139,135)
#A37F7B
(163,127,123)
#93736F
(147,115,111)
#836763
(131,103,99)
#735B57
(115,91,87)
#634F4B
(99,79,75)
#53433F
(83,67,63)
#433733
(67,55,51)
#332B27
(51,43,39)
#231F1B
(35,31,27)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #B38B87

#B38B87
(179,139,135)
#B99591
(185,149,145)
#BF9F9B
(191,159,155)
#C5A9A5
(197,169,165)
#CBB3AF
(203,179,175)
#D1BDB9
(209,189,185)
#D7C7C3
(215,199,195)
#DDD1CD
(221,209,205)
#E3DBD7
(227,219,215)
#E9E5E1
(233,229,225)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38B87; }

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

This text font color is #B38B87.


Background Color

.myBgColor { background-color: #B38B87; }

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

This div background color is #B38B87.


Border color

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

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

This div border color is #B38B87.


Opacity

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

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

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

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

This text has shadow with #B38B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38B87 on black background.


Color preview on white background

This text has color #B38B87 on white background.



Black color preview on #B38B87 background

This text has black color on #B38B87 background.


White color preview on #B38B87 background

This text has white color on #B38B87 background.