COLOR #BC536E

HEX: #BC536E
RGB: (188,83,110)

Color info

#BC536E contains mainly red color. Web safe color of #BC536E is #CC6666 (or #C66).

RGB color model

#BC536E color RGB value is (188,83,110).

  • red value is 188;
  • green value is 83;
  • blue value is 110.
RGB:
(188,83,110)
(74%,33%,43%)

RGB channels and saturation

R 188 of 255 = 74%
G 83 of 255 = 33%
B 110 of 255 = 43%

188
83
110

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

Portions of RGB colors in percentages

R + G + B =
188 + 83 + 110 = 381 (100%)
R 188 of 381 ~ 49.34%
G 83 of 381 ~ 21.78%
B 110 of 381 ~ 28.87%

%49.34
%21.78
%28.87

CMYK color model

#BC536E color CMYK value is (0,56,41,26).

  • cyan value is 0.00%
  • magenta value is 55.85%
  • yellow value is 41.49%
  • key color value is 26.27%
CMYK:
(0,56,41,26)
C0M56Y41K26 
(0%,56%,41%,26%)
(0.00/0.56/0.41/0.26)	

CMYK percentages

%0
%55.85
%41.49
%26.27

Codes

Color #BC536E in popluar color models

BC536E
RGB18883110
HSL345°43.93%53.14%
HSB/HSV345°55.85%73.73%
CMYK0.00%55.85%41.49%
26.27%

Color #BC536E in popluar number systems.

HEXBC536E
Decimal18883110
Binary1011110010100111101110
Octal274123156

Shades and tints

Shades of #BC536E

#BC536E
(188,83,110)
#AB4C64
(171,76,100)
#9A455A
(154,69,90)
#893E50
(137,62,80)
#783746
(120,55,70)
#67303C
(103,48,60)
#562932
(86,41,50)
#452228
(69,34,40)
#341B1E
(52,27,30)
#231414
(35,20,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #BC536E

#BC536E
(188,83,110)
#C2627B
(194,98,123)
#C87188
(200,113,136)
#CE8095
(206,128,149)
#D48FA2
(212,143,162)
#DA9EAF
(218,158,175)
#E0ADBC
(224,173,188)
#E6BCC9
(230,188,201)
#ECCBD6
(236,203,214)
#F2DAE3
(242,218,227)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC536E color. Also use rgb(188,83,110) instead hex code.

Text Font Color

.myTextColor { color: #BC536E; }

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

This text font color is #BC536E.


Background Color

.myBgColor { background-color: #BC536E; }

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

This div background color is #BC536E.


Border color

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

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

This div border color is #BC536E.


Opacity

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

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

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

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

This text has shadow with #BC536E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC536E on black background.


Color preview on white background

This text has color #BC536E on white background.



Black color preview on #BC536E background

This text has black color on #BC536E background.


White color preview on #BC536E background

This text has white color on #BC536E background.