COLOR #BC768E

HEX: #BC768E
RGB: (188,118,142)

Color info

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

RGB color model

#BC768E color RGB value is (188,118,142).

  • red value is 188;
  • green value is 118;
  • blue value is 142.
RGB:
(188,118,142)
(74%,46%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 118 of 255 = 46%
B 142 of 255 = 56%

188
118
142

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

Portions of RGB colors in percentages

R + G + B =
188 + 118 + 142 = 448 (100%)
R 188 of 448 ~ 41.96%
G 118 of 448 ~ 26.34%
B 142 of 448 ~ 31.7%

%41.96
%26.34
%31.7

CMYK color model

#BC768E color CMYK value is (0,37,24,26).

  • cyan value is 0.00%
  • magenta value is 37.23%
  • yellow value is 24.47%
  • key color value is 26.27%
CMYK:
(0,37,24,26)
C0M37Y24K26 
(0%,37%,24%,26%)
(0.00/0.37/0.24/0.26)	

CMYK percentages

%0
%37.23
%24.47
%26.27

Codes

Color #BC768E in popluar color models

BC768E
RGB188118142
HSL339°34.31%60.00%
HSB/HSV339°37.23%73.73%
CMYK0.00%37.23%24.47%
26.27%

Color #BC768E in popluar number systems.

HEXBC768E
Decimal188118142
Binary10111100111011010001110
Octal274166216

Shades and tints

Shades of #BC768E

#BC768E
(188,118,142)
#AB6C82
(171,108,130)
#9A6276
(154,98,118)
#89586A
(137,88,106)
#784E5E
(120,78,94)
#674452
(103,68,82)
#563A46
(86,58,70)
#45303A
(69,48,58)
#34262E
(52,38,46)
#231C22
(35,28,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #BC768E

#BC768E
(188,118,142)
#C28298
(194,130,152)
#C88EA2
(200,142,162)
#CE9AAC
(206,154,172)
#D4A6B6
(212,166,182)
#DAB2C0
(218,178,192)
#E0BECA
(224,190,202)
#E6CAD4
(230,202,212)
#ECD6DE
(236,214,222)
#F2E2E8
(242,226,232)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC768E color. Also use rgb(188,118,142) instead hex code.

Text Font Color

.myTextColor { color: #BC768E; }

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

This text font color is #BC768E.


Background Color

.myBgColor { background-color: #BC768E; }

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

This div background color is #BC768E.


Border color

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

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

This div border color is #BC768E.


Opacity

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

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

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

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

This text has shadow with #BC768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC768E on black background.


Color preview on white background

This text has color #BC768E on white background.



Black color preview on #BC768E background

This text has black color on #BC768E background.


White color preview on #BC768E background

This text has white color on #BC768E background.