COLOR #BC1956

HEX: #BC1956
RGB: (188,25,86)

Color info

#BC1956 contains mainly red color. Web safe color of #BC1956 is #CC0066 (or #C06).

RGB color model

#BC1956 color RGB value is (188,25,86).

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

RGB channels and saturation

R 188 of 255 = 74%
G 25 of 255 = 10%
B 86 of 255 = 34%

188
25
86

R + G + B ~ 39%. #BC1956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 25 + 86 = 299 (100%)
R 188 of 299 ~ 62.88%
G 25 of 299 ~ 8.36%
B 86 of 299 ~ 28.76%

%62.88
%28.76

CMYK color model

#BC1956 color CMYK value is (0,87,54,26).

  • cyan value is 0.00%
  • magenta value is 86.70%
  • yellow value is 54.26%
  • key color value is 26.27%
CMYK:
(0,87,54,26)
C0M87Y54K26 
(0%,87%,54%,26%)
(0.00/0.87/0.54/0.26)	

CMYK percentages

%0
%86.7
%54.26
%26.27

Codes

Color #BC1956 in popluar color models

BC1956
RGB1882586
HSL338°76.53%41.76%
HSB/HSV338°86.70%73.73%
CMYK0.00%86.70%54.26%
26.27%

Color #BC1956 in popluar number systems.

HEXBC1956
Decimal1882586
Binary10111100110011010110
Octal27431126

Shades and tints

Shades of #BC1956

#BC1956
(188,25,86)
#AB174F
(171,23,79)
#9A1548
(154,21,72)
#891341
(137,19,65)
#78113A
(120,17,58)
#670F33
(103,15,51)
#560D2C
(86,13,44)
#450B25
(69,11,37)
#34091E
(52,9,30)
#230717
(35,7,23)
#120510
(18,5,16)
#000000
(0,0,0)

Tints of #BC1956

#BC1956
(188,25,86)
#C22D65
(194,45,101)
#C84174
(200,65,116)
#CE5583
(206,85,131)
#D46992
(212,105,146)
#DA7DA1
(218,125,161)
#E091B0
(224,145,176)
#E6A5BF
(230,165,191)
#ECB9CE
(236,185,206)
#F2CDDD
(242,205,221)
#F8E1EC
(248,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC1956; }

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

This text font color is #BC1956.


Background Color

.myBgColor { background-color: #BC1956; }

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

This div background color is #BC1956.


Border color

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

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

This div border color is #BC1956.


Opacity

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

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

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

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

This text has shadow with #BC1956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC1956 on black background.


Color preview on white background

This text has color #BC1956 on white background.



Black color preview on #BC1956 background

This text has black color on #BC1956 background.


White color preview on #BC1956 background

This text has white color on #BC1956 background.