COLOR #BB7AA3

HEX: #BB7AA3
RGB: (187,122,163)

Color info

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

RGB color model

#BB7AA3 color RGB value is (187,122,163).

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

RGB channels and saturation

R 187 of 255 = 73%
G 122 of 255 = 48%
B 163 of 255 = 64%

187
122
163

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

Portions of RGB colors in percentages

R + G + B =
187 + 122 + 163 = 472 (100%)
R 187 of 472 ~ 39.62%
G 122 of 472 ~ 25.85%
B 163 of 472 ~ 34.53%

%39.62
%25.85
%34.53

CMYK color model

#BB7AA3 color CMYK value is (0,35,13,27).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 12.83%
  • key color value is 26.67%
CMYK:
(0,35,13,27)
C0M35Y13K27 
(0%,35%,13%,27%)
(0.00/0.35/0.13/0.27)	

CMYK percentages

%0
%34.76
%12.83
%26.67

Codes

Color #BB7AA3 in popluar color models

BB7AA3
RGB187122163
HSL322°32.34%60.59%
HSB/HSV322°34.76%73.33%
CMYK0.00%34.76%12.83%
26.67%

Color #BB7AA3 in popluar number systems.

HEXBB7AA3
Decimal187122163
Binary10111011111101010100011
Octal273172243

Shades and tints

Shades of #BB7AA3

#BB7AA3
(187,122,163)
#AA6F95
(170,111,149)
#996487
(153,100,135)
#885979
(136,89,121)
#774E6B
(119,78,107)
#66435D
(102,67,93)
#55384F
(85,56,79)
#442D41
(68,45,65)
#332233
(51,34,51)
#221725
(34,23,37)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #BB7AA3

#BB7AA3
(187,122,163)
#C186AB
(193,134,171)
#C792B3
(199,146,179)
#CD9EBB
(205,158,187)
#D3AAC3
(211,170,195)
#D9B6CB
(217,182,203)
#DFC2D3
(223,194,211)
#E5CEDB
(229,206,219)
#EBDAE3
(235,218,227)
#F1E6EB
(241,230,235)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7AA3; }

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

This text font color is #BB7AA3.


Background Color

.myBgColor { background-color: #BB7AA3; }

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

This div background color is #BB7AA3.


Border color

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

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

This div border color is #BB7AA3.


Opacity

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

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

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

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

This text has shadow with #BB7AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7AA3 on black background.


Color preview on white background

This text has color #BB7AA3 on white background.



Black color preview on #BB7AA3 background

This text has black color on #BB7AA3 background.


White color preview on #BB7AA3 background

This text has white color on #BB7AA3 background.