COLOR #B38B90

HEX: #B38B90 RGB: (179,139,144)

Color info

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

RGB color model

#B38B90 color RGB value is (179,139,144).

RGB: (179,139,144) (70%, 55%, 56%)

RGB channels and saturation

R 179 of 255 = 70%
G 139 of 255 = 55%
B 144 of 255 = 56%

179
139
144

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

Portions of RGB colors in percentages

R + G + B = 179 + 139 + 144 = 462 (100%)
R 179 of 462 ~ 38.74%
G 139 of 462 ~ 30.09%
B 144 of 462 ~ 31.17'%

%38.74
%30.09
%31.17

CMYK color model

#B38B90 color CMYK value is (0,22,20,30).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 19.55%
  • key color value is 29.80%

CMYK: (0,22,20,30)
C0M22Y20K30 (0%, 22%, 20%, 30%)
(0.00 / 0.22 / 0.20 / 0.30)

CMYK percentages

%0
%22.35
%19.55
%29.8

Codes

Color #B38B90 in popluar color models

B3 8B 90
RGB 179 139 144
HSL 353° 20.83% 62.35%
HSB/HSV 353° 22.35% 70.20%
CMYK 0.00% 22.35% 19.55%
29.80%

Color #B38B90 in popluar number systems.

HEX B3 8B 90
Decimal 179 139 144
Binary 10110011 10001011 10010000
Octal 263 213 220

Shades and tints

Shades of #B38B90

#B38B90
(179,139,144)
#A37F83
(163,127,131)
#937376
(147,115,118)
#836769
(131,103,105)
#735B5C
(115,91,92)
#634F4F
(99,79,79)
#534342
(83,67,66)
#433735
(67,55,53)
#332B28
(51,43,40)
#231F1B
(35,31,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #B38B90

#B38B90
(179,139,144)
#B9959A
(185,149,154)
#BF9FA4
(191,159,164)
#C5A9AE
(197,169,174)
#CBB3B8
(203,179,184)
#D1BDC2
(209,189,194)
#D7C7CC
(215,199,204)
#DDD1D6
(221,209,214)
#E3DBE0
(227,219,224)
#E9E5EA
(233,229,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38B90; }

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

This text font color is #B38B90.

Background Color

.myBgColor { background-color: #B38B90; }

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

This div background color is #B38B90.

Border color

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

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

This div border color is #B38B90.

Opacity

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

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

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

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

This text has shadow with #B38B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38B90.

Preview

Color preview on black background

This text has color #B38B90 on black background.


Color preview on white background

This text has color #B38B90 on white background.


Black color preview on #B38B90 background

This text has black color on #B38B90 background.


White color preview on #B38B90 background

This text has white color on #B38B90 background.


Related colors

Complementary color

Complementary color for #hex is #4C746F.


I love getcolorcode.com

Triadic colors

1 #90B38B and #8B90B3 with #B38B90 are triadic colors.

2 #908BB3 and #8BB390 with #B38B90 are triadic colors.