COLOR #BC4C61

HEX: #BC4C61
RGB: (188,76,97)

Color info

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

RGB color model

#BC4C61 color RGB value is (188,76,97).

  • red value is 188;
  • green value is 76;
  • blue value is 97.
RGB:
(188,76,97)
(74%,30%,38%)

RGB channels and saturation

R 188 of 255 = 74%
G 76 of 255 = 30%
B 97 of 255 = 38%

188
76
97

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

Portions of RGB colors in percentages

R + G + B =
188 + 76 + 97 = 361 (100%)
R 188 of 361 ~ 52.08%
G 76 of 361 ~ 21.05%
B 97 of 361 ~ 26.87%

%52.08
%21.05
%26.87

CMYK color model

#BC4C61 color CMYK value is (0,60,48,26).

  • cyan value is 0.00%
  • magenta value is 59.57%
  • yellow value is 48.40%
  • key color value is 26.27%
CMYK:
(0,60,48,26)
C0M60Y48K26 
(0%,60%,48%,26%)
(0.00/0.60/0.48/0.26)	

CMYK percentages

%0
%59.57
%48.4
%26.27

Codes

Color #BC4C61 in popluar color models

BC4C61
RGB1887697
HSL349°45.53%51.76%
HSB/HSV349°59.57%73.73%
CMYK0.00%59.57%48.40%
26.27%

Color #BC4C61 in popluar number systems.

HEXBC4C61
Decimal1887697
Binary1011110010011001100001
Octal274114141

Shades and tints

Shades of #BC4C61

#BC4C61
(188,76,97)
#AB4659
(171,70,89)
#9A4051
(154,64,81)
#893A49
(137,58,73)
#783441
(120,52,65)
#672E39
(103,46,57)
#562831
(86,40,49)
#452229
(69,34,41)
#341C21
(52,28,33)
#231619
(35,22,25)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #BC4C61

#BC4C61
(188,76,97)
#C25C6F
(194,92,111)
#C86C7D
(200,108,125)
#CE7C8B
(206,124,139)
#D48C99
(212,140,153)
#DA9CA7
(218,156,167)
#E0ACB5
(224,172,181)
#E6BCC3
(230,188,195)
#ECCCD1
(236,204,209)
#F2DCDF
(242,220,223)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4C61 color. Also use rgb(188,76,97) instead hex code.

Text Font Color

.myTextColor { color: #BC4C61; }

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

This text font color is #BC4C61.


Background Color

.myBgColor { background-color: #BC4C61; }

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

This div background color is #BC4C61.


Border color

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

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

This div border color is #BC4C61.


Opacity

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

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

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

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

This text has shadow with #BC4C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4C61 on black background.


Color preview on white background

This text has color #BC4C61 on white background.



Black color preview on #BC4C61 background

This text has black color on #BC4C61 background.


White color preview on #BC4C61 background

This text has white color on #BC4C61 background.