COLOR #BC5149

HEX: #BC5149
RGB: (188,81,73)

Color info

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

RGB color model

#BC5149 color RGB value is (188,81,73).

  • red value is 188;
  • green value is 81;
  • blue value is 73.
RGB:
(188,81,73)
(74%,32%,29%)

RGB channels and saturation

R 188 of 255 = 74%
G 81 of 255 = 32%
B 73 of 255 = 29%

188
81
73

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

Portions of RGB colors in percentages

R + G + B =
188 + 81 + 73 = 342 (100%)
R 188 of 342 ~ 54.97%
G 81 of 342 ~ 23.68%
B 73 of 342 ~ 21.35%

%54.97
%23.68
%21.35

CMYK color model

#BC5149 color CMYK value is (0,57,61,26).

  • cyan value is 0.00%
  • magenta value is 56.91%
  • yellow value is 61.17%
  • key color value is 26.27%
CMYK:
(0,57,61,26)
C0M57Y61K26 
(0%,57%,61%,26%)
(0.00/0.57/0.61/0.26)	

CMYK percentages

%0
%56.91
%61.17
%26.27

Codes

Color #BC5149 in popluar color models

BC5149
RGB1888173
HSL46.18%51.18%
HSB/HSV61.17%73.73%
CMYK0.00%56.91%61.17%
26.27%

Color #BC5149 in popluar number systems.

HEXBC5149
Decimal1888173
Binary1011110010100011001001
Octal274121111

Shades and tints

Shades of #BC5149

#BC5149
(188,81,73)
#AB4A43
(171,74,67)
#9A433D
(154,67,61)
#893C37
(137,60,55)
#783531
(120,53,49)
#672E2B
(103,46,43)
#562725
(86,39,37)
#45201F
(69,32,31)
#341919
(52,25,25)
#231213
(35,18,19)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #BC5149

#BC5149
(188,81,73)
#C26059
(194,96,89)
#C86F69
(200,111,105)
#CE7E79
(206,126,121)
#D48D89
(212,141,137)
#DA9C99
(218,156,153)
#E0ABA9
(224,171,169)
#E6BAB9
(230,186,185)
#ECC9C9
(236,201,201)
#F2D8D9
(242,216,217)
#F8E7E9
(248,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5149 color. Also use rgb(188,81,73) instead hex code.

Text Font Color

.myTextColor { color: #BC5149; }

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

This text font color is #BC5149.


Background Color

.myBgColor { background-color: #BC5149; }

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

This div background color is #BC5149.


Border color

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

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

This div border color is #BC5149.


Opacity

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

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

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

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

This text has shadow with #BC5149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5149 on black background.


Color preview on white background

This text has color #BC5149 on white background.



Black color preview on #BC5149 background

This text has black color on #BC5149 background.


White color preview on #BC5149 background

This text has white color on #BC5149 background.