COLOR #BB9091

HEX: #BB9091 RGB: (187,144,145)

Color info

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

RGB color model

#BB9091 color RGB value is (187,144,145).

RGB: (187,144,145) (73%, 56%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 144 of 255 = 56%
B 145 of 255 = 57%

187
144
145

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

Portions of RGB colors in percentages

R + G + B = 187 + 144 + 145 = 476 (100%)
R 187 of 476 ~ 39.29%
G 144 of 476 ~ 30.25%
B 145 of 476 ~ 30.46'%

%39.29
%30.25
%30.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 22.46%
  • key color value is 26.67%

CMYK: (0,23,22,27)
C0M23Y22K27 (0%, 23%, 22%, 27%)
(0.00 / 0.23 / 0.22 / 0.27)

CMYK percentages

%0
%22.99
%22.46
%26.67

Codes

Color #BB9091 in popluar color models

BB 90 91
RGB 187 144 145
HSL 359° 24.02% 64.90%
HSB/HSV 359° 22.99% 73.33%
CMYK 0.00% 22.99% 22.46%
26.67%

Color #BB9091 in popluar number systems.

HEX BB 90 91
Decimal 187 144 145
Binary 10111011 10010000 10010001
Octal 273 220 221

Shades and tints

Shades of #BB9091

#BB9091
(187,144,145)
#AA8384
(170,131,132)
#997677
(153,118,119)
#88696A
(136,105,106)
#775C5D
(119,92,93)
#664F50
(102,79,80)
#554243
(85,66,67)
#443536
(68,53,54)
#332829
(51,40,41)
#221B1C
(34,27,28)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #BB9091

#BB9091
(187,144,145)
#C19A9B
(193,154,155)
#C7A4A5
(199,164,165)
#CDAEAF
(205,174,175)
#D3B8B9
(211,184,185)
#D9C2C3
(217,194,195)
#DFCCCD
(223,204,205)
#E5D6D7
(229,214,215)
#EBE0E1
(235,224,225)
#F1EAEB
(241,234,235)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9091; }

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

This text font color is #BB9091.

Background Color

.myBgColor { background-color: #BB9091; }

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

This div background color is #BB9091.

Border color

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

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

This div border color is #BB9091.

Opacity

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

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

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

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

This text has shadow with #BB9091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9091.

Preview

Color preview on black background

This text has color #BB9091 on black background.


Color preview on white background

This text has color #BB9091 on white background.


Black color preview on #BB9091 background

This text has black color on #BB9091 background.


White color preview on #BB9091 background

This text has white color on #BB9091 background.


Related colors

Complementary color

Complementary color for #hex is #446F6E.


I love getcolorcode.com

Triadic colors

1 #91BB90 and #9091BB with #BB9091 are triadic colors.

2 #9190BB and #90BB91 with #BB9091 are triadic colors.