COLOR #BB7AA5

HEX: #BB7AA5
RGB: (187,122,165)

Color info

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

RGB color model

#BB7AA5 color RGB value is (187,122,165).

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

RGB channels and saturation

R 187 of 255 = 73%
G 122 of 255 = 48%
B 165 of 255 = 65%

187
122
165

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

Portions of RGB colors in percentages

R + G + B =
187 + 122 + 165 = 474 (100%)
R 187 of 474 ~ 39.45%
G 122 of 474 ~ 25.74%
B 165 of 474 ~ 34.81%

%39.45
%25.74
%34.81

CMYK color model

#BB7AA5 color CMYK value is (0,35,12,27).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(0,35,12,27)
C0M35Y12K27 
(0%,35%,12%,27%)
(0.00/0.35/0.12/0.27)	

CMYK percentages

%0
%34.76
%11.76
%26.67

Codes

Color #BB7AA5 in popluar color models

BB7AA5
RGB187122165
HSL320°32.34%60.59%
HSB/HSV320°34.76%73.33%
CMYK0.00%34.76%11.76%
26.67%

Color #BB7AA5 in popluar number systems.

HEXBB7AA5
Decimal187122165
Binary10111011111101010100101
Octal273172245

Shades and tints

Shades of #BB7AA5

#BB7AA5
(187,122,165)
#AA6F96
(170,111,150)
#996487
(153,100,135)
#885978
(136,89,120)
#774E69
(119,78,105)
#66435A
(102,67,90)
#55384B
(85,56,75)
#442D3C
(68,45,60)
#33222D
(51,34,45)
#22171E
(34,23,30)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #BB7AA5

#BB7AA5
(187,122,165)
#C186AD
(193,134,173)
#C792B5
(199,146,181)
#CD9EBD
(205,158,189)
#D3AAC5
(211,170,197)
#D9B6CD
(217,182,205)
#DFC2D5
(223,194,213)
#E5CEDD
(229,206,221)
#EBDAE5
(235,218,229)
#F1E6ED
(241,230,237)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7AA5; }

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

This text font color is #BB7AA5.


Background Color

.myBgColor { background-color: #BB7AA5; }

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

This div background color is #BB7AA5.


Border color

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

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

This div border color is #BB7AA5.


Opacity

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

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

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

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

This text has shadow with #BB7AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7AA5 on black background.


Color preview on white background

This text has color #BB7AA5 on white background.



Black color preview on #BB7AA5 background

This text has black color on #BB7AA5 background.


White color preview on #BB7AA5 background

This text has white color on #BB7AA5 background.