COLOR #B3889B

HEX: #B3889B RGB: (179,136,155)

Color info

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

RGB color model

#B3889B color RGB value is (179,136,155).

RGB: (179,136,155) (70%, 53%, 61%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 155 of 255 = 61%

179
136
155

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

Portions of RGB colors in percentages

R + G + B = 179 + 136 + 155 = 470 (100%)
R 179 of 470 ~ 38.09%
G 136 of 470 ~ 28.94%
B 155 of 470 ~ 32.98'%

%38.09
%28.94
%32.98

CMYK color model

#B3889B color CMYK value is (0,24,13,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK: (0,24,13,30) C0M24Y13K30 (0%,24%,13%,30%) (0.00/0.24/0.13/0.30) 

CMYK percentages

%0
%24.02
%13.41
%29.8

Codes

Color #B3889B in popluar color models

B3 88 9B
RGB 179 136 155
HSL 333° 22.05% 61.76%
HSB/HSV 333° 24.02% 70.20%
CMYK 0.00% 24.02% 13.41%
29.80%

Color #B3889B in popluar number systems.

HEX B3 88 9B
Decimal 179 136 155
Binary 10110011 10001000 10011011
Octal 263 210 233

Shades and tints

Shades of #B3889B

#B3889B
(179,136,155)
#A37C8D
(163,124,141)
#93707F
(147,112,127)
#836471
(131,100,113)
#735863
(115,88,99)
#634C55
(99,76,85)
#534047
(83,64,71)
#433439
(67,52,57)
#33282B
(51,40,43)
#231C1D
(35,28,29)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #B3889B

#B3889B
(179,136,155)
#B992A4
(185,146,164)
#BF9CAD
(191,156,173)
#C5A6B6
(197,166,182)
#CBB0BF
(203,176,191)
#D1BAC8
(209,186,200)
#D7C4D1
(215,196,209)
#DDCEDA
(221,206,218)
#E3D8E3
(227,216,227)
#E9E2EC
(233,226,236)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3889B color. Also use rgb(179,136,155) instead hex code.

Text Font Color

.myTextColor { color: #B3889B; }

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

This text font color is #B3889B.

Background Color

.myBgColor { background-color: #B3889B; }

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

This div background color is #B3889B.

Border color

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

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

This div border color is #B3889B.

Opacity

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

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

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

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

This text has shadow with #B3889B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3889B.

Preview

Color preview on black background

This text has color #B3889B on black background.


Color preview on white background

This text has color #B3889B on white background.


Black color preview on #B3889B background

This text has black color on #B3889B background.


White color preview on #B3889B background

This text has white color on #B3889B background.


Related colors

Complementary color

Complementary color for #hex is #4C7764.


I love getcolorcode.com

Triadic colors

1 #9BB388 and #889BB3 with #B3889B are triadic colors.

2 #9B88B3 and #88B39B with #B3889B are triadic colors.