COLOR #B38C80

HEX: #B38C80
RGB: (179,140,128)

Color info

#B38C80 contains red, green and blue colors in about the same proportion. Web safe color of #B38C80 is #999966 (or #996).

RGB color model

#B38C80 color RGB value is (179,140,128).

  • red value is 179;
  • green value is 140;
  • blue value is 128.
RGB:
(179,140,128)
(70%,55%,50%)

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 128 of 255 = 50%

179
140
128

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

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 128 = 447 (100%)
R 179 of 447 ~ 40.04%
G 140 of 447 ~ 31.32%
B 128 of 447 ~ 28.64%

%40.04
%31.32
%28.64

CMYK color model

#B38C80 color CMYK value is (0,22,28,30).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 28.49%
  • key color value is 29.80%
CMYK:
(0,22,28,30)
C0M22Y28K30 
(0%,22%,28%,30%)
(0.00/0.22/0.28/0.30)	

CMYK percentages

%0
%21.79
%28.49
%29.8

Codes

Color #B38C80 in popluar color models

B38C80
RGB179140128
HSL14°25.12%60.20%
HSB/HSV14°28.49%70.20%
CMYK0.00%21.79%28.49%
29.80%

Color #B38C80 in popluar number systems.

HEXB38C80
Decimal179140128
Binary101100111000110010000000
Octal263214200

Shades and tints

Shades of #B38C80

#B38C80
(179,140,128)
#A38075
(163,128,117)
#93746A
(147,116,106)
#83685F
(131,104,95)
#735C54
(115,92,84)
#635049
(99,80,73)
#53443E
(83,68,62)
#433833
(67,56,51)
#332C28
(51,44,40)
#23201D
(35,32,29)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #B38C80

#B38C80
(179,140,128)
#B9968B
(185,150,139)
#BFA096
(191,160,150)
#C5AAA1
(197,170,161)
#CBB4AC
(203,180,172)
#D1BEB7
(209,190,183)
#D7C8C2
(215,200,194)
#DDD2CD
(221,210,205)
#E3DCD8
(227,220,216)
#E9E6E3
(233,230,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38C80 color. Also use rgb(179,140,128) instead hex code.

Text Font Color

.myTextColor { color: #B38C80; }

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

This text font color is #B38C80.


Background Color

.myBgColor { background-color: #B38C80; }

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

This div background color is #B38C80.


Border color

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

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

This div border color is #B38C80.


Opacity

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

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

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

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

This text has shadow with #B38C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38C80 on black background.


Color preview on white background

This text has color #B38C80 on white background.



Black color preview on #B38C80 background

This text has black color on #B38C80 background.


White color preview on #B38C80 background

This text has white color on #B38C80 background.