COLOR #B38186

HEX: #B38186
RGB: (179,129,134)

Color info

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

RGB color model

#B38186 color RGB value is (179,129,134).

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

RGB channels and saturation

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

179
129
134

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

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 134 = 442 (100%)
R 179 of 442 ~ 40.5%
G 129 of 442 ~ 29.19%
B 134 of 442 ~ 30.32%

%40.5
%29.19
%30.32

CMYK color model

#B38186 color CMYK value is (0,28,25,30).

  • cyan value is 0.00%
  • magenta value is 27.93%
  • yellow value is 25.14%
  • key color value is 29.80%
CMYK:
(0,28,25,30)
C0M28Y25K30 
(0%,28%,25%,30%)
(0.00/0.28/0.25/0.30)	

CMYK percentages

%0
%27.93
%25.14
%29.8

Codes

Color #B38186 in popluar color models

B38186
RGB179129134
HSL354°24.75%60.39%
HSB/HSV354°27.93%70.20%
CMYK0.00%27.93%25.14%
29.80%

Color #B38186 in popluar number systems.

HEXB38186
Decimal179129134
Binary101100111000000110000110
Octal263201206

Shades and tints

Shades of #B38186

#B38186
(179,129,134)
#A3767A
(163,118,122)
#936B6E
(147,107,110)
#836062
(131,96,98)
#735556
(115,85,86)
#634A4A
(99,74,74)
#533F3E
(83,63,62)
#433432
(67,52,50)
#332926
(51,41,38)
#231E1A
(35,30,26)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #B38186

#B38186
(179,129,134)
#B98C91
(185,140,145)
#BF979C
(191,151,156)
#C5A2A7
(197,162,167)
#CBADB2
(203,173,178)
#D1B8BD
(209,184,189)
#D7C3C8
(215,195,200)
#DDCED3
(221,206,211)
#E3D9DE
(227,217,222)
#E9E4E9
(233,228,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38186; }

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

This text font color is #B38186.


Background Color

.myBgColor { background-color: #B38186; }

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

This div background color is #B38186.


Border color

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

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

This div border color is #B38186.


Opacity

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

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

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

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

This text has shadow with #B38186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38186 on black background.


Color preview on white background

This text has color #B38186 on white background.



Black color preview on #B38186 background

This text has black color on #B38186 background.


White color preview on #B38186 background

This text has white color on #B38186 background.