COLOR #BC4436

HEX: #BC4436
RGB: (188,68,54)

Color info

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

RGB color model

#BC4436 color RGB value is (188,68,54).

  • red value is 188;
  • green value is 68;
  • blue value is 54.
RGB:
(188,68,54)
(74%,27%,21%)

RGB channels and saturation

R 188 of 255 = 74%
G 68 of 255 = 27%
B 54 of 255 = 21%

188
68
54

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

Portions of RGB colors in percentages

R + G + B =
188 + 68 + 54 = 310 (100%)
R 188 of 310 ~ 60.65%
G 68 of 310 ~ 21.94%
B 54 of 310 ~ 17.42%

%60.65
%21.94
%17.42

CMYK color model

#BC4436 color CMYK value is (0,64,71,26).

  • cyan value is 0.00%
  • magenta value is 63.83%
  • yellow value is 71.28%
  • key color value is 26.27%
CMYK:
(0,64,71,26)
C0M64Y71K26 
(0%,64%,71%,26%)
(0.00/0.64/0.71/0.26)	

CMYK percentages

%0
%63.83
%71.28
%26.27

Codes

Color #BC4436 in popluar color models

BC4436
RGB1886854
HSL55.37%47.45%
HSB/HSV71.28%73.73%
CMYK0.00%63.83%71.28%
26.27%

Color #BC4436 in popluar number systems.

HEXBC4436
Decimal1886854
Binary101111001000100110110
Octal27410466

Shades and tints

Shades of #BC4436

#BC4436
(188,68,54)
#AB3E32
(171,62,50)
#9A382E
(154,56,46)
#89322A
(137,50,42)
#782C26
(120,44,38)
#672622
(103,38,34)
#56201E
(86,32,30)
#451A1A
(69,26,26)
#341416
(52,20,22)
#230E12
(35,14,18)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #BC4436

#BC4436
(188,68,54)
#C25548
(194,85,72)
#C8665A
(200,102,90)
#CE776C
(206,119,108)
#D4887E
(212,136,126)
#DA9990
(218,153,144)
#E0AAA2
(224,170,162)
#E6BBB4
(230,187,180)
#ECCCC6
(236,204,198)
#F2DDD8
(242,221,216)
#F8EEEA
(248,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4436; }

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

This text font color is #BC4436.


Background Color

.myBgColor { background-color: #BC4436; }

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

This div background color is #BC4436.


Border color

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

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

This div border color is #BC4436.


Opacity

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

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

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

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

This text has shadow with #BC4436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4436 on black background.


Color preview on white background

This text has color #BC4436 on white background.



Black color preview on #BC4436 background

This text has black color on #BC4436 background.


White color preview on #BC4436 background

This text has white color on #BC4436 background.