COLOR #BB9089

HEX: #BB9089 RGB: (187,144,137)

Color info

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

RGB color model

#BB9089 color RGB value is (187,144,137).

RGB: (187,144,137) (73%, 56%, 54%)

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 137 of 255 = 54%

187
144
137

R + G + B ~ 61%. #BB9089 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 144 + 137 = 468 (100%)
R 187 of 468 ~ 39.96%
G 144 of 468 ~ 30.77%
B 137 of 468 ~ 29.27'%

%39.96
%30.77
%29.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 26.74%
  • key color value is 26.67%
CMYK: (0,23,27,27) C0M23Y27K27 (0%,23%,27%,27%) (0.00/0.23/0.27/0.27) 

CMYK percentages

%0
%22.99
%26.74
%26.67

Codes

Color #BB9089 in popluar color models

BB 90 89
RGB 187 144 137
HSL 26.88% 63.53%
HSB/HSV 26.74% 73.33%
CMYK 0.00% 22.99% 26.74%
26.67%

Color #BB9089 in popluar number systems.

HEX BB 90 89
Decimal 187 144 137
Binary 10111011 10010000 10001001
Octal 273 220 211

Shades and tints

Shades of #BB9089

#BB9089
(187,144,137)
#AA837D
(170,131,125)
#997671
(153,118,113)
#886965
(136,105,101)
#775C59
(119,92,89)
#664F4D
(102,79,77)
#554241
(85,66,65)
#443535
(68,53,53)
#332829
(51,40,41)
#221B1D
(34,27,29)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #BB9089

#BB9089
(187,144,137)
#C19A93
(193,154,147)
#C7A49D
(199,164,157)
#CDAEA7
(205,174,167)
#D3B8B1
(211,184,177)
#D9C2BB
(217,194,187)
#DFCCC5
(223,204,197)
#E5D6CF
(229,214,207)
#EBE0D9
(235,224,217)
#F1EAE3
(241,234,227)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9089; }

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

This text font color is #BB9089.

Background Color

.myBgColor { background-color: #BB9089; }

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

This div background color is #BB9089.

Border color

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

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

This div border color is #BB9089.

Opacity

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

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

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

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

This text has shadow with #BB9089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9089.

Preview

Color preview on black background

This text has color #BB9089 on black background.


Color preview on white background

This text has color #BB9089 on white background.


Black color preview on #BB9089 background

This text has black color on #BB9089 background.


White color preview on #BB9089 background

This text has white color on #BB9089 background.


Related colors

Complementary color

Complementary color for #hex is #446F76.


I love getcolorcode.com

Triadic colors

1 #89BB90 and #9089BB with #BB9089 are triadic colors.

2 #8990BB and #90BB89 with #BB9089 are triadic colors.