COLOR #BC4E6A

HEX: #BC4E6A RGB: (188,78,106)

Color info

#BC4E6A contains mainly red color. Web safe color of #BC4E6A is #CC6666 (or #C66).

RGB color model

#BC4E6A color RGB value is (188,78,106).

RGB: (188,78,106) (74%, 31%, 42%)

RGB channels and saturation

R 188 of 255 = 74%
G 78 of 255 = 31%
B 106 of 255 = 42%

188
78
106

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

Portions of RGB colors in percentages

R + G + B = 188 + 78 + 106 = 372 (100%)
R 188 of 372 ~ 50.54%
G 78 of 372 ~ 20.97%
B 106 of 372 ~ 28.49'%

%50.54
%20.97
%28.49

CMYK color model

#BC4E6A color CMYK value is (0,59,44,26).

  • cyan value is 0.00%
  • magenta value is 58.51%
  • yellow value is 43.62%
  • key color value is 26.27%

CMYK: (0,59,44,26)
C0M59Y44K26 (0%, 59%, 44%, 26%)
(0.00 / 0.59 / 0.44 / 0.26)

CMYK percentages

%0
%58.51
%43.62
%26.27

Codes

Color #BC4E6A in popluar color models

BC 4E 6A
RGB 188 78 106
HSL 345° 45.08% 52.16%
HSB/HSV 345° 58.51% 73.73%
CMYK 0.00% 58.51% 43.62%
26.27%

Color #BC4E6A in popluar number systems.

HEX BC 4E 6A
Decimal 188 78 106
Binary 10111100 1001110 1101010
Octal 274 116 152

Shades and tints

Shades of #BC4E6A

#BC4E6A
(188,78,106)
#AB4761
(171,71,97)
#9A4058
(154,64,88)
#89394F
(137,57,79)
#783246
(120,50,70)
#672B3D
(103,43,61)
#562434
(86,36,52)
#451D2B
(69,29,43)
#341622
(52,22,34)
#230F19
(35,15,25)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #BC4E6A

#BC4E6A
(188,78,106)
#C25E77
(194,94,119)
#C86E84
(200,110,132)
#CE7E91
(206,126,145)
#D48E9E
(212,142,158)
#DA9EAB
(218,158,171)
#E0AEB8
(224,174,184)
#E6BEC5
(230,190,197)
#ECCED2
(236,206,210)
#F2DEDF
(242,222,223)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4E6A color. Also use rgb(188,78,106) instead hex code.

Text Font Color

.myTextColor { color: #BC4E6A; }

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

This text font color is #BC4E6A.

Background Color

.myBgColor { background-color: #BC4E6A; }

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

This div background color is #BC4E6A.

Border color

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

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

This div border color is #BC4E6A.

Opacity

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

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

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

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

This text has shadow with #BC4E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC4E6A.

Preview

Color preview on black background

This text has color #BC4E6A on black background.


Color preview on white background

This text has color #BC4E6A on white background.


Black color preview on #BC4E6A background

This text has black color on #BC4E6A background.


White color preview on #BC4E6A background

This text has white color on #BC4E6A background.


Related colors

Complementary color

Complementary color for #hex is #43B195.


I love getcolorcode.com

Triadic colors

1 #6ABC4E and #4E6ABC with #BC4E6A are triadic colors.

2 #6A4EBC and #4EBC6A with #BC4E6A are triadic colors.