COLOR #BC7487

HEX: #BC7487 RGB: (188,116,135)

Color info

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

RGB color model

#BC7487 color RGB value is (188,116,135).

RGB: (188,116,135) (74%, 45%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 116 of 255 = 45%
B 135 of 255 = 53%

188
116
135

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

Portions of RGB colors in percentages

R + G + B = 188 + 116 + 135 = 439 (100%)
R 188 of 439 ~ 42.82%
G 116 of 439 ~ 26.42%
B 135 of 439 ~ 30.75'%

%42.82
%26.42
%30.75

CMYK color model

#BC7487 color CMYK value is (0,38,28,26).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 28.19%
  • key color value is 26.27%
CMYK: (0,38,28,26) C0M38Y28K26 (0%,38%,28%,26%) (0.00/0.38/0.28/0.26) 

CMYK percentages

%0
%38.3
%28.19
%26.27

Codes

Color #BC7487 in popluar color models

BC 74 87
RGB 188 116 135
HSL 344° 34.95% 59.61%
HSB/HSV 344° 38.30% 73.73%
CMYK 0.00% 38.30% 28.19%
26.27%

Color #BC7487 in popluar number systems.

HEX BC 74 87
Decimal 188 116 135
Binary 10111100 1110100 10000111
Octal 274 164 207

Shades and tints

Shades of #BC7487

#BC7487
(188,116,135)
#AB6A7B
(171,106,123)
#9A606F
(154,96,111)
#895663
(137,86,99)
#784C57
(120,76,87)
#67424B
(103,66,75)
#56383F
(86,56,63)
#452E33
(69,46,51)
#342427
(52,36,39)
#231A1B
(35,26,27)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #BC7487

#BC7487
(188,116,135)
#C28091
(194,128,145)
#C88C9B
(200,140,155)
#CE98A5
(206,152,165)
#D4A4AF
(212,164,175)
#DAB0B9
(218,176,185)
#E0BCC3
(224,188,195)
#E6C8CD
(230,200,205)
#ECD4D7
(236,212,215)
#F2E0E1
(242,224,225)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7487; }

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

This text font color is #BC7487.

Background Color

.myBgColor { background-color: #BC7487; }

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

This div background color is #BC7487.

Border color

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

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

This div border color is #BC7487.

Opacity

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

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

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

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

This text has shadow with #BC7487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7487.

Preview

Color preview on black background

This text has color #BC7487 on black background.


Color preview on white background

This text has color #BC7487 on white background.


Black color preview on #BC7487 background

This text has black color on #BC7487 background.


White color preview on #BC7487 background

This text has white color on #BC7487 background.


Related colors

Complementary color

Complementary color for #hex is #438B78.


I love getcolorcode.com

Triadic colors

1 #87BC74 and #7487BC with #BC7487 are triadic colors.

2 #8774BC and #74BC87 with #BC7487 are triadic colors.