COLOR #BB9088

HEX: #BB9088 RGB: (187,144,136)

Color info

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

RGB color model

#BB9088 color RGB value is (187,144,136).

RGB: (187,144,136) (73%, 56%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 136 of 255 = 53%

187
144
136

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

Portions of RGB colors in percentages

R + G + B = 187 + 144 + 136 = 467 (100%)
R 187 of 467 ~ 40.04%
G 144 of 467 ~ 30.84%
B 136 of 467 ~ 29.12'%

%40.04
%30.84
%29.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 27.27%
  • 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
%27.27
%26.67

Codes

Color #BB9088 in popluar color models

BB 90 88
RGB 187 144 136
HSL 27.27% 63.33%
HSB/HSV 27.27% 73.33%
CMYK 0.00% 22.99% 27.27%
26.67%

Color #BB9088 in popluar number systems.

HEX BB 90 88
Decimal 187 144 136
Binary 10111011 10010000 10001000
Octal 273 220 210

Shades and tints

Shades of #BB9088

#BB9088
(187,144,136)
#AA837C
(170,131,124)
#997670
(153,118,112)
#886964
(136,105,100)
#775C58
(119,92,88)
#664F4C
(102,79,76)
#554240
(85,66,64)
#443534
(68,53,52)
#332828
(51,40,40)
#221B1C
(34,27,28)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #BB9088

#BB9088
(187,144,136)
#C19A92
(193,154,146)
#C7A49C
(199,164,156)
#CDAEA6
(205,174,166)
#D3B8B0
(211,184,176)
#D9C2BA
(217,194,186)
#DFCCC4
(223,204,196)
#E5D6CE
(229,214,206)
#EBE0D8
(235,224,216)
#F1EAE2
(241,234,226)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9088; }

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

This text font color is #BB9088.

Background Color

.myBgColor { background-color: #BB9088; }

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

This div background color is #BB9088.

Border color

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

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

This div border color is #BB9088.

Opacity

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

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

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

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

This text has shadow with #BB9088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9088.

Preview

Color preview on black background

This text has color #BB9088 on black background.


Color preview on white background

This text has color #BB9088 on white background.


Black color preview on #BB9088 background

This text has black color on #BB9088 background.


White color preview on #BB9088 background

This text has white color on #BB9088 background.


Related colors

Complementary color

Complementary color for #hex is #446F77.


I love getcolorcode.com

Triadic colors

1 #88BB90 and #9088BB with #BB9088 are triadic colors.

2 #8890BB and #90BB88 with #BB9088 are triadic colors.