COLOR #B39EA5

HEX: #B39EA5 RGB: (179,158,165)

Color info

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

RGB color model

#B39EA5 color RGB value is (179,158,165).

RGB: (179,158,165) (70%, 62%, 65%)

RGB channels and saturation

R 179 of 255 = 70%
G 158 of 255 = 62%
B 165 of 255 = 65%

179
158
165

R + G + B ~ 66%. #B39EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 158 + 165 = 502 (100%)
R 179 of 502 ~ 35.66%
G 158 of 502 ~ 31.47%
B 165 of 502 ~ 32.87'%

%35.66
%31.47
%32.87

CMYK color model

#B39EA5 color CMYK value is (0,12,8,30).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 7.82%
  • key color value is 29.80%

CMYK: (0,12,8,30)
C0M12Y8K30 (0%, 12%, 8%, 30%)
(0.00 / 0.12 / 0.08 / 0.30)

CMYK percentages

%0
%11.73
%7.82
%29.8

Codes

Color #B39EA5 in popluar color models

B3 9E A5
RGB 179 158 165
HSL 340° 12.14% 66.08%
HSB/HSV 340° 11.73% 70.20%
CMYK 0.00% 11.73% 7.82%
29.80%

Color #B39EA5 in popluar number systems.

HEX B3 9E A5
Decimal 179 158 165
Binary 10110011 10011110 10100101
Octal 263 236 245

Shades and tints

Shades of #B39EA5

#B39EA5
(179,158,165)
#A39096
(163,144,150)
#938287
(147,130,135)
#837478
(131,116,120)
#736669
(115,102,105)
#63585A
(99,88,90)
#534A4B
(83,74,75)
#433C3C
(67,60,60)
#332E2D
(51,46,45)
#23201E
(35,32,30)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #B39EA5

#B39EA5
(179,158,165)
#B9A6AD
(185,166,173)
#BFAEB5
(191,174,181)
#C5B6BD
(197,182,189)
#CBBEC5
(203,190,197)
#D1C6CD
(209,198,205)
#D7CED5
(215,206,213)
#DDD6DD
(221,214,221)
#E3DEE5
(227,222,229)
#E9E6ED
(233,230,237)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39EA5 color. Also use rgb(179,158,165) instead hex code.

Text Font Color

.myTextColor { color: #B39EA5; }

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

This text font color is #B39EA5.

Background Color

.myBgColor { background-color: #B39EA5; }

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

This div background color is #B39EA5.

Border color

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

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

This div border color is #B39EA5.

Opacity

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

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

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

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

This text has shadow with #B39EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39EA5.

Preview

Color preview on black background

This text has color #B39EA5 on black background.


Color preview on white background

This text has color #B39EA5 on white background.


Black color preview on #B39EA5 background

This text has black color on #B39EA5 background.


White color preview on #B39EA5 background

This text has white color on #B39EA5 background.


Related colors

Complementary color

Complementary color for #hex is #4C615A.


I love getcolorcode.com

Triadic colors

1 #A5B39E and #9EA5B3 with #B39EA5 are triadic colors.

2 #A59EB3 and #9EB3A5 with #B39EA5 are triadic colors.