COLOR #BB9390

HEX: #BB9390
RGB: (187,147,144)

Color info

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

RGB color model

#BB9390 color RGB value is (187,147,144).

  • red value is 187;
  • green value is 147;
  • blue value is 144.
RGB:
(187,147,144)
(73%,58%,56%)

RGB channels and saturation

R 187 of 255 = 73%
G 147 of 255 = 58%
B 144 of 255 = 56%

187
147
144

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

Portions of RGB colors in percentages

R + G + B =
187 + 147 + 144 = 478 (100%)
R 187 of 478 ~ 39.12%
G 147 of 478 ~ 30.75%
B 144 of 478 ~ 30.13%

%39.12
%30.75
%30.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(0,21,23,27)
C0M21Y23K27 
(0%,21%,23%,27%)
(0.00/0.21/0.23/0.27)	

CMYK percentages

%0
%21.39
%22.99
%26.67

Codes

Color #BB9390 in popluar color models

BB9390
RGB187147144
HSL24.02%64.90%
HSB/HSV22.99%73.33%
CMYK0.00%21.39%22.99%
26.67%

Color #BB9390 in popluar number systems.

HEXBB9390
Decimal187147144
Binary101110111001001110010000
Octal273223220

Shades and tints

Shades of #BB9390

#BB9390
(187,147,144)
#AA8683
(170,134,131)
#997976
(153,121,118)
#886C69
(136,108,105)
#775F5C
(119,95,92)
#66524F
(102,82,79)
#554542
(85,69,66)
#443835
(68,56,53)
#332B28
(51,43,40)
#221E1B
(34,30,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #BB9390

#BB9390
(187,147,144)
#C19C9A
(193,156,154)
#C7A5A4
(199,165,164)
#CDAEAE
(205,174,174)
#D3B7B8
(211,183,184)
#D9C0C2
(217,192,194)
#DFC9CC
(223,201,204)
#E5D2D6
(229,210,214)
#EBDBE0
(235,219,224)
#F1E4EA
(241,228,234)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9390; }

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

This text font color is #BB9390.


Background Color

.myBgColor { background-color: #BB9390; }

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

This div background color is #BB9390.


Border color

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

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

This div border color is #BB9390.


Opacity

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

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

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

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

This text has shadow with #BB9390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9390 on black background.


Color preview on white background

This text has color #BB9390 on white background.



Black color preview on #BB9390 background

This text has black color on #BB9390 background.


White color preview on #BB9390 background

This text has white color on #BB9390 background.