COLOR #BC7972

HEX: #BC7972
RGB: (188,121,114)

Color info

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

RGB color model

#BC7972 color RGB value is (188,121,114).

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

RGB channels and saturation

R 188 of 255 = 74%
G 121 of 255 = 47%
B 114 of 255 = 45%

188
121
114

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

Portions of RGB colors in percentages

R + G + B =
188 + 121 + 114 = 423 (100%)
R 188 of 423 ~ 44.44%
G 121 of 423 ~ 28.61%
B 114 of 423 ~ 26.95%

%44.44
%28.61
%26.95

CMYK color model

#BC7972 color CMYK value is (0,36,39,26).

  • cyan value is 0.00%
  • magenta value is 35.64%
  • yellow value is 39.36%
  • key color value is 26.27%
CMYK:
(0,36,39,26)
C0M36Y39K26 
(0%,36%,39%,26%)
(0.00/0.36/0.39/0.26)	

CMYK percentages

%0
%35.64
%39.36
%26.27

Codes

Color #BC7972 in popluar color models

BC7972
RGB188121114
HSL35.58%59.22%
HSB/HSV39.36%73.73%
CMYK0.00%35.64%39.36%
26.27%

Color #BC7972 in popluar number systems.

HEXBC7972
Decimal188121114
Binary1011110011110011110010
Octal274171162

Shades and tints

Shades of #BC7972

#BC7972
(188,121,114)
#AB6E68
(171,110,104)
#9A635E
(154,99,94)
#895854
(137,88,84)
#784D4A
(120,77,74)
#674240
(103,66,64)
#563736
(86,55,54)
#452C2C
(69,44,44)
#342122
(52,33,34)
#231618
(35,22,24)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #BC7972

#BC7972
(188,121,114)
#C2857E
(194,133,126)
#C8918A
(200,145,138)
#CE9D96
(206,157,150)
#D4A9A2
(212,169,162)
#DAB5AE
(218,181,174)
#E0C1BA
(224,193,186)
#E6CDC6
(230,205,198)
#ECD9D2
(236,217,210)
#F2E5DE
(242,229,222)
#F8F1EA
(248,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7972; }

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

This text font color is #BC7972.


Background Color

.myBgColor { background-color: #BC7972; }

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

This div background color is #BC7972.


Border color

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

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

This div border color is #BC7972.


Opacity

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

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

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

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

This text has shadow with #BC7972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7972 on black background.


Color preview on white background

This text has color #BC7972 on white background.



Black color preview on #BC7972 background

This text has black color on #BC7972 background.


White color preview on #BC7972 background

This text has white color on #BC7972 background.