COLOR #BC7A8F

HEX: #BC7A8F
RGB: (188,122,143)

Color info

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

RGB color model

#BC7A8F color RGB value is (188,122,143).

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

RGB channels and saturation

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

188
122
143

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

Portions of RGB colors in percentages

R + G + B =
188 + 122 + 143 = 453 (100%)
R 188 of 453 ~ 41.5%
G 122 of 453 ~ 26.93%
B 143 of 453 ~ 31.57%

%41.5
%26.93
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.11%
  • 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
%35.11
%23.94
%26.27

Codes

Color #BC7A8F in popluar color models

BC7A8F
RGB188122143
HSL341°33.00%60.78%
HSB/HSV341°35.11%73.73%
CMYK0.00%35.11%23.94%
26.27%

Color #BC7A8F in popluar number systems.

HEXBC7A8F
Decimal188122143
Binary10111100111101010001111
Octal274172217

Shades and tints

Shades of #BC7A8F

#BC7A8F
(188,122,143)
#AB6F82
(171,111,130)
#9A6475
(154,100,117)
#895968
(137,89,104)
#784E5B
(120,78,91)
#67434E
(103,67,78)
#563841
(86,56,65)
#452D34
(69,45,52)
#342227
(52,34,39)
#23171A
(35,23,26)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #BC7A8F

#BC7A8F
(188,122,143)
#C28699
(194,134,153)
#C892A3
(200,146,163)
#CE9EAD
(206,158,173)
#D4AAB7
(212,170,183)
#DAB6C1
(218,182,193)
#E0C2CB
(224,194,203)
#E6CED5
(230,206,213)
#ECDADF
(236,218,223)
#F2E6E9
(242,230,233)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7A8F; }

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

This text font color is #BC7A8F.


Background Color

.myBgColor { background-color: #BC7A8F; }

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

This div background color is #BC7A8F.


Border color

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

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

This div border color is #BC7A8F.


Opacity

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

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

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

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

This text has shadow with #BC7A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7A8F on black background.


Color preview on white background

This text has color #BC7A8F on white background.



Black color preview on #BC7A8F background

This text has black color on #BC7A8F background.


White color preview on #BC7A8F background

This text has white color on #BC7A8F background.