COLOR #BC5046

HEX: #BC5046
RGB: (188,80,70)

Color info

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

RGB color model

#BC5046 color RGB value is (188,80,70).

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

RGB channels and saturation

R 188 of 255 = 74%
G 80 of 255 = 31%
B 70 of 255 = 27%

188
80
70

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

Portions of RGB colors in percentages

R + G + B =
188 + 80 + 70 = 338 (100%)
R 188 of 338 ~ 55.62%
G 80 of 338 ~ 23.67%
B 70 of 338 ~ 20.71%

%55.62
%23.67
%20.71

CMYK color model

#BC5046 color CMYK value is (0,57,63,26).

  • cyan value is 0.00%
  • magenta value is 57.45%
  • yellow value is 62.77%
  • key color value is 26.27%
CMYK:
(0,57,63,26)
C0M57Y63K26 
(0%,57%,63%,26%)
(0.00/0.57/0.63/0.26)	

CMYK percentages

%0
%57.45
%62.77
%26.27

Codes

Color #BC5046 in popluar color models

BC5046
RGB1888070
HSL46.83%50.59%
HSB/HSV62.77%73.73%
CMYK0.00%57.45%62.77%
26.27%

Color #BC5046 in popluar number systems.

HEXBC5046
Decimal1888070
Binary1011110010100001000110
Octal274120106

Shades and tints

Shades of #BC5046

#BC5046
(188,80,70)
#AB4940
(171,73,64)
#9A423A
(154,66,58)
#893B34
(137,59,52)
#78342E
(120,52,46)
#672D28
(103,45,40)
#562622
(86,38,34)
#451F1C
(69,31,28)
#341816
(52,24,22)
#231110
(35,17,16)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #BC5046

#BC5046
(188,80,70)
#C25F56
(194,95,86)
#C86E66
(200,110,102)
#CE7D76
(206,125,118)
#D48C86
(212,140,134)
#DA9B96
(218,155,150)
#E0AAA6
(224,170,166)
#E6B9B6
(230,185,182)
#ECC8C6
(236,200,198)
#F2D7D6
(242,215,214)
#F8E6E6
(248,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5046; }

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

This text font color is #BC5046.


Background Color

.myBgColor { background-color: #BC5046; }

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

This div background color is #BC5046.


Border color

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

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

This div border color is #BC5046.


Opacity

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

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

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

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

This text has shadow with #BC5046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5046 on black background.


Color preview on white background

This text has color #BC5046 on white background.



Black color preview on #BC5046 background

This text has black color on #BC5046 background.


White color preview on #BC5046 background

This text has white color on #BC5046 background.