COLOR #BB7A91

HEX: #BB7A91
RGB: (187,122,145)

Color info

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

RGB color model

#BB7A91 color RGB value is (187,122,145).

  • red value is 187;
  • green value is 122;
  • blue value is 145.
RGB:
(187,122,145)
(73%,48%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 122 of 255 = 48%
B 145 of 255 = 57%

187
122
145

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

Portions of RGB colors in percentages

R + G + B =
187 + 122 + 145 = 454 (100%)
R 187 of 454 ~ 41.19%
G 122 of 454 ~ 26.87%
B 145 of 454 ~ 31.94%

%41.19
%26.87
%31.94

CMYK color model

#BB7A91 color CMYK value is (0,35,22,27).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 22.46%
  • key color value is 26.67%
CMYK:
(0,35,22,27)
C0M35Y22K27 
(0%,35%,22%,27%)
(0.00/0.35/0.22/0.27)	

CMYK percentages

%0
%34.76
%22.46
%26.67

Codes

Color #BB7A91 in popluar color models

BB7A91
RGB187122145
HSL339°32.34%60.59%
HSB/HSV339°34.76%73.33%
CMYK0.00%34.76%22.46%
26.67%

Color #BB7A91 in popluar number systems.

HEXBB7A91
Decimal187122145
Binary10111011111101010010001
Octal273172221

Shades and tints

Shades of #BB7A91

#BB7A91
(187,122,145)
#AA6F84
(170,111,132)
#996477
(153,100,119)
#88596A
(136,89,106)
#774E5D
(119,78,93)
#664350
(102,67,80)
#553843
(85,56,67)
#442D36
(68,45,54)
#332229
(51,34,41)
#22171C
(34,23,28)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #BB7A91

#BB7A91
(187,122,145)
#C1869B
(193,134,155)
#C792A5
(199,146,165)
#CD9EAF
(205,158,175)
#D3AAB9
(211,170,185)
#D9B6C3
(217,182,195)
#DFC2CD
(223,194,205)
#E5CED7
(229,206,215)
#EBDAE1
(235,218,225)
#F1E6EB
(241,230,235)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7A91; }

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

This text font color is #BB7A91.


Background Color

.myBgColor { background-color: #BB7A91; }

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

This div background color is #BB7A91.


Border color

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

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

This div border color is #BB7A91.


Opacity

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

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

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

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

This text has shadow with #BB7A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7A91 on black background.


Color preview on white background

This text has color #BB7A91 on white background.



Black color preview on #BB7A91 background

This text has black color on #BB7A91 background.


White color preview on #BB7A91 background

This text has white color on #BB7A91 background.