COLOR #B38881

HEX: #B38881
RGB: (179,136,129)

Color info

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

RGB color model

#B38881 color RGB value is (179,136,129).

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

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 129 of 255 = 51%

179
136
129

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

Portions of RGB colors in percentages

R + G + B =
179 + 136 + 129 = 444 (100%)
R 179 of 444 ~ 40.32%
G 136 of 444 ~ 30.63%
B 129 of 444 ~ 29.05%

%40.32
%30.63
%29.05

CMYK color model

#B38881 color CMYK value is (0,24,28,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 27.93%
  • key color value is 29.80%
CMYK:
(0,24,28,30)
C0M24Y28K30 
(0%,24%,28%,30%)
(0.00/0.24/0.28/0.30)	

CMYK percentages

%0
%24.02
%27.93
%29.8

Codes

Color #B38881 in popluar color models

B38881
RGB179136129
HSL24.75%60.39%
HSB/HSV27.93%70.20%
CMYK0.00%24.02%27.93%
29.80%

Color #B38881 in popluar number systems.

HEXB38881
Decimal179136129
Binary101100111000100010000001
Octal263210201

Shades and tints

Shades of #B38881

#B38881
(179,136,129)
#A37C76
(163,124,118)
#93706B
(147,112,107)
#836460
(131,100,96)
#735855
(115,88,85)
#634C4A
(99,76,74)
#53403F
(83,64,63)
#433434
(67,52,52)
#332829
(51,40,41)
#231C1E
(35,28,30)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #B38881

#B38881
(179,136,129)
#B9928C
(185,146,140)
#BF9C97
(191,156,151)
#C5A6A2
(197,166,162)
#CBB0AD
(203,176,173)
#D1BAB8
(209,186,184)
#D7C4C3
(215,196,195)
#DDCECE
(221,206,206)
#E3D8D9
(227,216,217)
#E9E2E4
(233,226,228)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38881; }

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

This text font color is #B38881.


Background Color

.myBgColor { background-color: #B38881; }

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

This div background color is #B38881.


Border color

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

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

This div border color is #B38881.


Opacity

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

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

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

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

This text has shadow with #B38881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38881 on black background.


Color preview on white background

This text has color #B38881 on white background.



Black color preview on #B38881 background

This text has black color on #B38881 background.


White color preview on #B38881 background

This text has white color on #B38881 background.