COLOR #BC7D87

HEX: #BC7D87 RGB: (188,125,135)

Color info

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

RGB color model

#BC7D87 color RGB value is (188,125,135).

RGB: (188,125,135) (74%, 49%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 125 of 255 = 49%
B 135 of 255 = 53%

188
125
135

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

Portions of RGB colors in percentages

R + G + B = 188 + 125 + 135 = 448 (100%)
R 188 of 448 ~ 41.96%
G 125 of 448 ~ 27.9%
B 135 of 448 ~ 30.13'%

%41.96
%27.9
%30.13

CMYK color model

#BC7D87 color CMYK value is (0,34,28,26).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 28.19%
  • key color value is 26.27%

CMYK: (0,34,28,26)
C0M34Y28K26 (0%, 34%, 28%, 26%)
(0.00 / 0.34 / 0.28 / 0.26)

CMYK percentages

%0
%33.51
%28.19
%26.27

Codes

Color #BC7D87 in popluar color models

BC 7D 87
RGB 188 125 135
HSL 350° 31.98% 61.37%
HSB/HSV 350° 33.51% 73.73%
CMYK 0.00% 33.51% 28.19%
26.27%

Color #BC7D87 in popluar number systems.

HEX BC 7D 87
Decimal 188 125 135
Binary 10111100 1111101 10000111
Octal 274 175 207

Shades and tints

Shades of #BC7D87

#BC7D87
(188,125,135)
#AB727B
(171,114,123)
#9A676F
(154,103,111)
#895C63
(137,92,99)
#785157
(120,81,87)
#67464B
(103,70,75)
#563B3F
(86,59,63)
#453033
(69,48,51)
#342527
(52,37,39)
#231A1B
(35,26,27)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #BC7D87

#BC7D87
(188,125,135)
#C28891
(194,136,145)
#C8939B
(200,147,155)
#CE9EA5
(206,158,165)
#D4A9AF
(212,169,175)
#DAB4B9
(218,180,185)
#E0BFC3
(224,191,195)
#E6CACD
(230,202,205)
#ECD5D7
(236,213,215)
#F2E0E1
(242,224,225)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7D87 color. Also use rgb(188,125,135) instead hex code.

Text Font Color

.myTextColor { color: #BC7D87; }

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

This text font color is #BC7D87.

Background Color

.myBgColor { background-color: #BC7D87; }

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

This div background color is #BC7D87.

Border color

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

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

This div border color is #BC7D87.

Opacity

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

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

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

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

This text has shadow with #BC7D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7D87.

Preview

Color preview on black background

This text has color #BC7D87 on black background.


Color preview on white background

This text has color #BC7D87 on white background.


Black color preview on #BC7D87 background

This text has black color on #BC7D87 background.


White color preview on #BC7D87 background

This text has white color on #BC7D87 background.


Related colors

Complementary color

Complementary color for #hex is #438278.


I love getcolorcode.com

Triadic colors

1 #87BC7D and #7D87BC with #BC7D87 are triadic colors.

2 #877DBC and #7DBC87 with #BC7D87 are triadic colors.