COLOR #BB7590

HEX: #BB7590
RGB: (187,117,144)

Color info

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

RGB color model

#BB7590 color RGB value is (187,117,144).

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

RGB channels and saturation

R 187 of 255 = 73%
G 117 of 255 = 46%
B 144 of 255 = 56%

187
117
144

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

Portions of RGB colors in percentages

R + G + B =
187 + 117 + 144 = 448 (100%)
R 187 of 448 ~ 41.74%
G 117 of 448 ~ 26.12%
B 144 of 448 ~ 32.14%

%41.74
%26.12
%32.14

CMYK color model

#BB7590 color CMYK value is (0,37,23,27).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(0,37,23,27)
C0M37Y23K27 
(0%,37%,23%,27%)
(0.00/0.37/0.23/0.27)	

CMYK percentages

%0
%37.43
%22.99
%26.67

Codes

Color #BB7590 in popluar color models

BB7590
RGB187117144
HSL337°33.98%59.61%
HSB/HSV337°37.43%73.33%
CMYK0.00%37.43%22.99%
26.67%

Color #BB7590 in popluar number systems.

HEXBB7590
Decimal187117144
Binary10111011111010110010000
Octal273165220

Shades and tints

Shades of #BB7590

#BB7590
(187,117,144)
#AA6B83
(170,107,131)
#996176
(153,97,118)
#885769
(136,87,105)
#774D5C
(119,77,92)
#66434F
(102,67,79)
#553942
(85,57,66)
#442F35
(68,47,53)
#332528
(51,37,40)
#221B1B
(34,27,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #BB7590

#BB7590
(187,117,144)
#C1819A
(193,129,154)
#C78DA4
(199,141,164)
#CD99AE
(205,153,174)
#D3A5B8
(211,165,184)
#D9B1C2
(217,177,194)
#DFBDCC
(223,189,204)
#E5C9D6
(229,201,214)
#EBD5E0
(235,213,224)
#F1E1EA
(241,225,234)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7590; }

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

This text font color is #BB7590.


Background Color

.myBgColor { background-color: #BB7590; }

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

This div background color is #BB7590.


Border color

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

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

This div border color is #BB7590.


Opacity

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

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

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

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

This text has shadow with #BB7590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7590 on black background.


Color preview on white background

This text has color #BB7590 on white background.



Black color preview on #BB7590 background

This text has black color on #BB7590 background.


White color preview on #BB7590 background

This text has white color on #BB7590 background.