COLOR #BB9491

HEX: #BB9491 RGB: (187,148,145)

Color info

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

RGB color model

#BB9491 color RGB value is (187,148,145).

RGB: (187,148,145) (73%, 58%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 148 of 255 = 58%
B 145 of 255 = 57%

187
148
145

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

Portions of RGB colors in percentages

R + G + B = 187 + 148 + 145 = 480 (100%)
R 187 of 480 ~ 38.96%
G 148 of 480 ~ 30.83%
B 145 of 480 ~ 30.21'%

%38.96
%30.83
%30.21

CMYK color model

#BB9491 color CMYK value is (0,21,22,27).

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

CMYK: (0,21,22,27)
C0M21Y22K27 (0%, 21%, 22%, 27%)
(0.00 / 0.21 / 0.22 / 0.27)

CMYK percentages

%0
%20.86
%22.46
%26.67

Codes

Color #BB9491 in popluar color models

BB 94 91
RGB 187 148 145
HSL 23.60% 65.10%
HSB/HSV 22.46% 73.33%
CMYK 0.00% 20.86% 22.46%
26.67%

Color #BB9491 in popluar number systems.

HEX BB 94 91
Decimal 187 148 145
Binary 10111011 10010100 10010001
Octal 273 224 221

Shades and tints

Shades of #BB9491

#BB9491
(187,148,145)
#AA8784
(170,135,132)
#997A77
(153,122,119)
#886D6A
(136,109,106)
#77605D
(119,96,93)
#665350
(102,83,80)
#554643
(85,70,67)
#443936
(68,57,54)
#332C29
(51,44,41)
#221F1C
(34,31,28)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #BB9491

#BB9491
(187,148,145)
#C19D9B
(193,157,155)
#C7A6A5
(199,166,165)
#CDAFAF
(205,175,175)
#D3B8B9
(211,184,185)
#D9C1C3
(217,193,195)
#DFCACD
(223,202,205)
#E5D3D7
(229,211,215)
#EBDCE1
(235,220,225)
#F1E5EB
(241,229,235)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9491; }

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

This text font color is #BB9491.

Background Color

.myBgColor { background-color: #BB9491; }

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

This div background color is #BB9491.

Border color

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

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

This div border color is #BB9491.

Opacity

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

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

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

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

This text has shadow with #BB9491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9491.

Preview

Color preview on black background

This text has color #BB9491 on black background.


Color preview on white background

This text has color #BB9491 on white background.


Black color preview on #BB9491 background

This text has black color on #BB9491 background.


White color preview on #BB9491 background

This text has white color on #BB9491 background.


Related colors

Complementary color

Complementary color for #hex is #446B6E.


I love getcolorcode.com

Triadic colors

1 #91BB94 and #9491BB with #BB9491 are triadic colors.

2 #9194BB and #94BB91 with #BB9491 are triadic colors.