COLOR #B38E90

HEX: #B38E90
RGB: (179,142,144)

Color info

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

RGB color model

#B38E90 color RGB value is (179,142,144).

  • red value is 179;
  • green value is 142;
  • blue value is 144.
RGB:
(179,142,144)
(70%,56%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 142 of 255 = 56%
B 144 of 255 = 56%

179
142
144

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

Portions of RGB colors in percentages

R + G + B =
179 + 142 + 144 = 465 (100%)
R 179 of 465 ~ 38.49%
G 142 of 465 ~ 30.54%
B 144 of 465 ~ 30.97%

%38.49
%30.54
%30.97

CMYK color model

#B38E90 color CMYK value is (0,21,20,30).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 19.55%
  • key color value is 29.80%
CMYK:
(0,21,20,30)
C0M21Y20K30 
(0%,21%,20%,30%)
(0.00/0.21/0.20/0.30)	

CMYK percentages

%0
%20.67
%19.55
%29.8

Codes

Color #B38E90 in popluar color models

B38E90
RGB179142144
HSL357°19.58%62.94%
HSB/HSV357°20.67%70.20%
CMYK0.00%20.67%19.55%
29.80%

Color #B38E90 in popluar number systems.

HEXB38E90
Decimal179142144
Binary101100111000111010010000
Octal263216220

Shades and tints

Shades of #B38E90

#B38E90
(179,142,144)
#A38283
(163,130,131)
#937676
(147,118,118)
#836A69
(131,106,105)
#735E5C
(115,94,92)
#63524F
(99,82,79)
#534642
(83,70,66)
#433A35
(67,58,53)
#332E28
(51,46,40)
#23221B
(35,34,27)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #B38E90

#B38E90
(179,142,144)
#B9989A
(185,152,154)
#BFA2A4
(191,162,164)
#C5ACAE
(197,172,174)
#CBB6B8
(203,182,184)
#D1C0C2
(209,192,194)
#D7CACC
(215,202,204)
#DDD4D6
(221,212,214)
#E3DEE0
(227,222,224)
#E9E8EA
(233,232,234)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38E90 color. Also use rgb(179,142,144) instead hex code.

Text Font Color

.myTextColor { color: #B38E90; }

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

This text font color is #B38E90.


Background Color

.myBgColor { background-color: #B38E90; }

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

This div background color is #B38E90.


Border color

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

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

This div border color is #B38E90.


Opacity

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

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

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

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

This text has shadow with #B38E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38E90 on black background.


Color preview on white background

This text has color #B38E90 on white background.



Black color preview on #B38E90 background

This text has black color on #B38E90 background.


White color preview on #B38E90 background

This text has white color on #B38E90 background.