COLOR #BB7F8B

HEX: #BB7F8B
RGB: (187,127,139)

Color info

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

RGB color model

#BB7F8B color RGB value is (187,127,139).

  • red value is 187;
  • green value is 127;
  • blue value is 139.
RGB:
(187,127,139)
(73%,50%,55%)

RGB channels and saturation

R 187 of 255 = 73%
G 127 of 255 = 50%
B 139 of 255 = 55%

187
127
139

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

Portions of RGB colors in percentages

R + G + B =
187 + 127 + 139 = 453 (100%)
R 187 of 453 ~ 41.28%
G 127 of 453 ~ 28.04%
B 139 of 453 ~ 30.68%

%41.28
%28.04
%30.68

CMYK color model

#BB7F8B color CMYK value is (0,32,26,27).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 25.67%
  • key color value is 26.67%
CMYK:
(0,32,26,27)
C0M32Y26K27 
(0%,32%,26%,27%)
(0.00/0.32/0.26/0.27)	

CMYK percentages

%0
%32.09
%25.67
%26.67

Codes

Color #BB7F8B in popluar color models

BB7F8B
RGB187127139
HSL348°30.61%61.57%
HSB/HSV348°32.09%73.33%
CMYK0.00%32.09%25.67%
26.67%

Color #BB7F8B in popluar number systems.

HEXBB7F8B
Decimal187127139
Binary10111011111111110001011
Octal273177213

Shades and tints

Shades of #BB7F8B

#BB7F8B
(187,127,139)
#AA747F
(170,116,127)
#996973
(153,105,115)
#885E67
(136,94,103)
#77535B
(119,83,91)
#66484F
(102,72,79)
#553D43
(85,61,67)
#443237
(68,50,55)
#33272B
(51,39,43)
#221C1F
(34,28,31)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #BB7F8B

#BB7F8B
(187,127,139)
#C18A95
(193,138,149)
#C7959F
(199,149,159)
#CDA0A9
(205,160,169)
#D3ABB3
(211,171,179)
#D9B6BD
(217,182,189)
#DFC1C7
(223,193,199)
#E5CCD1
(229,204,209)
#EBD7DB
(235,215,219)
#F1E2E5
(241,226,229)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7F8B color. Also use rgb(187,127,139) instead hex code.

Text Font Color

.myTextColor { color: #BB7F8B; }

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

This text font color is #BB7F8B.


Background Color

.myBgColor { background-color: #BB7F8B; }

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

This div background color is #BB7F8B.


Border color

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

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

This div border color is #BB7F8B.


Opacity

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

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

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

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

This text has shadow with #BB7F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7F8B on black background.


Color preview on white background

This text has color #BB7F8B on white background.



Black color preview on #BB7F8B background

This text has black color on #BB7F8B background.


White color preview on #BB7F8B background

This text has white color on #BB7F8B background.