COLOR #BC6D67

HEX: #BC6D67
RGB: (188,109,103)

Color info

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

RGB color model

#BC6D67 color RGB value is (188,109,103).

  • red value is 188;
  • green value is 109;
  • blue value is 103.
RGB:
(188,109,103)
(74%,43%,40%)

RGB channels and saturation

R 188 of 255 = 74%
G 109 of 255 = 43%
B 103 of 255 = 40%

188
109
103

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

Portions of RGB colors in percentages

R + G + B =
188 + 109 + 103 = 400 (100%)
R 188 of 400 ~ 47%
G 109 of 400 ~ 27.25%
B 103 of 400 ~ 25.75%

%47
%27.25
%25.75

CMYK color model

#BC6D67 color CMYK value is (0,42,45,26).

  • cyan value is 0.00%
  • magenta value is 42.02%
  • yellow value is 45.21%
  • key color value is 26.27%
CMYK:
(0,42,45,26)
C0M42Y45K26 
(0%,42%,45%,26%)
(0.00/0.42/0.45/0.26)	

CMYK percentages

%0
%42.02
%45.21
%26.27

Codes

Color #BC6D67 in popluar color models

BC6D67
RGB188109103
HSL38.81%57.06%
HSB/HSV45.21%73.73%
CMYK0.00%42.02%45.21%
26.27%

Color #BC6D67 in popluar number systems.

HEXBC6D67
Decimal188109103
Binary1011110011011011100111
Octal274155147

Shades and tints

Shades of #BC6D67

#BC6D67
(188,109,103)
#AB645E
(171,100,94)
#9A5B55
(154,91,85)
#89524C
(137,82,76)
#784943
(120,73,67)
#67403A
(103,64,58)
#563731
(86,55,49)
#452E28
(69,46,40)
#34251F
(52,37,31)
#231C16
(35,28,22)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #BC6D67

#BC6D67
(188,109,103)
#C27A74
(194,122,116)
#C88781
(200,135,129)
#CE948E
(206,148,142)
#D4A19B
(212,161,155)
#DAAEA8
(218,174,168)
#E0BBB5
(224,187,181)
#E6C8C2
(230,200,194)
#ECD5CF
(236,213,207)
#F2E2DC
(242,226,220)
#F8EFE9
(248,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6D67 color. Also use rgb(188,109,103) instead hex code.

Text Font Color

.myTextColor { color: #BC6D67; }

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

This text font color is #BC6D67.


Background Color

.myBgColor { background-color: #BC6D67; }

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

This div background color is #BC6D67.


Border color

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

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

This div border color is #BC6D67.


Opacity

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

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

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

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

This text has shadow with #BC6D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6D67 on black background.


Color preview on white background

This text has color #BC6D67 on white background.



Black color preview on #BC6D67 background

This text has black color on #BC6D67 background.


White color preview on #BC6D67 background

This text has white color on #BC6D67 background.