COLOR #BC7B70

HEX: #BC7B70
RGB: (188,123,112)

Color info

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

RGB color model

#BC7B70 color RGB value is (188,123,112).

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

RGB channels and saturation

R 188 of 255 = 74%
G 123 of 255 = 48%
B 112 of 255 = 44%

188
123
112

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

Portions of RGB colors in percentages

R + G + B =
188 + 123 + 112 = 423 (100%)
R 188 of 423 ~ 44.44%
G 123 of 423 ~ 29.08%
B 112 of 423 ~ 26.48%

%44.44
%29.08
%26.48

CMYK color model

#BC7B70 color CMYK value is (0,35,40,26).

  • cyan value is 0.00%
  • magenta value is 34.57%
  • yellow value is 40.43%
  • key color value is 26.27%
CMYK:
(0,35,40,26)
C0M35Y40K26 
(0%,35%,40%,26%)
(0.00/0.35/0.40/0.26)	

CMYK percentages

%0
%34.57
%40.43
%26.27

Codes

Color #BC7B70 in popluar color models

BC7B70
RGB188123112
HSL36.19%58.82%
HSB/HSV40.43%73.73%
CMYK0.00%34.57%40.43%
26.27%

Color #BC7B70 in popluar number systems.

HEXBC7B70
Decimal188123112
Binary1011110011110111110000
Octal274173160

Shades and tints

Shades of #BC7B70

#BC7B70
(188,123,112)
#AB7066
(171,112,102)
#9A655C
(154,101,92)
#895A52
(137,90,82)
#784F48
(120,79,72)
#67443E
(103,68,62)
#563934
(86,57,52)
#452E2A
(69,46,42)
#342320
(52,35,32)
#231816
(35,24,22)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #BC7B70

#BC7B70
(188,123,112)
#C2877D
(194,135,125)
#C8938A
(200,147,138)
#CE9F97
(206,159,151)
#D4ABA4
(212,171,164)
#DAB7B1
(218,183,177)
#E0C3BE
(224,195,190)
#E6CFCB
(230,207,203)
#ECDBD8
(236,219,216)
#F2E7E5
(242,231,229)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7B70; }

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

This text font color is #BC7B70.


Background Color

.myBgColor { background-color: #BC7B70; }

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

This div background color is #BC7B70.


Border color

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

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

This div border color is #BC7B70.


Opacity

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

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

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

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

This text has shadow with #BC7B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7B70 on black background.


Color preview on white background

This text has color #BC7B70 on white background.



Black color preview on #BC7B70 background

This text has black color on #BC7B70 background.


White color preview on #BC7B70 background

This text has white color on #BC7B70 background.