COLOR #B39189

HEX: #B39189
RGB: (179,145,137)

Color info

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

RGB color model

#B39189 color RGB value is (179,145,137).

  • red value is 179;
  • green value is 145;
  • blue value is 137.
RGB:
(179,145,137)
(70%,57%,54%)

RGB channels and saturation

R 179 of 255 = 70%
G 145 of 255 = 57%
B 137 of 255 = 54%

179
145
137

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

Portions of RGB colors in percentages

R + G + B =
179 + 145 + 137 = 461 (100%)
R 179 of 461 ~ 38.83%
G 145 of 461 ~ 31.45%
B 137 of 461 ~ 29.72%

%38.83
%31.45
%29.72

CMYK color model

#B39189 color CMYK value is (0,19,23,30).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 23.46%
  • key color value is 29.80%
CMYK:
(0,19,23,30)
C0M19Y23K30 
(0%,19%,23%,30%)
(0.00/0.19/0.23/0.30)	

CMYK percentages

%0
%18.99
%23.46
%29.8

Codes

Color #B39189 in popluar color models

B39189
RGB179145137
HSL11°21.65%61.96%
HSB/HSV11°23.46%70.20%
CMYK0.00%18.99%23.46%
29.80%

Color #B39189 in popluar number systems.

HEXB39189
Decimal179145137
Binary101100111001000110001001
Octal263221211

Shades and tints

Shades of #B39189

#B39189
(179,145,137)
#A3847D
(163,132,125)
#937771
(147,119,113)
#836A65
(131,106,101)
#735D59
(115,93,89)
#63504D
(99,80,77)
#534341
(83,67,65)
#433635
(67,54,53)
#332929
(51,41,41)
#231C1D
(35,28,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #B39189

#B39189
(179,145,137)
#B99B93
(185,155,147)
#BFA59D
(191,165,157)
#C5AFA7
(197,175,167)
#CBB9B1
(203,185,177)
#D1C3BB
(209,195,187)
#D7CDC5
(215,205,197)
#DDD7CF
(221,215,207)
#E3E1D9
(227,225,217)
#E9EBE3
(233,235,227)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39189 color. Also use rgb(179,145,137) instead hex code.

Text Font Color

.myTextColor { color: #B39189; }

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

This text font color is #B39189.


Background Color

.myBgColor { background-color: #B39189; }

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

This div background color is #B39189.


Border color

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

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

This div border color is #B39189.


Opacity

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

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

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

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

This text has shadow with #B39189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39189 on black background.


Color preview on white background

This text has color #B39189 on white background.



Black color preview on #B39189 background

This text has black color on #B39189 background.


White color preview on #B39189 background

This text has white color on #B39189 background.