COLOR #BC5A6F

HEX: #BC5A6F
RGB: (188,90,111)

Color info

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

RGB color model

#BC5A6F color RGB value is (188,90,111).

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

RGB channels and saturation

R 188 of 255 = 74%
G 90 of 255 = 35%
B 111 of 255 = 44%

188
90
111

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

Portions of RGB colors in percentages

R + G + B =
188 + 90 + 111 = 389 (100%)
R 188 of 389 ~ 48.33%
G 90 of 389 ~ 23.14%
B 111 of 389 ~ 28.53%

%48.33
%23.14
%28.53

CMYK color model

#BC5A6F color CMYK value is (0,52,41,26).

  • cyan value is 0.00%
  • magenta value is 52.13%
  • yellow value is 40.96%
  • key color value is 26.27%
CMYK:
(0,52,41,26)
C0M52Y41K26 
(0%,52%,41%,26%)
(0.00/0.52/0.41/0.26)	

CMYK percentages

%0
%52.13
%40.96
%26.27

Codes

Color #BC5A6F in popluar color models

BC5A6F
RGB18890111
HSL347°42.24%54.51%
HSB/HSV347°52.13%73.73%
CMYK0.00%52.13%40.96%
26.27%

Color #BC5A6F in popluar number systems.

HEXBC5A6F
Decimal18890111
Binary1011110010110101101111
Octal274132157

Shades and tints

Shades of #BC5A6F

#BC5A6F
(188,90,111)
#AB5265
(171,82,101)
#9A4A5B
(154,74,91)
#894251
(137,66,81)
#783A47
(120,58,71)
#67323D
(103,50,61)
#562A33
(86,42,51)
#452229
(69,34,41)
#341A1F
(52,26,31)
#231215
(35,18,21)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #BC5A6F

#BC5A6F
(188,90,111)
#C2697C
(194,105,124)
#C87889
(200,120,137)
#CE8796
(206,135,150)
#D496A3
(212,150,163)
#DAA5B0
(218,165,176)
#E0B4BD
(224,180,189)
#E6C3CA
(230,195,202)
#ECD2D7
(236,210,215)
#F2E1E4
(242,225,228)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5A6F; }

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

This text font color is #BC5A6F.


Background Color

.myBgColor { background-color: #BC5A6F; }

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

This div background color is #BC5A6F.


Border color

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

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

This div border color is #BC5A6F.


Opacity

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

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

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

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

This text has shadow with #BC5A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5A6F on black background.


Color preview on white background

This text has color #BC5A6F on white background.



Black color preview on #BC5A6F background

This text has black color on #BC5A6F background.


White color preview on #BC5A6F background

This text has white color on #BC5A6F background.