COLOR #BB989B

HEX: #BB989B RGB: (187,152,155)

Color info

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

RGB color model

#BB989B color RGB value is (187,152,155).

RGB: (187,152,155) (73%, 60%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 155 of 255 = 61%

187
152
155

R + G + B ~ 65%. #BB989B is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 152 + 155 = 494 (100%)
R 187 of 494 ~ 37.85%
G 152 of 494 ~ 30.77%
B 155 of 494 ~ 31.38'%

%37.85
%30.77
%31.38

CMYK color model

#BB989B color CMYK value is (0,19,17,27).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 17.11%
  • key color value is 26.67%

CMYK: (0,19,17,27)
C0M19Y17K27 (0%, 19%, 17%, 27%)
(0.00 / 0.19 / 0.17 / 0.27)

CMYK percentages

%0
%18.72
%17.11
%26.67

Codes

Color #BB989B in popluar color models

BB 98 9B
RGB 187 152 155
HSL 355° 20.47% 66.47%
HSB/HSV 355° 18.72% 73.33%
CMYK 0.00% 18.72% 17.11%
26.67%

Color #BB989B in popluar number systems.

HEX BB 98 9B
Decimal 187 152 155
Binary 10111011 10011000 10011011
Octal 273 230 233

Shades and tints

Shades of #BB989B

#BB989B
(187,152,155)
#AA8B8D
(170,139,141)
#997E7F
(153,126,127)
#887171
(136,113,113)
#776463
(119,100,99)
#665755
(102,87,85)
#554A47
(85,74,71)
#443D39
(68,61,57)
#33302B
(51,48,43)
#22231D
(34,35,29)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BB989B

#BB989B
(187,152,155)
#C1A1A4
(193,161,164)
#C7AAAD
(199,170,173)
#CDB3B6
(205,179,182)
#D3BCBF
(211,188,191)
#D9C5C8
(217,197,200)
#DFCED1
(223,206,209)
#E5D7DA
(229,215,218)
#EBE0E3
(235,224,227)
#F1E9EC
(241,233,236)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB989B; }

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

This text font color is #BB989B.

Background Color

.myBgColor { background-color: #BB989B; }

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

This div background color is #BB989B.

Border color

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

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

This div border color is #BB989B.

Opacity

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

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

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

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

This text has shadow with #BB989B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB989B.

Preview

Color preview on black background

This text has color #BB989B on black background.


Color preview on white background

This text has color #BB989B on white background.


Black color preview on #BB989B background

This text has black color on #BB989B background.


White color preview on #BB989B background

This text has white color on #BB989B background.


Related colors

Complementary color

Complementary color for #hex is #446764.


I love getcolorcode.com

Triadic colors

1 #9BBB98 and #989BBB with #BB989B are triadic colors.

2 #9B98BB and #98BB9B with #BB989B are triadic colors.