COLOR #BB7A9B

HEX: #BB7A9B
RGB: (187,122,155)

Color info

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

RGB color model

#BB7A9B color RGB value is (187,122,155).

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

RGB channels and saturation

R 187 of 255 = 73%
G 122 of 255 = 48%
B 155 of 255 = 61%

187
122
155

R + G + B ~ 61%. #BB7A9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 122 + 155 = 464 (100%)
R 187 of 464 ~ 40.3%
G 122 of 464 ~ 26.29%
B 155 of 464 ~ 33.41%

%40.3
%26.29
%33.41

CMYK color model

#BB7A9B color CMYK value is (0,35,17,27).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(0,35,17,27)
C0M35Y17K27 
(0%,35%,17%,27%)
(0.00/0.35/0.17/0.27)	

CMYK percentages

%0
%34.76
%17.11
%26.67

Codes

Color #BB7A9B in popluar color models

BB7A9B
RGB187122155
HSL330°32.34%60.59%
HSB/HSV330°34.76%73.33%
CMYK0.00%34.76%17.11%
26.67%

Color #BB7A9B in popluar number systems.

HEXBB7A9B
Decimal187122155
Binary10111011111101010011011
Octal273172233

Shades and tints

Shades of #BB7A9B

#BB7A9B
(187,122,155)
#AA6F8D
(170,111,141)
#99647F
(153,100,127)
#885971
(136,89,113)
#774E63
(119,78,99)
#664355
(102,67,85)
#553847
(85,56,71)
#442D39
(68,45,57)
#33222B
(51,34,43)
#22171D
(34,23,29)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #BB7A9B

#BB7A9B
(187,122,155)
#C186A4
(193,134,164)
#C792AD
(199,146,173)
#CD9EB6
(205,158,182)
#D3AABF
(211,170,191)
#D9B6C8
(217,182,200)
#DFC2D1
(223,194,209)
#E5CEDA
(229,206,218)
#EBDAE3
(235,218,227)
#F1E6EC
(241,230,236)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7A9B; }

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

This text font color is #BB7A9B.


Background Color

.myBgColor { background-color: #BB7A9B; }

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

This div background color is #BB7A9B.


Border color

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

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

This div border color is #BB7A9B.


Opacity

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

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

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

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

This text has shadow with #BB7A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7A9B on black background.


Color preview on white background

This text has color #BB7A9B on white background.



Black color preview on #BB7A9B background

This text has black color on #BB7A9B background.


White color preview on #BB7A9B background

This text has white color on #BB7A9B background.