COLOR #BC3E4C

HEX: #BC3E4C
RGB: (188,62,76)

Color info

#BC3E4C contains mainly red color. Web safe color of #BC3E4C is #CC3333 (or #C33).

RGB color model

#BC3E4C color RGB value is (188,62,76).

  • red value is 188;
  • green value is 62;
  • blue value is 76.
RGB:
(188,62,76)
(74%,24%,30%)

RGB channels and saturation

R 188 of 255 = 74%
G 62 of 255 = 24%
B 76 of 255 = 30%

188
62
76

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

Portions of RGB colors in percentages

R + G + B =
188 + 62 + 76 = 326 (100%)
R 188 of 326 ~ 57.67%
G 62 of 326 ~ 19.02%
B 76 of 326 ~ 23.31%

%57.67
%19.02
%23.31

CMYK color model

#BC3E4C color CMYK value is (0,67,60,26).

  • cyan value is 0.00%
  • magenta value is 67.02%
  • yellow value is 59.57%
  • key color value is 26.27%
CMYK:
(0,67,60,26)
C0M67Y60K26 
(0%,67%,60%,26%)
(0.00/0.67/0.60/0.26)	

CMYK percentages

%0
%67.02
%59.57
%26.27

Codes

Color #BC3E4C in popluar color models

BC3E4C
RGB1886276
HSL353°50.40%49.02%
HSB/HSV353°67.02%73.73%
CMYK0.00%67.02%59.57%
26.27%

Color #BC3E4C in popluar number systems.

HEXBC3E4C
Decimal1886276
Binary101111001111101001100
Octal27476114

Shades and tints

Shades of #BC3E4C

#BC3E4C
(188,62,76)
#AB3946
(171,57,70)
#9A3440
(154,52,64)
#892F3A
(137,47,58)
#782A34
(120,42,52)
#67252E
(103,37,46)
#562028
(86,32,40)
#451B22
(69,27,34)
#34161C
(52,22,28)
#231116
(35,17,22)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #BC3E4C

#BC3E4C
(188,62,76)
#C24F5C
(194,79,92)
#C8606C
(200,96,108)
#CE717C
(206,113,124)
#D4828C
(212,130,140)
#DA939C
(218,147,156)
#E0A4AC
(224,164,172)
#E6B5BC
(230,181,188)
#ECC6CC
(236,198,204)
#F2D7DC
(242,215,220)
#F8E8EC
(248,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC3E4C; }

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

This text font color is #BC3E4C.


Background Color

.myBgColor { background-color: #BC3E4C; }

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

This div background color is #BC3E4C.


Border color

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

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

This div border color is #BC3E4C.


Opacity

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

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

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

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

This text has shadow with #BC3E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3E4C on black background.


Color preview on white background

This text has color #BC3E4C on white background.



Black color preview on #BC3E4C background

This text has black color on #BC3E4C background.


White color preview on #BC3E4C background

This text has white color on #BC3E4C background.