COLOR #BC556E

HEX: #BC556E RGB: (188,85,110)

Color info

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

RGB color model

#BC556E color RGB value is (188,85,110).

RGB: (188,85,110) (74%, 33%, 43%)

RGB channels and saturation

R 188 of 255 = 74%
G 85 of 255 = 33%
B 110 of 255 = 43%

188
85
110

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

Portions of RGB colors in percentages

R + G + B = 188 + 85 + 110 = 383 (100%)
R 188 of 383 ~ 49.09%
G 85 of 383 ~ 22.19%
B 110 of 383 ~ 28.72'%

%49.09
%22.19
%28.72

CMYK color model

#BC556E color CMYK value is (0,55,41,26).

  • cyan value is 0.00%
  • magenta value is 54.79%
  • yellow value is 41.49%
  • key color value is 26.27%

CMYK: (0,55,41,26)
C0M55Y41K26 (0%, 55%, 41%, 26%)
(0.00 / 0.55 / 0.41 / 0.26)

CMYK percentages

%0
%54.79
%41.49
%26.27

Codes

Color #BC556E in popluar color models

BC 55 6E
RGB 188 85 110
HSL 345° 43.46% 53.53%
HSB/HSV 345° 54.79% 73.73%
CMYK 0.00% 54.79% 41.49%
26.27%

Color #BC556E in popluar number systems.

HEX BC 55 6E
Decimal 188 85 110
Binary 10111100 1010101 1101110
Octal 274 125 156

Shades and tints

Shades of #BC556E

#BC556E
(188,85,110)
#AB4E64
(171,78,100)
#9A475A
(154,71,90)
#894050
(137,64,80)
#783946
(120,57,70)
#67323C
(103,50,60)
#562B32
(86,43,50)
#452428
(69,36,40)
#341D1E
(52,29,30)
#231614
(35,22,20)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #BC556E

#BC556E
(188,85,110)
#C2647B
(194,100,123)
#C87388
(200,115,136)
#CE8295
(206,130,149)
#D491A2
(212,145,162)
#DAA0AF
(218,160,175)
#E0AFBC
(224,175,188)
#E6BEC9
(230,190,201)
#ECCDD6
(236,205,214)
#F2DCE3
(242,220,227)
#F8EBF0
(248,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC556E color. Also use rgb(188,85,110) instead hex code.

Text Font Color

.myTextColor { color: #BC556E; }

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

This text font color is #BC556E.

Background Color

.myBgColor { background-color: #BC556E; }

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

This div background color is #BC556E.

Border color

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

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

This div border color is #BC556E.

Opacity

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

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

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

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

This text has shadow with #BC556E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC556E.

Preview

Color preview on black background

This text has color #BC556E on black background.


Color preview on white background

This text has color #BC556E on white background.


Black color preview on #BC556E background

This text has black color on #BC556E background.


White color preview on #BC556E background

This text has white color on #BC556E background.


Related colors

Complementary color

Complementary color for #hex is #43AA91.


I love getcolorcode.com

Triadic colors

1 #6EBC55 and #556EBC with #BC556E are triadic colors.

2 #6E55BC and #55BC6E with #BC556E are triadic colors.