COLOR #BC4D73

HEX: #BC4D73
RGB: (188,77,115)

Color info

#BC4D73 contains mainly red color. Web safe color of #BC4D73 is #CC3366 (or #C36).

RGB color model

#BC4D73 color RGB value is (188,77,115).

  • red value is 188;
  • green value is 77;
  • blue value is 115.
RGB:
(188,77,115)
(74%,30%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 77 of 255 = 30%
B 115 of 255 = 45%

188
77
115

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

Portions of RGB colors in percentages

R + G + B =
188 + 77 + 115 = 380 (100%)
R 188 of 380 ~ 49.47%
G 77 of 380 ~ 20.26%
B 115 of 380 ~ 30.26%

%49.47
%20.26
%30.26

CMYK color model

#BC4D73 color CMYK value is (0,59,39,26).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 38.83%
  • key color value is 26.27%
CMYK:
(0,59,39,26)
C0M59Y39K26 
(0%,59%,39%,26%)
(0.00/0.59/0.39/0.26)	

CMYK percentages

%0
%59.04
%38.83
%26.27

Codes

Color #BC4D73 in popluar color models

BC4D73
RGB18877115
HSL339°45.31%51.96%
HSB/HSV339°59.04%73.73%
CMYK0.00%59.04%38.83%
26.27%

Color #BC4D73 in popluar number systems.

HEXBC4D73
Decimal18877115
Binary1011110010011011110011
Octal274115163

Shades and tints

Shades of #BC4D73

#BC4D73
(188,77,115)
#AB4669
(171,70,105)
#9A3F5F
(154,63,95)
#893855
(137,56,85)
#78314B
(120,49,75)
#672A41
(103,42,65)
#562337
(86,35,55)
#451C2D
(69,28,45)
#341523
(52,21,35)
#230E19
(35,14,25)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #BC4D73

#BC4D73
(188,77,115)
#C25D7F
(194,93,127)
#C86D8B
(200,109,139)
#CE7D97
(206,125,151)
#D48DA3
(212,141,163)
#DA9DAF
(218,157,175)
#E0ADBB
(224,173,187)
#E6BDC7
(230,189,199)
#ECCDD3
(236,205,211)
#F2DDDF
(242,221,223)
#F8EDEB
(248,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4D73 color. Also use rgb(188,77,115) instead hex code.

Text Font Color

.myTextColor { color: #BC4D73; }

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

This text font color is #BC4D73.


Background Color

.myBgColor { background-color: #BC4D73; }

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

This div background color is #BC4D73.


Border color

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

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

This div border color is #BC4D73.


Opacity

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

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

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

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

This text has shadow with #BC4D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4D73 on black background.


Color preview on white background

This text has color #BC4D73 on white background.



Black color preview on #BC4D73 background

This text has black color on #BC4D73 background.


White color preview on #BC4D73 background

This text has white color on #BC4D73 background.