COLOR #BB889A

HEX: #BB889A RGB: (187,136,154)

Color info

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

RGB color model

#BB889A color RGB value is (187,136,154).

RGB: (187,136,154) (73%, 53%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 136 of 255 = 53%
B 154 of 255 = 60%

187
136
154

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

Portions of RGB colors in percentages

R + G + B = 187 + 136 + 154 = 477 (100%)
R 187 of 477 ~ 39.2%
G 136 of 477 ~ 28.51%
B 154 of 477 ~ 32.29'%

%39.2
%28.51
%32.29

CMYK color model

#BB889A color CMYK value is (0,27,18,27).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 17.65%
  • key color value is 26.67%

CMYK: (0,27,18,27)
C0M27Y18K27 (0%, 27%, 18%, 27%)
(0.00 / 0.27 / 0.18 / 0.27)

CMYK percentages

%0
%27.27
%17.65
%26.67

Codes

Color #BB889A in popluar color models

BB 88 9A
RGB 187 136 154
HSL 339° 27.27% 63.33%
HSB/HSV 339° 27.27% 73.33%
CMYK 0.00% 27.27% 17.65%
26.67%

Color #BB889A in popluar number systems.

HEX BB 88 9A
Decimal 187 136 154
Binary 10111011 10001000 10011010
Octal 273 210 232

Shades and tints

Shades of #BB889A

#BB889A
(187,136,154)
#AA7C8C
(170,124,140)
#99707E
(153,112,126)
#886470
(136,100,112)
#775862
(119,88,98)
#664C54
(102,76,84)
#554046
(85,64,70)
#443438
(68,52,56)
#33282A
(51,40,42)
#221C1C
(34,28,28)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #BB889A

#BB889A
(187,136,154)
#C192A3
(193,146,163)
#C79CAC
(199,156,172)
#CDA6B5
(205,166,181)
#D3B0BE
(211,176,190)
#D9BAC7
(217,186,199)
#DFC4D0
(223,196,208)
#E5CED9
(229,206,217)
#EBD8E2
(235,216,226)
#F1E2EB
(241,226,235)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB889A color. Also use rgb(187,136,154) instead hex code.

Text Font Color

.myTextColor { color: #BB889A; }

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

This text font color is #BB889A.

Background Color

.myBgColor { background-color: #BB889A; }

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

This div background color is #BB889A.

Border color

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

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

This div border color is #BB889A.

Opacity

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

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

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

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

This text has shadow with #BB889A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB889A.

Preview

Color preview on black background

This text has color #BB889A on black background.


Color preview on white background

This text has color #BB889A on white background.


Black color preview on #BB889A background

This text has black color on #BB889A background.


White color preview on #BB889A background

This text has white color on #BB889A background.


Related colors

Complementary color

Complementary color for #hex is #447765.


I love getcolorcode.com

Triadic colors

1 #9ABB88 and #889ABB with #BB889A are triadic colors.

2 #9A88BB and #88BB9A with #BB889A are triadic colors.