COLOR #BB9989

HEX: #BB9989
RGB: (187,153,137)

Color info

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

RGB color model

#BB9989 color RGB value is (187,153,137).

  • red value is 187;
  • green value is 153;
  • blue value is 137.
RGB:
(187,153,137)
(73%,60%,54%)

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 137 of 255 = 54%

187
153
137

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

Portions of RGB colors in percentages

R + G + B =
187 + 153 + 137 = 477 (100%)
R 187 of 477 ~ 39.2%
G 153 of 477 ~ 32.08%
B 137 of 477 ~ 28.72%

%39.2
%32.08
%28.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 26.74%
  • key color value is 26.67%
CMYK:
(0,18,27,27)
C0M18Y27K27 
(0%,18%,27%,27%)
(0.00/0.18/0.27/0.27)	

CMYK percentages

%0
%18.18
%26.74
%26.67

Codes

Color #BB9989 in popluar color models

BB9989
RGB187153137
HSL19°26.88%63.53%
HSB/HSV19°26.74%73.33%
CMYK0.00%18.18%26.74%
26.67%

Color #BB9989 in popluar number systems.

HEXBB9989
Decimal187153137
Binary101110111001100110001001
Octal273231211

Shades and tints

Shades of #BB9989

#BB9989
(187,153,137)
#AA8C7D
(170,140,125)
#997F71
(153,127,113)
#887265
(136,114,101)
#776559
(119,101,89)
#66584D
(102,88,77)
#554B41
(85,75,65)
#443E35
(68,62,53)
#333129
(51,49,41)
#22241D
(34,36,29)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BB9989

#BB9989
(187,153,137)
#C1A293
(193,162,147)
#C7AB9D
(199,171,157)
#CDB4A7
(205,180,167)
#D3BDB1
(211,189,177)
#D9C6BB
(217,198,187)
#DFCFC5
(223,207,197)
#E5D8CF
(229,216,207)
#EBE1D9
(235,225,217)
#F1EAE3
(241,234,227)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9989 color. Also use rgb(187,153,137) instead hex code.

Text Font Color

.myTextColor { color: #BB9989; }

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

This text font color is #BB9989.


Background Color

.myBgColor { background-color: #BB9989; }

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

This div background color is #BB9989.


Border color

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

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

This div border color is #BB9989.


Opacity

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

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

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

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

This text has shadow with #BB9989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9989 on black background.


Color preview on white background

This text has color #BB9989 on white background.



Black color preview on #BB9989 background

This text has black color on #BB9989 background.


White color preview on #BB9989 background

This text has white color on #BB9989 background.