COLOR #BB7DA0

HEX: #BB7DA0 RGB: (187,125,160)

Color info

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

RGB color model

#BB7DA0 color RGB value is (187,125,160).

RGB: (187,125,160) (73%, 49%, 63%)

RGB channels and saturation

R 187 of 255 = 73%
G 125 of 255 = 49%
B 160 of 255 = 63%

187
125
160

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

Portions of RGB colors in percentages

R + G + B = 187 + 125 + 160 = 472 (100%)
R 187 of 472 ~ 39.62%
G 125 of 472 ~ 26.48%
B 160 of 472 ~ 33.9'%

%39.62
%26.48
%33.9

CMYK color model

#BB7DA0 color CMYK value is (0,33,14,27).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK: (0,33,14,27) C0M33Y14K27 (0%,33%,14%,27%) (0.00/0.33/0.14/0.27) 

CMYK percentages

%0
%33.16
%14.44
%26.67

Codes

Color #BB7DA0 in popluar color models

BB 7D A0
RGB 187 125 160
HSL 326° 31.31% 61.18%
HSB/HSV 326° 33.16% 73.33%
CMYK 0.00% 33.16% 14.44%
26.67%

Color #BB7DA0 in popluar number systems.

HEX BB 7D A0
Decimal 187 125 160
Binary 10111011 1111101 10100000
Octal 273 175 240

Shades and tints

Shades of #BB7DA0

#BB7DA0
(187,125,160)
#AA7292
(170,114,146)
#996784
(153,103,132)
#885C76
(136,92,118)
#775168
(119,81,104)
#66465A
(102,70,90)
#553B4C
(85,59,76)
#44303E
(68,48,62)
#332530
(51,37,48)
#221A22
(34,26,34)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BB7DA0

#BB7DA0
(187,125,160)
#C188A8
(193,136,168)
#C793B0
(199,147,176)
#CD9EB8
(205,158,184)
#D3A9C0
(211,169,192)
#D9B4C8
(217,180,200)
#DFBFD0
(223,191,208)
#E5CAD8
(229,202,216)
#EBD5E0
(235,213,224)
#F1E0E8
(241,224,232)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7DA0; }

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

This text font color is #BB7DA0.

Background Color

.myBgColor { background-color: #BB7DA0; }

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

This div background color is #BB7DA0.

Border color

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

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

This div border color is #BB7DA0.

Opacity

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

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

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

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

This text has shadow with #BB7DA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7DA0.

Preview

Color preview on black background

This text has color #BB7DA0 on black background.


Color preview on white background

This text has color #BB7DA0 on white background.


Black color preview on #BB7DA0 background

This text has black color on #BB7DA0 background.


White color preview on #BB7DA0 background

This text has white color on #BB7DA0 background.


Related colors

Complementary color

Complementary color for #hex is #44825F.


I love getcolorcode.com

Triadic colors

1 #A0BB7D and #7DA0BB with #BB7DA0 are triadic colors.

2 #A07DBB and #7DBBA0 with #BB7DA0 are triadic colors.