COLOR #BB86A0

HEX: #BB86A0
RGB: (187,134,160)

Color info

#BB86A0 contains red, green and blue colors in about the same proportion. Web safe color of #BB86A0 is #CC9999 (or #C99).

RGB color model

#BB86A0 color RGB value is (187,134,160).

  • red value is 187;
  • green value is 134;
  • blue value is 160.
RGB:
(187,134,160)
(73%,53%,63%)

RGB channels and saturation

R 187 of 255 = 73%
G 134 of 255 = 53%
B 160 of 255 = 63%

187
134
160

R + G + B ~ 63%. #BB86A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 134 + 160 = 481 (100%)
R 187 of 481 ~ 38.88%
G 134 of 481 ~ 27.86%
B 160 of 481 ~ 33.26%

%38.88
%27.86
%33.26

CMYK color model

#BB86A0 color CMYK value is (0,28,14,27).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(0,28,14,27)
C0M28Y14K27 
(0%,28%,14%,27%)
(0.00/0.28/0.14/0.27)	

CMYK percentages

%0
%28.34
%14.44
%26.67

Codes

Color #BB86A0 in popluar color models

BB86A0
RGB187134160
HSL331°28.04%62.94%
HSB/HSV331°28.34%73.33%
CMYK0.00%28.34%14.44%
26.67%

Color #BB86A0 in popluar number systems.

HEXBB86A0
Decimal187134160
Binary101110111000011010100000
Octal273206240

Shades and tints

Shades of #BB86A0

#BB86A0
(187,134,160)
#AA7A92
(170,122,146)
#996E84
(153,110,132)
#886276
(136,98,118)
#775668
(119,86,104)
#664A5A
(102,74,90)
#553E4C
(85,62,76)
#44323E
(68,50,62)
#332630
(51,38,48)
#221A22
(34,26,34)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #BB86A0

#BB86A0
(187,134,160)
#C191A8
(193,145,168)
#C79CB0
(199,156,176)
#CDA7B8
(205,167,184)
#D3B2C0
(211,178,192)
#D9BDC8
(217,189,200)
#DFC8D0
(223,200,208)
#E5D3D8
(229,211,216)
#EBDEE0
(235,222,224)
#F1E9E8
(241,233,232)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB86A0 color. Also use rgb(187,134,160) instead hex code.

Text Font Color

.myTextColor { color: #BB86A0; }

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

This text font color is #BB86A0.


Background Color

.myBgColor { background-color: #BB86A0; }

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

This div background color is #BB86A0.


Border color

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

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

This div border color is #BB86A0.


Opacity

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

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

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

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

This text has shadow with #BB86A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB86A0 on black background.


Color preview on white background

This text has color #BB86A0 on white background.



Black color preview on #BB86A0 background

This text has black color on #BB86A0 background.


White color preview on #BB86A0 background

This text has white color on #BB86A0 background.