COLOR #BC739E

HEX: #BC739E
RGB: (188,115,158)

Color info

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

RGB color model

#BC739E color RGB value is (188,115,158).

  • red value is 188;
  • green value is 115;
  • blue value is 158.
RGB:
(188,115,158)
(74%,45%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 115 of 255 = 45%
B 158 of 255 = 62%

188
115
158

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

Portions of RGB colors in percentages

R + G + B =
188 + 115 + 158 = 461 (100%)
R 188 of 461 ~ 40.78%
G 115 of 461 ~ 24.95%
B 158 of 461 ~ 34.27%

%40.78
%24.95
%34.27

CMYK color model

#BC739E color CMYK value is (0,39,16,26).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 15.96%
  • key color value is 26.27%
CMYK:
(0,39,16,26)
C0M39Y16K26 
(0%,39%,16%,26%)
(0.00/0.39/0.16/0.26)	

CMYK percentages

%0
%38.83
%15.96
%26.27

Codes

Color #BC739E in popluar color models

BC739E
RGB188115158
HSL325°35.27%59.41%
HSB/HSV325°38.83%73.73%
CMYK0.00%38.83%15.96%
26.27%

Color #BC739E in popluar number systems.

HEXBC739E
Decimal188115158
Binary10111100111001110011110
Octal274163236

Shades and tints

Shades of #BC739E

#BC739E
(188,115,158)
#AB6990
(171,105,144)
#9A5F82
(154,95,130)
#895574
(137,85,116)
#784B66
(120,75,102)
#674158
(103,65,88)
#56374A
(86,55,74)
#452D3C
(69,45,60)
#34232E
(52,35,46)
#231920
(35,25,32)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #BC739E

#BC739E
(188,115,158)
#C27FA6
(194,127,166)
#C88BAE
(200,139,174)
#CE97B6
(206,151,182)
#D4A3BE
(212,163,190)
#DAAFC6
(218,175,198)
#E0BBCE
(224,187,206)
#E6C7D6
(230,199,214)
#ECD3DE
(236,211,222)
#F2DFE6
(242,223,230)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC739E color. Also use rgb(188,115,158) instead hex code.

Text Font Color

.myTextColor { color: #BC739E; }

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

This text font color is #BC739E.


Background Color

.myBgColor { background-color: #BC739E; }

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

This div background color is #BC739E.


Border color

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

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

This div border color is #BC739E.


Opacity

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

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

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

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

This text has shadow with #BC739E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC739E on black background.


Color preview on white background

This text has color #BC739E on white background.



Black color preview on #BC739E background

This text has black color on #BC739E background.


White color preview on #BC739E background

This text has white color on #BC739E background.