COLOR #BC5E42

HEX: #BC5E42
RGB: (188,94,66)

Color info

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

RGB color model

#BC5E42 color RGB value is (188,94,66).

  • red value is 188;
  • green value is 94;
  • blue value is 66.
RGB:
(188,94,66)
(74%,37%,26%)

RGB channels and saturation

R 188 of 255 = 74%
G 94 of 255 = 37%
B 66 of 255 = 26%

188
94
66

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

Portions of RGB colors in percentages

R + G + B =
188 + 94 + 66 = 348 (100%)
R 188 of 348 ~ 54.02%
G 94 of 348 ~ 27.01%
B 66 of 348 ~ 18.97%

%54.02
%27.01
%18.97

CMYK color model

#BC5E42 color CMYK value is (0,50,65,26).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 64.89%
  • key color value is 26.27%
CMYK:
(0,50,65,26)
C0M50Y65K26 
(0%,50%,65%,26%)
(0.00/0.50/0.65/0.26)	

CMYK percentages

%0
%50
%64.89
%26.27

Codes

Color #BC5E42 in popluar color models

BC5E42
RGB1889466
HSL14°48.03%49.80%
HSB/HSV14°64.89%73.73%
CMYK0.00%50.00%64.89%
26.27%

Color #BC5E42 in popluar number systems.

HEXBC5E42
Decimal1889466
Binary1011110010111101000010
Octal274136102

Shades and tints

Shades of #BC5E42

#BC5E42
(188,94,66)
#AB563C
(171,86,60)
#9A4E36
(154,78,54)
#894630
(137,70,48)
#783E2A
(120,62,42)
#673624
(103,54,36)
#562E1E
(86,46,30)
#452618
(69,38,24)
#341E12
(52,30,18)
#23160C
(35,22,12)
#120E06
(18,14,6)
#000000
(0,0,0)

Tints of #BC5E42

#BC5E42
(188,94,66)
#C26C53
(194,108,83)
#C87A64
(200,122,100)
#CE8875
(206,136,117)
#D49686
(212,150,134)
#DAA497
(218,164,151)
#E0B2A8
(224,178,168)
#E6C0B9
(230,192,185)
#ECCECA
(236,206,202)
#F2DCDB
(242,220,219)
#F8EAEC
(248,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5E42; }

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

This text font color is #BC5E42.


Background Color

.myBgColor { background-color: #BC5E42; }

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

This div background color is #BC5E42.


Border color

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

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

This div border color is #BC5E42.


Opacity

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

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

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

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

This text has shadow with #BC5E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5E42 on black background.


Color preview on white background

This text has color #BC5E42 on white background.



Black color preview on #BC5E42 background

This text has black color on #BC5E42 background.


White color preview on #BC5E42 background

This text has white color on #BC5E42 background.