COLOR #B38AA0

HEX: #B38AA0
RGB: (179,138,160)

Color info

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

RGB color model

#B38AA0 color RGB value is (179,138,160).

  • red value is 179;
  • green value is 138;
  • blue value is 160.
RGB:
(179,138,160)
(70%,54%,63%)

RGB channels and saturation

R 179 of 255 = 70%
G 138 of 255 = 54%
B 160 of 255 = 63%

179
138
160

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

Portions of RGB colors in percentages

R + G + B =
179 + 138 + 160 = 477 (100%)
R 179 of 477 ~ 37.53%
G 138 of 477 ~ 28.93%
B 160 of 477 ~ 33.54%

%37.53
%28.93
%33.54

CMYK color model

#B38AA0 color CMYK value is (0,23,11,30).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(0,23,11,30)
C0M23Y11K30 
(0%,23%,11%,30%)
(0.00/0.23/0.11/0.30)	

CMYK percentages

%0
%22.91
%10.61
%29.8

Codes

Color #B38AA0 in popluar color models

B38AA0
RGB179138160
HSL328°21.24%62.16%
HSB/HSV328°22.91%70.20%
CMYK0.00%22.91%10.61%
29.80%

Color #B38AA0 in popluar number systems.

HEXB38AA0
Decimal179138160
Binary101100111000101010100000
Octal263212240

Shades and tints

Shades of #B38AA0

#B38AA0
(179,138,160)
#A37E92
(163,126,146)
#937284
(147,114,132)
#836676
(131,102,118)
#735A68
(115,90,104)
#634E5A
(99,78,90)
#53424C
(83,66,76)
#43363E
(67,54,62)
#332A30
(51,42,48)
#231E22
(35,30,34)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #B38AA0

#B38AA0
(179,138,160)
#B994A8
(185,148,168)
#BF9EB0
(191,158,176)
#C5A8B8
(197,168,184)
#CBB2C0
(203,178,192)
#D1BCC8
(209,188,200)
#D7C6D0
(215,198,208)
#DDD0D8
(221,208,216)
#E3DAE0
(227,218,224)
#E9E4E8
(233,228,232)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38AA0 color. Also use rgb(179,138,160) instead hex code.

Text Font Color

.myTextColor { color: #B38AA0; }

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

This text font color is #B38AA0.


Background Color

.myBgColor { background-color: #B38AA0; }

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

This div background color is #B38AA0.


Border color

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

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

This div border color is #B38AA0.


Opacity

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

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

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

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

This text has shadow with #B38AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38AA0 on black background.


Color preview on white background

This text has color #B38AA0 on white background.



Black color preview on #B38AA0 background

This text has black color on #B38AA0 background.


White color preview on #B38AA0 background

This text has white color on #B38AA0 background.