COLOR #BB9394

HEX: #BB9394 RGB: (187,147,148)

Color info

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

RGB color model

#BB9394 color RGB value is (187,147,148).

RGB: (187,147,148) (73%, 58%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 147 of 255 = 58%
B 148 of 255 = 58%

187
147
148

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

Portions of RGB colors in percentages

R + G + B = 187 + 147 + 148 = 482 (100%)
R 187 of 482 ~ 38.8%
G 147 of 482 ~ 30.5%
B 148 of 482 ~ 30.71'%

%38.8
%30.5
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK: (0,21,21,27) C0M21Y21K27 (0%,21%,21%,27%) (0.00/0.21/0.21/0.27) 

CMYK percentages

%0
%21.39
%20.86
%26.67

Codes

Color #BB9394 in popluar color models

BB 93 94
RGB 187 147 148
HSL 359° 22.73% 65.49%
HSB/HSV 359° 21.39% 73.33%
CMYK 0.00% 21.39% 20.86%
26.67%

Color #BB9394 in popluar number systems.

HEX BB 93 94
Decimal 187 147 148
Binary 10111011 10010011 10010100
Octal 273 223 224

Shades and tints

Shades of #BB9394

#BB9394
(187,147,148)
#AA8687
(170,134,135)
#99797A
(153,121,122)
#886C6D
(136,108,109)
#775F60
(119,95,96)
#665253
(102,82,83)
#554546
(85,69,70)
#443839
(68,56,57)
#332B2C
(51,43,44)
#221E1F
(34,30,31)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #BB9394

#BB9394
(187,147,148)
#C19C9D
(193,156,157)
#C7A5A6
(199,165,166)
#CDAEAF
(205,174,175)
#D3B7B8
(211,183,184)
#D9C0C1
(217,192,193)
#DFC9CA
(223,201,202)
#E5D2D3
(229,210,211)
#EBDBDC
(235,219,220)
#F1E4E5
(241,228,229)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9394; }

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

This text font color is #BB9394.

Background Color

.myBgColor { background-color: #BB9394; }

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

This div background color is #BB9394.

Border color

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

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

This div border color is #BB9394.

Opacity

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

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

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

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

This text has shadow with #BB9394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9394.

Preview

Color preview on black background

This text has color #BB9394 on black background.


Color preview on white background

This text has color #BB9394 on white background.


Black color preview on #BB9394 background

This text has black color on #BB9394 background.


White color preview on #BB9394 background

This text has white color on #BB9394 background.


Related colors

Complementary color

Complementary color for #hex is #446C6B.


I love getcolorcode.com

Triadic colors

1 #94BB93 and #9394BB with #BB9394 are triadic colors.

2 #9493BB and #93BB94 with #BB9394 are triadic colors.