COLOR #BB7391

HEX: #BB7391 RGB: (187,115,145)

Color info

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

RGB color model

#BB7391 color RGB value is (187,115,145).

RGB: (187,115,145) (73%, 45%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 115 of 255 = 45%
B 145 of 255 = 57%

187
115
145

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

Portions of RGB colors in percentages

R + G + B = 187 + 115 + 145 = 447 (100%)
R 187 of 447 ~ 41.83%
G 115 of 447 ~ 25.73%
B 145 of 447 ~ 32.44'%

%41.83
%25.73
%32.44

CMYK color model

#BB7391 color CMYK value is (0,39,22,27).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 22.46%
  • key color value is 26.67%
CMYK: (0,39,22,27) C0M39Y22K27 (0%,39%,22%,27%) (0.00/0.39/0.22/0.27) 

CMYK percentages

%0
%38.5
%22.46
%26.67

Codes

Color #BB7391 in popluar color models

BB 73 91
RGB 187 115 145
HSL 335° 34.62% 59.22%
HSB/HSV 335° 38.50% 73.33%
CMYK 0.00% 38.50% 22.46%
26.67%

Color #BB7391 in popluar number systems.

HEX BB 73 91
Decimal 187 115 145
Binary 10111011 1110011 10010001
Octal 273 163 221

Shades and tints

Shades of #BB7391

#BB7391
(187,115,145)
#AA6984
(170,105,132)
#995F77
(153,95,119)
#88556A
(136,85,106)
#774B5D
(119,75,93)
#664150
(102,65,80)
#553743
(85,55,67)
#442D36
(68,45,54)
#332329
(51,35,41)
#22191C
(34,25,28)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #BB7391

#BB7391
(187,115,145)
#C17F9B
(193,127,155)
#C78BA5
(199,139,165)
#CD97AF
(205,151,175)
#D3A3B9
(211,163,185)
#D9AFC3
(217,175,195)
#DFBBCD
(223,187,205)
#E5C7D7
(229,199,215)
#EBD3E1
(235,211,225)
#F1DFEB
(241,223,235)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7391; }

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

This text font color is #BB7391.

Background Color

.myBgColor { background-color: #BB7391; }

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

This div background color is #BB7391.

Border color

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

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

This div border color is #BB7391.

Opacity

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

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

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

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

This text has shadow with #BB7391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7391.

Preview

Color preview on black background

This text has color #BB7391 on black background.


Color preview on white background

This text has color #BB7391 on white background.


Black color preview on #BB7391 background

This text has black color on #BB7391 background.


White color preview on #BB7391 background

This text has white color on #BB7391 background.


Related colors

Complementary color

Complementary color for #hex is #448C6E.


I love getcolorcode.com

Triadic colors

1 #91BB73 and #7391BB with #BB7391 are triadic colors.

2 #9173BB and #73BB91 with #BB7391 are triadic colors.