COLOR #BC3963

HEX: #BC3963
RGB: (188,57,99)

Color info

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

RGB color model

#BC3963 color RGB value is (188,57,99).

  • red value is 188;
  • green value is 57;
  • blue value is 99.
RGB:
(188,57,99)
(74%,22%,39%)

RGB channels and saturation

R 188 of 255 = 74%
G 57 of 255 = 22%
B 99 of 255 = 39%

188
57
99

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

Portions of RGB colors in percentages

R + G + B =
188 + 57 + 99 = 344 (100%)
R 188 of 344 ~ 54.65%
G 57 of 344 ~ 16.57%
B 99 of 344 ~ 28.78%

%54.65
%16.57
%28.78

CMYK color model

#BC3963 color CMYK value is (0,70,47,26).

  • cyan value is 0.00%
  • magenta value is 69.68%
  • yellow value is 47.34%
  • key color value is 26.27%
CMYK:
(0,70,47,26)
C0M70Y47K26 
(0%,70%,47%,26%)
(0.00/0.70/0.47/0.26)	

CMYK percentages

%0
%69.68
%47.34
%26.27

Codes

Color #BC3963 in popluar color models

BC3963
RGB1885799
HSL341°53.47%48.04%
HSB/HSV341°69.68%73.73%
CMYK0.00%69.68%47.34%
26.27%

Color #BC3963 in popluar number systems.

HEXBC3963
Decimal1885799
Binary101111001110011100011
Octal27471143

Shades and tints

Shades of #BC3963

#BC3963
(188,57,99)
#AB345A
(171,52,90)
#9A2F51
(154,47,81)
#892A48
(137,42,72)
#78253F
(120,37,63)
#672036
(103,32,54)
#561B2D
(86,27,45)
#451624
(69,22,36)
#34111B
(52,17,27)
#230C12
(35,12,18)
#120709
(18,7,9)
#000000
(0,0,0)

Tints of #BC3963

#BC3963
(188,57,99)
#C24B71
(194,75,113)
#C85D7F
(200,93,127)
#CE6F8D
(206,111,141)
#D4819B
(212,129,155)
#DA93A9
(218,147,169)
#E0A5B7
(224,165,183)
#E6B7C5
(230,183,197)
#ECC9D3
(236,201,211)
#F2DBE1
(242,219,225)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3963 color. Also use rgb(188,57,99) instead hex code.

Text Font Color

.myTextColor { color: #BC3963; }

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

This text font color is #BC3963.


Background Color

.myBgColor { background-color: #BC3963; }

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

This div background color is #BC3963.


Border color

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

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

This div border color is #BC3963.


Opacity

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

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

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

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

This text has shadow with #BC3963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3963 on black background.


Color preview on white background

This text has color #BC3963 on white background.



Black color preview on #BC3963 background

This text has black color on #BC3963 background.


White color preview on #BC3963 background

This text has white color on #BC3963 background.