COLOR #B38878

HEX: #B38878
RGB: (179,136,120)

Color info

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

RGB color model

#B38878 color RGB value is (179,136,120).

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

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 120 of 255 = 47%

179
136
120

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

Portions of RGB colors in percentages

R + G + B =
179 + 136 + 120 = 435 (100%)
R 179 of 435 ~ 41.15%
G 136 of 435 ~ 31.26%
B 120 of 435 ~ 27.59%

%41.15
%31.26
%27.59

CMYK color model

#B38878 color CMYK value is (0,24,33,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 32.96%
  • key color value is 29.80%
CMYK:
(0,24,33,30)
C0M24Y33K30 
(0%,24%,33%,30%)
(0.00/0.24/0.33/0.30)	

CMYK percentages

%0
%24.02
%32.96
%29.8

Codes

Color #B38878 in popluar color models

B38878
RGB179136120
HSL16°27.96%58.63%
HSB/HSV16°32.96%70.20%
CMYK0.00%24.02%32.96%
29.80%

Color #B38878 in popluar number systems.

HEXB38878
Decimal179136120
Binary10110011100010001111000
Octal263210170

Shades and tints

Shades of #B38878

#B38878
(179,136,120)
#A37C6E
(163,124,110)
#937064
(147,112,100)
#83645A
(131,100,90)
#735850
(115,88,80)
#634C46
(99,76,70)
#53403C
(83,64,60)
#433432
(67,52,50)
#332828
(51,40,40)
#231C1E
(35,28,30)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #B38878

#B38878
(179,136,120)
#B99284
(185,146,132)
#BF9C90
(191,156,144)
#C5A69C
(197,166,156)
#CBB0A8
(203,176,168)
#D1BAB4
(209,186,180)
#D7C4C0
(215,196,192)
#DDCECC
(221,206,204)
#E3D8D8
(227,216,216)
#E9E2E4
(233,226,228)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38878; }

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

This text font color is #B38878.


Background Color

.myBgColor { background-color: #B38878; }

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

This div background color is #B38878.


Border color

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

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

This div border color is #B38878.


Opacity

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

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

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

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

This text has shadow with #B38878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38878 on black background.


Color preview on white background

This text has color #B38878 on white background.



Black color preview on #B38878 background

This text has black color on #B38878 background.


White color preview on #B38878 background

This text has white color on #B38878 background.