COLOR #BB9890

HEX: #BB9890
RGB: (187,152,144)

Color info

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

RGB color model

#BB9890 color RGB value is (187,152,144).

  • red value is 187;
  • green value is 152;
  • blue value is 144.
RGB:
(187,152,144)
(73%,60%,56%)

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 144 of 255 = 56%

187
152
144

R + G + B ~ 63%. #BB9890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 144 = 483 (100%)
R 187 of 483 ~ 38.72%
G 152 of 483 ~ 31.47%
B 144 of 483 ~ 29.81%

%38.72
%31.47
%29.81

CMYK color model

#BB9890 color CMYK value is (0,19,23,27).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(0,19,23,27)
C0M19Y23K27 
(0%,19%,23%,27%)
(0.00/0.19/0.23/0.27)	

CMYK percentages

%0
%18.72
%22.99
%26.67

Codes

Color #BB9890 in popluar color models

BB9890
RGB187152144
HSL11°24.02%64.90%
HSB/HSV11°22.99%73.33%
CMYK0.00%18.72%22.99%
26.67%

Color #BB9890 in popluar number systems.

HEXBB9890
Decimal187152144
Binary101110111001100010010000
Octal273230220

Shades and tints

Shades of #BB9890

#BB9890
(187,152,144)
#AA8B83
(170,139,131)
#997E76
(153,126,118)
#887169
(136,113,105)
#77645C
(119,100,92)
#66574F
(102,87,79)
#554A42
(85,74,66)
#443D35
(68,61,53)
#333028
(51,48,40)
#22231B
(34,35,27)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #BB9890

#BB9890
(187,152,144)
#C1A19A
(193,161,154)
#C7AAA4
(199,170,164)
#CDB3AE
(205,179,174)
#D3BCB8
(211,188,184)
#D9C5C2
(217,197,194)
#DFCECC
(223,206,204)
#E5D7D6
(229,215,214)
#EBE0E0
(235,224,224)
#F1E9EA
(241,233,234)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9890; }

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

This text font color is #BB9890.


Background Color

.myBgColor { background-color: #BB9890; }

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

This div background color is #BB9890.


Border color

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

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

This div border color is #BB9890.


Opacity

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

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

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

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

This text has shadow with #BB9890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9890 on black background.


Color preview on white background

This text has color #BB9890 on white background.



Black color preview on #BB9890 background

This text has black color on #BB9890 background.


White color preview on #BB9890 background

This text has white color on #BB9890 background.