COLOR #B38F88

HEX: #B38F88
RGB: (179,143,136)

Color info

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

RGB color model

#B38F88 color RGB value is (179,143,136).

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

RGB channels and saturation

R 179 of 255 = 70%
G 143 of 255 = 56%
B 136 of 255 = 53%

179
143
136

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

Portions of RGB colors in percentages

R + G + B =
179 + 143 + 136 = 458 (100%)
R 179 of 458 ~ 39.08%
G 143 of 458 ~ 31.22%
B 136 of 458 ~ 29.69%

%39.08
%31.22
%29.69

CMYK color model

#B38F88 color CMYK value is (0,20,24,30).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 24.02%
  • key color value is 29.80%
CMYK:
(0,20,24,30)
C0M20Y24K30 
(0%,20%,24%,30%)
(0.00/0.20/0.24/0.30)	

CMYK percentages

%0
%20.11
%24.02
%29.8

Codes

Color #B38F88 in popluar color models

B38F88
RGB179143136
HSL10°22.05%61.76%
HSB/HSV10°24.02%70.20%
CMYK0.00%20.11%24.02%
29.80%

Color #B38F88 in popluar number systems.

HEXB38F88
Decimal179143136
Binary101100111000111110001000
Octal263217210

Shades and tints

Shades of #B38F88

#B38F88
(179,143,136)
#A3827C
(163,130,124)
#937570
(147,117,112)
#836864
(131,104,100)
#735B58
(115,91,88)
#634E4C
(99,78,76)
#534140
(83,65,64)
#433434
(67,52,52)
#332728
(51,39,40)
#231A1C
(35,26,28)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #B38F88

#B38F88
(179,143,136)
#B99992
(185,153,146)
#BFA39C
(191,163,156)
#C5ADA6
(197,173,166)
#CBB7B0
(203,183,176)
#D1C1BA
(209,193,186)
#D7CBC4
(215,203,196)
#DDD5CE
(221,213,206)
#E3DFD8
(227,223,216)
#E9E9E2
(233,233,226)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38F88; }

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

This text font color is #B38F88.


Background Color

.myBgColor { background-color: #B38F88; }

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

This div background color is #B38F88.


Border color

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

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

This div border color is #B38F88.


Opacity

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

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

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

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

This text has shadow with #B38F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38F88 on black background.


Color preview on white background

This text has color #B38F88 on white background.



Black color preview on #B38F88 background

This text has black color on #B38F88 background.


White color preview on #B38F88 background

This text has white color on #B38F88 background.