COLOR #BC7B8F

HEX: #BC7B8F
RGB: (188,123,143)

Color info

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

RGB color model

#BC7B8F color RGB value is (188,123,143).

  • red value is 188;
  • green value is 123;
  • blue value is 143.
RGB:
(188,123,143)
(74%,48%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 123 of 255 = 48%
B 143 of 255 = 56%

188
123
143

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

Portions of RGB colors in percentages

R + G + B =
188 + 123 + 143 = 454 (100%)
R 188 of 454 ~ 41.41%
G 123 of 454 ~ 27.09%
B 143 of 454 ~ 31.5%

%41.41
%27.09
%31.5

CMYK color model

#BC7B8F color CMYK value is (0,35,24,26).

  • cyan value is 0.00%
  • magenta value is 34.57%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK:
(0,35,24,26)
C0M35Y24K26 
(0%,35%,24%,26%)
(0.00/0.35/0.24/0.26)	

CMYK percentages

%0
%34.57
%23.94
%26.27

Codes

Color #BC7B8F in popluar color models

BC7B8F
RGB188123143
HSL342°32.66%60.98%
HSB/HSV342°34.57%73.73%
CMYK0.00%34.57%23.94%
26.27%

Color #BC7B8F in popluar number systems.

HEXBC7B8F
Decimal188123143
Binary10111100111101110001111
Octal274173217

Shades and tints

Shades of #BC7B8F

#BC7B8F
(188,123,143)
#AB7082
(171,112,130)
#9A6575
(154,101,117)
#895A68
(137,90,104)
#784F5B
(120,79,91)
#67444E
(103,68,78)
#563941
(86,57,65)
#452E34
(69,46,52)
#342327
(52,35,39)
#23181A
(35,24,26)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #BC7B8F

#BC7B8F
(188,123,143)
#C28799
(194,135,153)
#C893A3
(200,147,163)
#CE9FAD
(206,159,173)
#D4ABB7
(212,171,183)
#DAB7C1
(218,183,193)
#E0C3CB
(224,195,203)
#E6CFD5
(230,207,213)
#ECDBDF
(236,219,223)
#F2E7E9
(242,231,233)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7B8F color. Also use rgb(188,123,143) instead hex code.

Text Font Color

.myTextColor { color: #BC7B8F; }

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

This text font color is #BC7B8F.


Background Color

.myBgColor { background-color: #BC7B8F; }

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

This div background color is #BC7B8F.


Border color

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

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

This div border color is #BC7B8F.


Opacity

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

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

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

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

This text has shadow with #BC7B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7B8F on black background.


Color preview on white background

This text has color #BC7B8F on white background.



Black color preview on #BC7B8F background

This text has black color on #BC7B8F background.


White color preview on #BC7B8F background

This text has white color on #BC7B8F background.