COLOR #BC1B56

HEX: #BC1B56
RGB: (188,27,86)

Color info

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

RGB color model

#BC1B56 color RGB value is (188,27,86).

  • red value is 188;
  • green value is 27;
  • blue value is 86.
RGB:
(188,27,86)
(74%,11%,34%)

RGB channels and saturation

R 188 of 255 = 74%
G 27 of 255 = 11%
B 86 of 255 = 34%

188
27
86

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

Portions of RGB colors in percentages

R + G + B =
188 + 27 + 86 = 301 (100%)
R 188 of 301 ~ 62.46%
G 27 of 301 ~ 8.97%
B 86 of 301 ~ 28.57%

%62.46
%28.57

CMYK color model

#BC1B56 color CMYK value is (0,86,54,26).

  • cyan value is 0.00%
  • magenta value is 85.64%
  • yellow value is 54.26%
  • key color value is 26.27%
CMYK:
(0,86,54,26)
C0M86Y54K26 
(0%,86%,54%,26%)
(0.00/0.86/0.54/0.26)	

CMYK percentages

%0
%85.64
%54.26
%26.27

Codes

Color #BC1B56 in popluar color models

BC1B56
RGB1882786
HSL338°74.88%42.16%
HSB/HSV338°85.64%73.73%
CMYK0.00%85.64%54.26%
26.27%

Color #BC1B56 in popluar number systems.

HEXBC1B56
Decimal1882786
Binary10111100110111010110
Octal27433126

Shades and tints

Shades of #BC1B56

#BC1B56
(188,27,86)
#AB194F
(171,25,79)
#9A1748
(154,23,72)
#891541
(137,21,65)
#78133A
(120,19,58)
#671133
(103,17,51)
#560F2C
(86,15,44)
#450D25
(69,13,37)
#340B1E
(52,11,30)
#230917
(35,9,23)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #BC1B56

#BC1B56
(188,27,86)
#C22F65
(194,47,101)
#C84374
(200,67,116)
#CE5783
(206,87,131)
#D46B92
(212,107,146)
#DA7FA1
(218,127,161)
#E093B0
(224,147,176)
#E6A7BF
(230,167,191)
#ECBBCE
(236,187,206)
#F2CFDD
(242,207,221)
#F8E3EC
(248,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC1B56 color. Also use rgb(188,27,86) instead hex code.

Text Font Color

.myTextColor { color: #BC1B56; }

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

This text font color is #BC1B56.


Background Color

.myBgColor { background-color: #BC1B56; }

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

This div background color is #BC1B56.


Border color

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

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

This div border color is #BC1B56.


Opacity

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

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

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

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

This text has shadow with #BC1B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC1B56 on black background.


Color preview on white background

This text has color #BC1B56 on white background.



Black color preview on #BC1B56 background

This text has black color on #BC1B56 background.


White color preview on #BC1B56 background

This text has white color on #BC1B56 background.