COLOR #BC4E4B

HEX: #BC4E4B
RGB: (188,78,75)

Color info

#BC4E4B contains mainly red color. Web safe color of #BC4E4B is #CC6633 (or #C63).

RGB color model

#BC4E4B color RGB value is (188,78,75).

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

RGB channels and saturation

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

188
78
75

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

Portions of RGB colors in percentages

R + G + B =
188 + 78 + 75 = 341 (100%)
R 188 of 341 ~ 55.13%
G 78 of 341 ~ 22.87%
B 75 of 341 ~ 21.99%

%55.13
%22.87
%21.99

CMYK color model

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

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

CMYK percentages

%0
%58.51
%60.11
%26.27

Codes

Color #BC4E4B in popluar color models

BC4E4B
RGB1887875
HSL45.75%51.57%
HSB/HSV60.11%73.73%
CMYK0.00%58.51%60.11%
26.27%

Color #BC4E4B in popluar number systems.

HEXBC4E4B
Decimal1887875
Binary1011110010011101001011
Octal274116113

Shades and tints

Shades of #BC4E4B

#BC4E4B
(188,78,75)
#AB4745
(171,71,69)
#9A403F
(154,64,63)
#893939
(137,57,57)
#783233
(120,50,51)
#672B2D
(103,43,45)
#562427
(86,36,39)
#451D21
(69,29,33)
#34161B
(52,22,27)
#230F15
(35,15,21)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #BC4E4B

#BC4E4B
(188,78,75)
#C25E5B
(194,94,91)
#C86E6B
(200,110,107)
#CE7E7B
(206,126,123)
#D48E8B
(212,142,139)
#DA9E9B
(218,158,155)
#E0AEAB
(224,174,171)
#E6BEBB
(230,190,187)
#ECCECB
(236,206,203)
#F2DEDB
(242,222,219)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4E4B; }

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

This text font color is #BC4E4B.


Background Color

.myBgColor { background-color: #BC4E4B; }

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

This div background color is #BC4E4B.


Border color

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

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

This div border color is #BC4E4B.


Opacity

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

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

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

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

This text has shadow with #BC4E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4E4B on black background.


Color preview on white background

This text has color #BC4E4B on white background.



Black color preview on #BC4E4B background

This text has black color on #BC4E4B background.


White color preview on #BC4E4B background

This text has white color on #BC4E4B background.