COLOR #BC6F87

HEX: #BC6F87
RGB: (188,111,135)

Color info

#BC6F87 contains mainly red and blue colors. Web safe color of #BC6F87 is #CC6699 (or #C69).

RGB color model

#BC6F87 color RGB value is (188,111,135).

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

RGB channels and saturation

R 188 of 255 = 74%
G 111 of 255 = 44%
B 135 of 255 = 53%

188
111
135

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

Portions of RGB colors in percentages

R + G + B =
188 + 111 + 135 = 434 (100%)
R 188 of 434 ~ 43.32%
G 111 of 434 ~ 25.58%
B 135 of 434 ~ 31.11%

%43.32
%25.58
%31.11

CMYK color model

#BC6F87 color CMYK value is (0,41,28,26).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 28.19%
  • key color value is 26.27%
CMYK:
(0,41,28,26)
C0M41Y28K26 
(0%,41%,28%,26%)
(0.00/0.41/0.28/0.26)	

CMYK percentages

%0
%40.96
%28.19
%26.27

Codes

Color #BC6F87 in popluar color models

BC6F87
RGB188111135
HSL341°36.49%58.63%
HSB/HSV341°40.96%73.73%
CMYK0.00%40.96%28.19%
26.27%

Color #BC6F87 in popluar number systems.

HEXBC6F87
Decimal188111135
Binary10111100110111110000111
Octal274157207

Shades and tints

Shades of #BC6F87

#BC6F87
(188,111,135)
#AB657B
(171,101,123)
#9A5B6F
(154,91,111)
#895163
(137,81,99)
#784757
(120,71,87)
#673D4B
(103,61,75)
#56333F
(86,51,63)
#452933
(69,41,51)
#341F27
(52,31,39)
#23151B
(35,21,27)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #BC6F87

#BC6F87
(188,111,135)
#C27C91
(194,124,145)
#C8899B
(200,137,155)
#CE96A5
(206,150,165)
#D4A3AF
(212,163,175)
#DAB0B9
(218,176,185)
#E0BDC3
(224,189,195)
#E6CACD
(230,202,205)
#ECD7D7
(236,215,215)
#F2E4E1
(242,228,225)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6F87; }

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

This text font color is #BC6F87.


Background Color

.myBgColor { background-color: #BC6F87; }

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

This div background color is #BC6F87.


Border color

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

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

This div border color is #BC6F87.


Opacity

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

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

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

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

This text has shadow with #BC6F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6F87 on black background.


Color preview on white background

This text has color #BC6F87 on white background.



Black color preview on #BC6F87 background

This text has black color on #BC6F87 background.


White color preview on #BC6F87 background

This text has white color on #BC6F87 background.