COLOR #BC4E4E

HEX: #BC4E4E
RGB: (188,78,78)

Color info

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

RGB color model

#BC4E4E color RGB value is (188,78,78).

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

RGB channels and saturation

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

188
78
78

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

Portions of RGB colors in percentages

R + G + B =
188 + 78 + 78 = 344 (100%)
R 188 of 344 ~ 54.65%
G 78 of 344 ~ 22.67%
B 78 of 344 ~ 22.67%

%54.65
%22.67
%22.67

CMYK color model

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

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

CMYK percentages

%0
%58.51
%58.51
%26.27

Codes

Color #BC4E4E in popluar color models

BC4E4E
RGB1887878
HSL45.08%52.16%
HSB/HSV58.51%73.73%
CMYK0.00%58.51%58.51%
26.27%

Color #BC4E4E in popluar number systems.

HEXBC4E4E
Decimal1887878
Binary1011110010011101001110
Octal274116116

Shades and tints

Shades of #BC4E4E

#BC4E4E
(188,78,78)
#AB4747
(171,71,71)
#9A4040
(154,64,64)
#893939
(137,57,57)
#783232
(120,50,50)
#672B2B
(103,43,43)
#562424
(86,36,36)
#451D1D
(69,29,29)
#341616
(52,22,22)
#230F0F
(35,15,15)
#120808
(18,8,8)
#000000
(0,0,0)

Tints of #BC4E4E

#BC4E4E
(188,78,78)
#C25E5E
(194,94,94)
#C86E6E
(200,110,110)
#CE7E7E
(206,126,126)
#D48E8E
(212,142,142)
#DA9E9E
(218,158,158)
#E0AEAE
(224,174,174)
#E6BEBE
(230,190,190)
#ECCECE
(236,206,206)
#F2DEDE
(242,222,222)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4E4E; }

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

This text font color is #BC4E4E.


Background Color

.myBgColor { background-color: #BC4E4E; }

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

This div background color is #BC4E4E.


Border color

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

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

This div border color is #BC4E4E.


Opacity

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

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

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

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

This text has shadow with #BC4E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4E4E on black background.


Color preview on white background

This text has color #BC4E4E on white background.



Black color preview on #BC4E4E background

This text has black color on #BC4E4E background.


White color preview on #BC4E4E background

This text has white color on #BC4E4E background.