COLOR #B38CA0

HEX: #B38CA0 RGB: (179,140,160)

Color info

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

RGB color model

#B38CA0 color RGB value is (179,140,160).

RGB: (179,140,160) (70%, 55%, 63%)

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 160 of 255 = 63%

179
140
160

R + G + B ~ 63%. #B38CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 140 + 160 = 479 (100%)
R 179 of 479 ~ 37.37%
G 140 of 479 ~ 29.23%
B 160 of 479 ~ 33.4'%

%37.37
%29.23
%33.4

CMYK color model

#B38CA0 color CMYK value is (0,22,11,30).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 10.61%
  • key color value is 29.80%

CMYK: (0,22,11,30)
C0M22Y11K30 (0%, 22%, 11%, 30%)
(0.00 / 0.22 / 0.11 / 0.30)

CMYK percentages

%0
%21.79
%10.61
%29.8

Codes

Color #B38CA0 in popluar color models

B3 8C A0
RGB 179 140 160
HSL 329° 20.42% 62.55%
HSB/HSV 329° 21.79% 70.20%
CMYK 0.00% 21.79% 10.61%
29.80%

Color #B38CA0 in popluar number systems.

HEX B3 8C A0
Decimal 179 140 160
Binary 10110011 10001100 10100000
Octal 263 214 240

Shades and tints

Shades of #B38CA0

#B38CA0
(179,140,160)
#A38092
(163,128,146)
#937484
(147,116,132)
#836876
(131,104,118)
#735C68
(115,92,104)
#63505A
(99,80,90)
#53444C
(83,68,76)
#43383E
(67,56,62)
#332C30
(51,44,48)
#232022
(35,32,34)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B38CA0

#B38CA0
(179,140,160)
#B996A8
(185,150,168)
#BFA0B0
(191,160,176)
#C5AAB8
(197,170,184)
#CBB4C0
(203,180,192)
#D1BEC8
(209,190,200)
#D7C8D0
(215,200,208)
#DDD2D8
(221,210,216)
#E3DCE0
(227,220,224)
#E9E6E8
(233,230,232)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38CA0; }

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

This text font color is #B38CA0.

Background Color

.myBgColor { background-color: #B38CA0; }

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

This div background color is #B38CA0.

Border color

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

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

This div border color is #B38CA0.

Opacity

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

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

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

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

This text has shadow with #B38CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B38CA0.

Preview

Color preview on black background

This text has color #B38CA0 on black background.


Color preview on white background

This text has color #B38CA0 on white background.


Black color preview on #B38CA0 background

This text has black color on #B38CA0 background.


White color preview on #B38CA0 background

This text has white color on #B38CA0 background.


Related colors

Complementary color

Complementary color for #hex is #4C735F.


I love getcolorcode.com

Triadic colors

1 #A0B38C and #8CA0B3 with #B38CA0 are triadic colors.

2 #A08CB3 and #8CB3A0 with #B38CA0 are triadic colors.