COLOR #BC6C63

HEX: #BC6C63
RGB: (188,108,99)

Color info

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

RGB color model

#BC6C63 color RGB value is (188,108,99).

  • red value is 188;
  • green value is 108;
  • blue value is 99.
RGB:
(188,108,99)
(74%,42%,39%)

RGB channels and saturation

R 188 of 255 = 74%
G 108 of 255 = 42%
B 99 of 255 = 39%

188
108
99

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

Portions of RGB colors in percentages

R + G + B =
188 + 108 + 99 = 395 (100%)
R 188 of 395 ~ 47.59%
G 108 of 395 ~ 27.34%
B 99 of 395 ~ 25.06%

%47.59
%27.34
%25.06

CMYK color model

#BC6C63 color CMYK value is (0,43,47,26).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 47.34%
  • key color value is 26.27%
CMYK:
(0,43,47,26)
C0M43Y47K26 
(0%,43%,47%,26%)
(0.00/0.43/0.47/0.26)	

CMYK percentages

%0
%42.55
%47.34
%26.27

Codes

Color #BC6C63 in popluar color models

BC6C63
RGB18810899
HSL39.91%56.27%
HSB/HSV47.34%73.73%
CMYK0.00%42.55%47.34%
26.27%

Color #BC6C63 in popluar number systems.

HEXBC6C63
Decimal18810899
Binary1011110011011001100011
Octal274154143

Shades and tints

Shades of #BC6C63

#BC6C63
(188,108,99)
#AB635A
(171,99,90)
#9A5A51
(154,90,81)
#895148
(137,81,72)
#78483F
(120,72,63)
#673F36
(103,63,54)
#56362D
(86,54,45)
#452D24
(69,45,36)
#34241B
(52,36,27)
#231B12
(35,27,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #BC6C63

#BC6C63
(188,108,99)
#C27971
(194,121,113)
#C8867F
(200,134,127)
#CE938D
(206,147,141)
#D4A09B
(212,160,155)
#DAADA9
(218,173,169)
#E0BAB7
(224,186,183)
#E6C7C5
(230,199,197)
#ECD4D3
(236,212,211)
#F2E1E1
(242,225,225)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6C63 color. Also use rgb(188,108,99) instead hex code.

Text Font Color

.myTextColor { color: #BC6C63; }

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

This text font color is #BC6C63.


Background Color

.myBgColor { background-color: #BC6C63; }

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

This div background color is #BC6C63.


Border color

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

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

This div border color is #BC6C63.


Opacity

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

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

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

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

This text has shadow with #BC6C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6C63 on black background.


Color preview on white background

This text has color #BC6C63 on white background.



Black color preview on #BC6C63 background

This text has black color on #BC6C63 background.


White color preview on #BC6C63 background

This text has white color on #BC6C63 background.