COLOR #BC6072

HEX: #BC6072
RGB: (188,96,114)

Color info

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

RGB color model

#BC6072 color RGB value is (188,96,114).

  • red value is 188;
  • green value is 96;
  • blue value is 114.
RGB:
(188,96,114)
(74%,38%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 96 of 255 = 38%
B 114 of 255 = 45%

188
96
114

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

Portions of RGB colors in percentages

R + G + B =
188 + 96 + 114 = 398 (100%)
R 188 of 398 ~ 47.24%
G 96 of 398 ~ 24.12%
B 114 of 398 ~ 28.64%

%47.24
%24.12
%28.64

CMYK color model

#BC6072 color CMYK value is (0,49,39,26).

  • cyan value is 0.00%
  • magenta value is 48.94%
  • yellow value is 39.36%
  • key color value is 26.27%
CMYK:
(0,49,39,26)
C0M49Y39K26 
(0%,49%,39%,26%)
(0.00/0.49/0.39/0.26)	

CMYK percentages

%0
%48.94
%39.36
%26.27

Codes

Color #BC6072 in popluar color models

BC6072
RGB18896114
HSL348°40.71%55.69%
HSB/HSV348°48.94%73.73%
CMYK0.00%48.94%39.36%
26.27%

Color #BC6072 in popluar number systems.

HEXBC6072
Decimal18896114
Binary1011110011000001110010
Octal274140162

Shades and tints

Shades of #BC6072

#BC6072
(188,96,114)
#AB5868
(171,88,104)
#9A505E
(154,80,94)
#894854
(137,72,84)
#78404A
(120,64,74)
#673840
(103,56,64)
#563036
(86,48,54)
#45282C
(69,40,44)
#342022
(52,32,34)
#231818
(35,24,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #BC6072

#BC6072
(188,96,114)
#C26E7E
(194,110,126)
#C87C8A
(200,124,138)
#CE8A96
(206,138,150)
#D498A2
(212,152,162)
#DAA6AE
(218,166,174)
#E0B4BA
(224,180,186)
#E6C2C6
(230,194,198)
#ECD0D2
(236,208,210)
#F2DEDE
(242,222,222)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6072 color. Also use rgb(188,96,114) instead hex code.

Text Font Color

.myTextColor { color: #BC6072; }

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

This text font color is #BC6072.


Background Color

.myBgColor { background-color: #BC6072; }

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

This div background color is #BC6072.


Border color

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

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

This div border color is #BC6072.


Opacity

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

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

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

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

This text has shadow with #BC6072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6072 on black background.


Color preview on white background

This text has color #BC6072 on white background.



Black color preview on #BC6072 background

This text has black color on #BC6072 background.


White color preview on #BC6072 background

This text has white color on #BC6072 background.