COLOR #B38086

HEX: #B38086
RGB: (179,128,134)

Color info

#B38086 contains red, green and blue colors in about the same proportion. Web safe color of #B38086 is #996699 (or #969).

RGB color model

#B38086 color RGB value is (179,128,134).

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

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 134 of 255 = 53%

179
128
134

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

Portions of RGB colors in percentages

R + G + B =
179 + 128 + 134 = 441 (100%)
R 179 of 441 ~ 40.59%
G 128 of 441 ~ 29.02%
B 134 of 441 ~ 30.39%

%40.59
%29.02
%30.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.49%
  • 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
%28.49
%25.14
%29.8

Codes

Color #B38086 in popluar color models

B38086
RGB179128134
HSL353°25.12%60.20%
HSB/HSV353°28.49%70.20%
CMYK0.00%28.49%25.14%
29.80%

Color #B38086 in popluar number systems.

HEXB38086
Decimal179128134
Binary101100111000000010000110
Octal263200206

Shades and tints

Shades of #B38086

#B38086
(179,128,134)
#A3757A
(163,117,122)
#936A6E
(147,106,110)
#835F62
(131,95,98)
#735456
(115,84,86)
#63494A
(99,73,74)
#533E3E
(83,62,62)
#433332
(67,51,50)
#332826
(51,40,38)
#231D1A
(35,29,26)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #B38086

#B38086
(179,128,134)
#B98B91
(185,139,145)
#BF969C
(191,150,156)
#C5A1A7
(197,161,167)
#CBACB2
(203,172,178)
#D1B7BD
(209,183,189)
#D7C2C8
(215,194,200)
#DDCDD3
(221,205,211)
#E3D8DE
(227,216,222)
#E9E3E9
(233,227,233)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38086; }

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

This text font color is #B38086.


Background Color

.myBgColor { background-color: #B38086; }

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

This div background color is #B38086.


Border color

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

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

This div border color is #B38086.


Opacity

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

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

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

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

This text has shadow with #B38086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38086 on black background.


Color preview on white background

This text has color #B38086 on white background.



Black color preview on #B38086 background

This text has black color on #B38086 background.


White color preview on #B38086 background

This text has white color on #B38086 background.