COLOR #BB879B

HEX: #BB879B RGB: (187,135,155)

Color info

#BB879B contains red, green and blue colors in about the same proportion. Web safe color of #BB879B is #CC9999 (or #C99).

RGB color model

#BB879B color RGB value is (187,135,155).

RGB: (187,135,155) (73%, 53%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 135 of 255 = 53%
B 155 of 255 = 61%

187
135
155

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

Portions of RGB colors in percentages

R + G + B = 187 + 135 + 155 = 477 (100%)
R 187 of 477 ~ 39.2%
G 135 of 477 ~ 28.3%
B 155 of 477 ~ 32.49'%

%39.2
%28.3
%32.49

CMYK color model

#BB879B color CMYK value is (0,28,17,27).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK: (0,28,17,27) C0M28Y17K27 (0%,28%,17%,27%) (0.00/0.28/0.17/0.27) 

CMYK percentages

%0
%27.81
%17.11
%26.67

Codes

Color #BB879B in popluar color models

BB 87 9B
RGB 187 135 155
HSL 337° 27.66% 63.14%
HSB/HSV 337° 27.81% 73.33%
CMYK 0.00% 27.81% 17.11%
26.67%

Color #BB879B in popluar number systems.

HEX BB 87 9B
Decimal 187 135 155
Binary 10111011 10000111 10011011
Octal 273 207 233

Shades and tints

Shades of #BB879B

#BB879B
(187,135,155)
#AA7B8D
(170,123,141)
#996F7F
(153,111,127)
#886371
(136,99,113)
#775763
(119,87,99)
#664B55
(102,75,85)
#553F47
(85,63,71)
#443339
(68,51,57)
#33272B
(51,39,43)
#221B1D
(34,27,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #BB879B

#BB879B
(187,135,155)
#C191A4
(193,145,164)
#C79BAD
(199,155,173)
#CDA5B6
(205,165,182)
#D3AFBF
(211,175,191)
#D9B9C8
(217,185,200)
#DFC3D1
(223,195,209)
#E5CDDA
(229,205,218)
#EBD7E3
(235,215,227)
#F1E1EC
(241,225,236)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB879B color. Also use rgb(187,135,155) instead hex code.

Text Font Color

.myTextColor { color: #BB879B; }

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

This text font color is #BB879B.

Background Color

.myBgColor { background-color: #BB879B; }

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

This div background color is #BB879B.

Border color

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

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

This div border color is #BB879B.

Opacity

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

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

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

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

This text has shadow with #BB879B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB879B.

Preview

Color preview on black background

This text has color #BB879B on black background.


Color preview on white background

This text has color #BB879B on white background.


Black color preview on #BB879B background

This text has black color on #BB879B background.


White color preview on #BB879B background

This text has white color on #BB879B background.


Related colors

Complementary color

Complementary color for #hex is #447864.


I love getcolorcode.com

Triadic colors

1 #9BBB87 and #879BBB with #BB879B are triadic colors.

2 #9B87BB and #87BB9B with #BB879B are triadic colors.