COLOR #BC4E5B

HEX: #BC4E5B
RGB: (188,78,91)

Color info

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

RGB color model

#BC4E5B color RGB value is (188,78,91).

  • red value is 188;
  • green value is 78;
  • blue value is 91.
RGB:
(188,78,91)
(74%,31%,36%)

RGB channels and saturation

R 188 of 255 = 74%
G 78 of 255 = 31%
B 91 of 255 = 36%

188
78
91

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

Portions of RGB colors in percentages

R + G + B =
188 + 78 + 91 = 357 (100%)
R 188 of 357 ~ 52.66%
G 78 of 357 ~ 21.85%
B 91 of 357 ~ 25.49%

%52.66
%21.85
%25.49

CMYK color model

#BC4E5B color CMYK value is (0,59,52,26).

  • cyan value is 0.00%
  • magenta value is 58.51%
  • yellow value is 51.60%
  • key color value is 26.27%
CMYK:
(0,59,52,26)
C0M59Y52K26 
(0%,59%,52%,26%)
(0.00/0.59/0.52/0.26)	

CMYK percentages

%0
%58.51
%51.6
%26.27

Codes

Color #BC4E5B in popluar color models

BC4E5B
RGB1887891
HSL353°45.08%52.16%
HSB/HSV353°58.51%73.73%
CMYK0.00%58.51%51.60%
26.27%

Color #BC4E5B in popluar number systems.

HEXBC4E5B
Decimal1887891
Binary1011110010011101011011
Octal274116133

Shades and tints

Shades of #BC4E5B

#BC4E5B
(188,78,91)
#AB4753
(171,71,83)
#9A404B
(154,64,75)
#893943
(137,57,67)
#78323B
(120,50,59)
#672B33
(103,43,51)
#56242B
(86,36,43)
#451D23
(69,29,35)
#34161B
(52,22,27)
#230F13
(35,15,19)
#12080B
(18,8,11)
#000000
(0,0,0)

Tints of #BC4E5B

#BC4E5B
(188,78,91)
#C25E69
(194,94,105)
#C86E77
(200,110,119)
#CE7E85
(206,126,133)
#D48E93
(212,142,147)
#DA9EA1
(218,158,161)
#E0AEAF
(224,174,175)
#E6BEBD
(230,190,189)
#ECCECB
(236,206,203)
#F2DED9
(242,222,217)
#F8EEE7
(248,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4E5B; }

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

This text font color is #BC4E5B.


Background Color

.myBgColor { background-color: #BC4E5B; }

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

This div background color is #BC4E5B.


Border color

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

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

This div border color is #BC4E5B.


Opacity

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

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

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

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

This text has shadow with #BC4E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4E5B on black background.


Color preview on white background

This text has color #BC4E5B on white background.



Black color preview on #BC4E5B background

This text has black color on #BC4E5B background.


White color preview on #BC4E5B background

This text has white color on #BC4E5B background.