COLOR #B389A0

HEX: #B389A0 RGB: (179,137,160)

Color info

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

RGB color model

#B389A0 color RGB value is (179,137,160).

RGB: (179,137,160) (70%, 54%, 63%)

RGB channels and saturation

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

179
137
160

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

Portions of RGB colors in percentages

R + G + B = 179 + 137 + 160 = 476 (100%)
R 179 of 476 ~ 37.61%
G 137 of 476 ~ 28.78%
B 160 of 476 ~ 33.61'%

%37.61
%28.78
%33.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.46%
  • 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
%23.46
%10.61
%29.8

Codes

Color #B389A0 in popluar color models

B3 89 A0
RGB 179 137 160
HSL 327° 21.65% 61.96%
HSB/HSV 327° 23.46% 70.20%
CMYK 0.00% 23.46% 10.61%
29.80%

Color #B389A0 in popluar number systems.

HEX B3 89 A0
Decimal 179 137 160
Binary 10110011 10001001 10100000
Octal 263 211 240

Shades and tints

Shades of #B389A0

#B389A0
(179,137,160)
#A37D92
(163,125,146)
#937184
(147,113,132)
#836576
(131,101,118)
#735968
(115,89,104)
#634D5A
(99,77,90)
#53414C
(83,65,76)
#43353E
(67,53,62)
#332930
(51,41,48)
#231D22
(35,29,34)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #B389A0

#B389A0
(179,137,160)
#B993A8
(185,147,168)
#BF9DB0
(191,157,176)
#C5A7B8
(197,167,184)
#CBB1C0
(203,177,192)
#D1BBC8
(209,187,200)
#D7C5D0
(215,197,208)
#DDCFD8
(221,207,216)
#E3D9E0
(227,217,224)
#E9E3E8
(233,227,232)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B389A0; }

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

This text font color is #B389A0.

Background Color

.myBgColor { background-color: #B389A0; }

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

This div background color is #B389A0.

Border color

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

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

This div border color is #B389A0.

Opacity

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

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

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

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

This text has shadow with #B389A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B389A0.

Preview

Color preview on black background

This text has color #B389A0 on black background.


Color preview on white background

This text has color #B389A0 on white background.


Black color preview on #B389A0 background

This text has black color on #B389A0 background.


White color preview on #B389A0 background

This text has white color on #B389A0 background.


Related colors

Complementary color

Complementary color for #hex is #4C765F.


I love getcolorcode.com

Triadic colors

1 #A0B389 and #89A0B3 with #B389A0 are triadic colors.

2 #A089B3 and #89B3A0 with #B389A0 are triadic colors.