COLOR #BB7D8F

HEX: #BB7D8F RGB: (187,125,143)

Color info

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

RGB color model

#BB7D8F color RGB value is (187,125,143).

RGB: (187,125,143) (73%, 49%, 56%)

RGB channels and saturation

R 187 of 255 = 73%
G 125 of 255 = 49%
B 143 of 255 = 56%

187
125
143

R + G + B ~ 59%. #BB7D8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 187 + 125 + 143 = 455 (100%)
R 187 of 455 ~ 41.1%
G 125 of 455 ~ 27.47%
B 143 of 455 ~ 31.43'%

%41.1
%27.47
%31.43

CMYK color model

#BB7D8F color CMYK value is (0,33,24,27).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 23.53%
  • key color value is 26.67%

CMYK: (0,33,24,27)
C0M33Y24K27 (0%, 33%, 24%, 27%)
(0.00 / 0.33 / 0.24 / 0.27)

CMYK percentages

%0
%33.16
%23.53
%26.67

Codes

Color #BB7D8F in popluar color models

BB 7D 8F
RGB 187 125 143
HSL 343° 31.31% 61.18%
HSB/HSV 343° 33.16% 73.33%
CMYK 0.00% 33.16% 23.53%
26.67%

Color #BB7D8F in popluar number systems.

HEX BB 7D 8F
Decimal 187 125 143
Binary 10111011 1111101 10001111
Octal 273 175 217

Shades and tints

Shades of #BB7D8F

#BB7D8F
(187,125,143)
#AA7282
(170,114,130)
#996775
(153,103,117)
#885C68
(136,92,104)
#77515B
(119,81,91)
#66464E
(102,70,78)
#553B41
(85,59,65)
#443034
(68,48,52)
#332527
(51,37,39)
#221A1A
(34,26,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #BB7D8F

#BB7D8F
(187,125,143)
#C18899
(193,136,153)
#C793A3
(199,147,163)
#CD9EAD
(205,158,173)
#D3A9B7
(211,169,183)
#D9B4C1
(217,180,193)
#DFBFCB
(223,191,203)
#E5CAD5
(229,202,213)
#EBD5DF
(235,213,223)
#F1E0E9
(241,224,233)
#F7EBF3
(247,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7D8F; }

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

This text font color is #BB7D8F.

Background Color

.myBgColor { background-color: #BB7D8F; }

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

This div background color is #BB7D8F.

Border color

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

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

This div border color is #BB7D8F.

Opacity

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

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

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

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

This text has shadow with #BB7D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7D8F.

Preview

Color preview on black background

This text has color #BB7D8F on black background.


Color preview on white background

This text has color #BB7D8F on white background.


Black color preview on #BB7D8F background

This text has black color on #BB7D8F background.


White color preview on #BB7D8F background

This text has white color on #BB7D8F background.


Related colors

Complementary color

Complementary color for #hex is #448270.


I love getcolorcode.com

Triadic colors

1 #8FBB7D and #7D8FBB with #BB7D8F are triadic colors.

2 #8F7DBB and #7DBB8F with #BB7D8F are triadic colors.