COLOR #B189A1

HEX: #B189A1 RGB: (177,137,161)

Color info

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

RGB color model

#B189A1 color RGB value is (177,137,161).

RGB: (177,137,161) (69%, 54%, 63%)

RGB channels and saturation

R 177 of 255 = 69%
G 137 of 255 = 54%
B 161 of 255 = 63%

177
137
161

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

Portions of RGB colors in percentages

R + G + B = 177 + 137 + 161 = 475 (100%)
R 177 of 475 ~ 37.26%
G 137 of 475 ~ 28.84%
B 161 of 475 ~ 33.89'%

%37.26
%28.84
%33.89

CMYK color model

#B189A1 color CMYK value is (0,23,9,31).

  • cyan value is 0.00%
  • magenta value is 22.60%
  • yellow value is 9.04%
  • key color value is 30.59%

CMYK: (0,23,9,31)
C0M23Y9K31 (0%, 23%, 9%, 31%)
(0.00 / 0.23 / 0.09 / 0.31)

CMYK percentages

%0
%22.6
%9.04
%30.59

Codes

Color #B189A1 in popluar color models

B1 89 A1
RGB 177 137 161
HSL 324° 20.41% 61.57%
HSB/HSV 324° 22.60% 69.41%
CMYK 0.00% 22.60% 9.04%
30.59%

Color #B189A1 in popluar number systems.

HEX B1 89 A1
Decimal 177 137 161
Binary 10110001 10001001 10100001
Octal 261 211 241

Shades and tints

Shades of #B189A1

#B189A1
(177,137,161)
#A17D93
(161,125,147)
#917185
(145,113,133)
#816577
(129,101,119)
#715969
(113,89,105)
#614D5B
(97,77,91)
#51414D
(81,65,77)
#41353F
(65,53,63)
#312931
(49,41,49)
#211D23
(33,29,35)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #B189A1

#B189A1
(177,137,161)
#B893A9
(184,147,169)
#BF9DB1
(191,157,177)
#C6A7B9
(198,167,185)
#CDB1C1
(205,177,193)
#D4BBC9
(212,187,201)
#DBC5D1
(219,197,209)
#E2CFD9
(226,207,217)
#E9D9E1
(233,217,225)
#F0E3E9
(240,227,233)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B189A1 color. Also use rgb(177,137,161) instead hex code.

Text Font Color

.myTextColor { color: #B189A1; }

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

This text font color is #B189A1.

Background Color

.myBgColor { background-color: #B189A1; }

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

This div background color is #B189A1.

Border color

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

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

This div border color is #B189A1.

Opacity

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

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

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

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

This text has shadow with #B189A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B189A1.

Preview

Color preview on black background

This text has color #B189A1 on black background.


Color preview on white background

This text has color #B189A1 on white background.


Black color preview on #B189A1 background

This text has black color on #B189A1 background.


White color preview on #B189A1 background

This text has white color on #B189A1 background.


Related colors

Complementary color

Complementary color for #hex is #4E765E.


I love getcolorcode.com

Triadic colors

1 #A1B189 and #89A1B1 with #B189A1 are triadic colors.

2 #A189B1 and #89B1A1 with #B189A1 are triadic colors.