COLOR #BB7390

HEX: #BB7390
RGB: (187,115,144)

Color info

#BB7390 contains mainly red and blue colors. Web safe color of #BB7390 is #CC6699 (or #C69).

RGB color model

#BB7390 color RGB value is (187,115,144).

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

RGB channels and saturation

R 187 of 255 = 73%
G 115 of 255 = 45%
B 144 of 255 = 56%

187
115
144

R + G + B ~ 58%. #BB7390 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 115 + 144 = 446 (100%)
R 187 of 446 ~ 41.93%
G 115 of 446 ~ 25.78%
B 144 of 446 ~ 32.29%

%41.93
%25.78
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(0,39,23,27)
C0M39Y23K27 
(0%,39%,23%,27%)
(0.00/0.39/0.23/0.27)	

CMYK percentages

%0
%38.5
%22.99
%26.67

Codes

Color #BB7390 in popluar color models

BB7390
RGB187115144
HSL336°34.62%59.22%
HSB/HSV336°38.50%73.33%
CMYK0.00%38.50%22.99%
26.67%

Color #BB7390 in popluar number systems.

HEXBB7390
Decimal187115144
Binary10111011111001110010000
Octal273163220

Shades and tints

Shades of #BB7390

#BB7390
(187,115,144)
#AA6983
(170,105,131)
#995F76
(153,95,118)
#885569
(136,85,105)
#774B5C
(119,75,92)
#66414F
(102,65,79)
#553742
(85,55,66)
#442D35
(68,45,53)
#332328
(51,35,40)
#22191B
(34,25,27)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #BB7390

#BB7390
(187,115,144)
#C17F9A
(193,127,154)
#C78BA4
(199,139,164)
#CD97AE
(205,151,174)
#D3A3B8
(211,163,184)
#D9AFC2
(217,175,194)
#DFBBCC
(223,187,204)
#E5C7D6
(229,199,214)
#EBD3E0
(235,211,224)
#F1DFEA
(241,223,234)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7390; }

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

This text font color is #BB7390.


Background Color

.myBgColor { background-color: #BB7390; }

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

This div background color is #BB7390.


Border color

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

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

This div border color is #BB7390.


Opacity

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

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

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

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

This text has shadow with #BB7390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7390 on black background.


Color preview on white background

This text has color #BB7390 on white background.



Black color preview on #BB7390 background

This text has black color on #BB7390 background.


White color preview on #BB7390 background

This text has white color on #BB7390 background.