COLOR #B39293

HEX: #B39293
RGB: (179,146,147)

Color info

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

RGB color model

#B39293 color RGB value is (179,146,147).

  • red value is 179;
  • green value is 146;
  • blue value is 147.
RGB:
(179,146,147)
(70%,57%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 146 of 255 = 57%
B 147 of 255 = 58%

179
146
147

R + G + B ~ 62%. #B39293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 146 + 147 = 472 (100%)
R 179 of 472 ~ 37.92%
G 146 of 472 ~ 30.93%
B 147 of 472 ~ 31.14%

%37.92
%30.93
%31.14

CMYK color model

#B39293 color CMYK value is (0,18,18,30).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(0,18,18,30)
C0M18Y18K30 
(0%,18%,18%,30%)
(0.00/0.18/0.18/0.30)	

CMYK percentages

%0
%18.44
%17.88
%29.8

Codes

Color #B39293 in popluar color models

B39293
RGB179146147
HSL358°17.84%63.73%
HSB/HSV358°18.44%70.20%
CMYK0.00%18.44%17.88%
29.80%

Color #B39293 in popluar number systems.

HEXB39293
Decimal179146147
Binary101100111001001010010011
Octal263222223

Shades and tints

Shades of #B39293

#B39293
(179,146,147)
#A38586
(163,133,134)
#937879
(147,120,121)
#836B6C
(131,107,108)
#735E5F
(115,94,95)
#635152
(99,81,82)
#534445
(83,68,69)
#433738
(67,55,56)
#332A2B
(51,42,43)
#231D1E
(35,29,30)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #B39293

#B39293
(179,146,147)
#B99B9C
(185,155,156)
#BFA4A5
(191,164,165)
#C5ADAE
(197,173,174)
#CBB6B7
(203,182,183)
#D1BFC0
(209,191,192)
#D7C8C9
(215,200,201)
#DDD1D2
(221,209,210)
#E3DADB
(227,218,219)
#E9E3E4
(233,227,228)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39293 color. Also use rgb(179,146,147) instead hex code.

Text Font Color

.myTextColor { color: #B39293; }

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

This text font color is #B39293.


Background Color

.myBgColor { background-color: #B39293; }

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

This div background color is #B39293.


Border color

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

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

This div border color is #B39293.


Opacity

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

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

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

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

This text has shadow with #B39293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39293 on black background.


Color preview on white background

This text has color #B39293 on white background.



Black color preview on #B39293 background

This text has black color on #B39293 background.


White color preview on #B39293 background

This text has white color on #B39293 background.