COLOR #BC365A

HEX: #BC365A
RGB: (188,54,90)

Color info

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

RGB color model

#BC365A color RGB value is (188,54,90).

  • red value is 188;
  • green value is 54;
  • blue value is 90.
RGB:
(188,54,90)
(74%,21%,35%)

RGB channels and saturation

R 188 of 255 = 74%
G 54 of 255 = 21%
B 90 of 255 = 35%

188
54
90

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

Portions of RGB colors in percentages

R + G + B =
188 + 54 + 90 = 332 (100%)
R 188 of 332 ~ 56.63%
G 54 of 332 ~ 16.27%
B 90 of 332 ~ 27.11%

%56.63
%16.27
%27.11

CMYK color model

#BC365A color CMYK value is (0,71,52,26).

  • cyan value is 0.00%
  • magenta value is 71.28%
  • yellow value is 52.13%
  • key color value is 26.27%
CMYK:
(0,71,52,26)
C0M71Y52K26 
(0%,71%,52%,26%)
(0.00/0.71/0.52/0.26)	

CMYK percentages

%0
%71.28
%52.13
%26.27

Codes

Color #BC365A in popluar color models

BC365A
RGB1885490
HSL344°55.37%47.45%
HSB/HSV344°71.28%73.73%
CMYK0.00%71.28%52.13%
26.27%

Color #BC365A in popluar number systems.

HEXBC365A
Decimal1885490
Binary101111001101101011010
Octal27466132

Shades and tints

Shades of #BC365A

#BC365A
(188,54,90)
#AB3252
(171,50,82)
#9A2E4A
(154,46,74)
#892A42
(137,42,66)
#78263A
(120,38,58)
#672232
(103,34,50)
#561E2A
(86,30,42)
#451A22
(69,26,34)
#34161A
(52,22,26)
#231212
(35,18,18)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #BC365A

#BC365A
(188,54,90)
#C24869
(194,72,105)
#C85A78
(200,90,120)
#CE6C87
(206,108,135)
#D47E96
(212,126,150)
#DA90A5
(218,144,165)
#E0A2B4
(224,162,180)
#E6B4C3
(230,180,195)
#ECC6D2
(236,198,210)
#F2D8E1
(242,216,225)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC365A color. Also use rgb(188,54,90) instead hex code.

Text Font Color

.myTextColor { color: #BC365A; }

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

This text font color is #BC365A.


Background Color

.myBgColor { background-color: #BC365A; }

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

This div background color is #BC365A.


Border color

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

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

This div border color is #BC365A.


Opacity

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

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

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

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

This text has shadow with #BC365A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC365A on black background.


Color preview on white background

This text has color #BC365A on white background.



Black color preview on #BC365A background

This text has black color on #BC365A background.


White color preview on #BC365A background

This text has white color on #BC365A background.