COLOR #B38A94

HEX: #B38A94
RGB: (179,138,148)

Color info

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

RGB color model

#B38A94 color RGB value is (179,138,148).

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

RGB channels and saturation

R 179 of 255 = 70%
G 138 of 255 = 54%
B 148 of 255 = 58%

179
138
148

R + G + B ~ 61%. #B38A94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 138 + 148 = 465 (100%)
R 179 of 465 ~ 38.49%
G 138 of 465 ~ 29.68%
B 148 of 465 ~ 31.83%

%38.49
%29.68
%31.83

CMYK color model

#B38A94 color CMYK value is (0,23,17,30).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 17.32%
  • key color value is 29.80%
CMYK:
(0,23,17,30)
C0M23Y17K30 
(0%,23%,17%,30%)
(0.00/0.23/0.17/0.30)	

CMYK percentages

%0
%22.91
%17.32
%29.8

Codes

Color #B38A94 in popluar color models

B38A94
RGB179138148
HSL345°21.24%62.16%
HSB/HSV345°22.91%70.20%
CMYK0.00%22.91%17.32%
29.80%

Color #B38A94 in popluar number systems.

HEXB38A94
Decimal179138148
Binary101100111000101010010100
Octal263212224

Shades and tints

Shades of #B38A94

#B38A94
(179,138,148)
#A37E87
(163,126,135)
#93727A
(147,114,122)
#83666D
(131,102,109)
#735A60
(115,90,96)
#634E53
(99,78,83)
#534246
(83,66,70)
#433639
(67,54,57)
#332A2C
(51,42,44)
#231E1F
(35,30,31)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #B38A94

#B38A94
(179,138,148)
#B9949D
(185,148,157)
#BF9EA6
(191,158,166)
#C5A8AF
(197,168,175)
#CBB2B8
(203,178,184)
#D1BCC1
(209,188,193)
#D7C6CA
(215,198,202)
#DDD0D3
(221,208,211)
#E3DADC
(227,218,220)
#E9E4E5
(233,228,229)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38A94; }

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

This text font color is #B38A94.


Background Color

.myBgColor { background-color: #B38A94; }

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

This div background color is #B38A94.


Border color

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

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

This div border color is #B38A94.


Opacity

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

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

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

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

This text has shadow with #B38A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38A94 on black background.


Color preview on white background

This text has color #B38A94 on white background.



Black color preview on #B38A94 background

This text has black color on #B38A94 background.


White color preview on #B38A94 background

This text has white color on #B38A94 background.