COLOR #BC3351

HEX: #BC3351
RGB: (188,51,81)

Color info

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

RGB color model

#BC3351 color RGB value is (188,51,81).

  • red value is 188;
  • green value is 51;
  • blue value is 81.
RGB:
(188,51,81)
(74%,20%,32%)

RGB channels and saturation

R 188 of 255 = 74%
G 51 of 255 = 20%
B 81 of 255 = 32%

188
51
81

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

Portions of RGB colors in percentages

R + G + B =
188 + 51 + 81 = 320 (100%)
R 188 of 320 ~ 58.75%
G 51 of 320 ~ 15.94%
B 81 of 320 ~ 25.31%

%58.75
%15.94
%25.31

CMYK color model

#BC3351 color CMYK value is (0,73,57,26).

  • cyan value is 0.00%
  • magenta value is 72.87%
  • yellow value is 56.91%
  • key color value is 26.27%
CMYK:
(0,73,57,26)
C0M73Y57K26 
(0%,73%,57%,26%)
(0.00/0.73/0.57/0.26)	

CMYK percentages

%0
%72.87
%56.91
%26.27

Codes

Color #BC3351 in popluar color models

BC3351
RGB1885181
HSL347°57.32%46.86%
HSB/HSV347°72.87%73.73%
CMYK0.00%72.87%56.91%
26.27%

Color #BC3351 in popluar number systems.

HEXBC3351
Decimal1885181
Binary101111001100111010001
Octal27463121

Shades and tints

Shades of #BC3351

#BC3351
(188,51,81)
#AB2F4A
(171,47,74)
#9A2B43
(154,43,67)
#89273C
(137,39,60)
#782335
(120,35,53)
#671F2E
(103,31,46)
#561B27
(86,27,39)
#451720
(69,23,32)
#341319
(52,19,25)
#230F12
(35,15,18)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #BC3351

#BC3351
(188,51,81)
#C24560
(194,69,96)
#C8576F
(200,87,111)
#CE697E
(206,105,126)
#D47B8D
(212,123,141)
#DA8D9C
(218,141,156)
#E09FAB
(224,159,171)
#E6B1BA
(230,177,186)
#ECC3C9
(236,195,201)
#F2D5D8
(242,213,216)
#F8E7E7
(248,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3351 color. Also use rgb(188,51,81) instead hex code.

Text Font Color

.myTextColor { color: #BC3351; }

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

This text font color is #BC3351.


Background Color

.myBgColor { background-color: #BC3351; }

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

This div background color is #BC3351.


Border color

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

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

This div border color is #BC3351.


Opacity

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

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

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

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

This text has shadow with #BC3351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3351 on black background.


Color preview on white background

This text has color #BC3351 on white background.



Black color preview on #BC3351 background

This text has black color on #BC3351 background.


White color preview on #BC3351 background

This text has white color on #BC3351 background.