COLOR #BC7970

HEX: #BC7970
RGB: (188,121,112)

Color info

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

RGB color model

#BC7970 color RGB value is (188,121,112).

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

RGB channels and saturation

R 188 of 255 = 74%
G 121 of 255 = 47%
B 112 of 255 = 44%

188
121
112

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

Portions of RGB colors in percentages

R + G + B =
188 + 121 + 112 = 421 (100%)
R 188 of 421 ~ 44.66%
G 121 of 421 ~ 28.74%
B 112 of 421 ~ 26.6%

%44.66
%28.74
%26.6

CMYK color model

#BC7970 color CMYK value is (0,36,40,26).

  • cyan value is 0.00%
  • magenta value is 35.64%
  • yellow value is 40.43%
  • key color value is 26.27%
CMYK:
(0,36,40,26)
C0M36Y40K26 
(0%,36%,40%,26%)
(0.00/0.36/0.40/0.26)	

CMYK percentages

%0
%35.64
%40.43
%26.27

Codes

Color #BC7970 in popluar color models

BC7970
RGB188121112
HSL36.19%58.82%
HSB/HSV40.43%73.73%
CMYK0.00%35.64%40.43%
26.27%

Color #BC7970 in popluar number systems.

HEXBC7970
Decimal188121112
Binary1011110011110011110000
Octal274171160

Shades and tints

Shades of #BC7970

#BC7970
(188,121,112)
#AB6E66
(171,110,102)
#9A635C
(154,99,92)
#895852
(137,88,82)
#784D48
(120,77,72)
#67423E
(103,66,62)
#563734
(86,55,52)
#452C2A
(69,44,42)
#342120
(52,33,32)
#231616
(35,22,22)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #BC7970

#BC7970
(188,121,112)
#C2857D
(194,133,125)
#C8918A
(200,145,138)
#CE9D97
(206,157,151)
#D4A9A4
(212,169,164)
#DAB5B1
(218,181,177)
#E0C1BE
(224,193,190)
#E6CDCB
(230,205,203)
#ECD9D8
(236,217,216)
#F2E5E5
(242,229,229)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7970; }

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

This text font color is #BC7970.


Background Color

.myBgColor { background-color: #BC7970; }

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

This div background color is #BC7970.


Border color

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

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

This div border color is #BC7970.


Opacity

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

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

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

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

This text has shadow with #BC7970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7970 on black background.


Color preview on white background

This text has color #BC7970 on white background.



Black color preview on #BC7970 background

This text has black color on #BC7970 background.


White color preview on #BC7970 background

This text has white color on #BC7970 background.