COLOR #BC6762

HEX: #BC6762
RGB: (188,103,98)

Color info

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

RGB color model

#BC6762 color RGB value is (188,103,98).

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

RGB channels and saturation

R 188 of 255 = 74%
G 103 of 255 = 40%
B 98 of 255 = 38%

188
103
98

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

Portions of RGB colors in percentages

R + G + B =
188 + 103 + 98 = 389 (100%)
R 188 of 389 ~ 48.33%
G 103 of 389 ~ 26.48%
B 98 of 389 ~ 25.19%

%48.33
%26.48
%25.19

CMYK color model

#BC6762 color CMYK value is (0,45,48,26).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 47.87%
  • key color value is 26.27%
CMYK:
(0,45,48,26)
C0M45Y48K26 
(0%,45%,48%,26%)
(0.00/0.45/0.48/0.26)	

CMYK percentages

%0
%45.21
%47.87
%26.27

Codes

Color #BC6762 in popluar color models

BC6762
RGB18810398
HSL40.18%56.08%
HSB/HSV47.87%73.73%
CMYK0.00%45.21%47.87%
26.27%

Color #BC6762 in popluar number systems.

HEXBC6762
Decimal18810398
Binary1011110011001111100010
Octal274147142

Shades and tints

Shades of #BC6762

#BC6762
(188,103,98)
#AB5E5A
(171,94,90)
#9A5552
(154,85,82)
#894C4A
(137,76,74)
#784342
(120,67,66)
#673A3A
(103,58,58)
#563132
(86,49,50)
#45282A
(69,40,42)
#341F22
(52,31,34)
#23161A
(35,22,26)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #BC6762

#BC6762
(188,103,98)
#C27470
(194,116,112)
#C8817E
(200,129,126)
#CE8E8C
(206,142,140)
#D49B9A
(212,155,154)
#DAA8A8
(218,168,168)
#E0B5B6
(224,181,182)
#E6C2C4
(230,194,196)
#ECCFD2
(236,207,210)
#F2DCE0
(242,220,224)
#F8E9EE
(248,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6762; }

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

This text font color is #BC6762.


Background Color

.myBgColor { background-color: #BC6762; }

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

This div background color is #BC6762.


Border color

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

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

This div border color is #BC6762.


Opacity

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

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

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

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

This text has shadow with #BC6762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6762 on black background.


Color preview on white background

This text has color #BC6762 on white background.



Black color preview on #BC6762 background

This text has black color on #BC6762 background.


White color preview on #BC6762 background

This text has white color on #BC6762 background.