COLOR #BC7D7E

HEX: #BC7D7E
RGB: (188,125,126)

Color info

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

RGB color model

#BC7D7E color RGB value is (188,125,126).

  • red value is 188;
  • green value is 125;
  • blue value is 126.
RGB:
(188,125,126)
(74%,49%,49%)

RGB channels and saturation

R 188 of 255 = 74%
G 125 of 255 = 49%
B 126 of 255 = 49%

188
125
126

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

Portions of RGB colors in percentages

R + G + B =
188 + 125 + 126 = 439 (100%)
R 188 of 439 ~ 42.82%
G 125 of 439 ~ 28.47%
B 126 of 439 ~ 28.7%

%42.82
%28.47
%28.7

CMYK color model

#BC7D7E color CMYK value is (0,34,33,26).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 32.98%
  • key color value is 26.27%
CMYK:
(0,34,33,26)
C0M34Y33K26 
(0%,34%,33%,26%)
(0.00/0.34/0.33/0.26)	

CMYK percentages

%0
%33.51
%32.98
%26.27

Codes

Color #BC7D7E in popluar color models

BC7D7E
RGB188125126
HSL359°31.98%61.37%
HSB/HSV359°33.51%73.73%
CMYK0.00%33.51%32.98%
26.27%

Color #BC7D7E in popluar number systems.

HEXBC7D7E
Decimal188125126
Binary1011110011111011111110
Octal274175176

Shades and tints

Shades of #BC7D7E

#BC7D7E
(188,125,126)
#AB7273
(171,114,115)
#9A6768
(154,103,104)
#895C5D
(137,92,93)
#785152
(120,81,82)
#674647
(103,70,71)
#563B3C
(86,59,60)
#453031
(69,48,49)
#342526
(52,37,38)
#231A1B
(35,26,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #BC7D7E

#BC7D7E
(188,125,126)
#C28889
(194,136,137)
#C89394
(200,147,148)
#CE9E9F
(206,158,159)
#D4A9AA
(212,169,170)
#DAB4B5
(218,180,181)
#E0BFC0
(224,191,192)
#E6CACB
(230,202,203)
#ECD5D6
(236,213,214)
#F2E0E1
(242,224,225)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7D7E color. Also use rgb(188,125,126) instead hex code.

Text Font Color

.myTextColor { color: #BC7D7E; }

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

This text font color is #BC7D7E.


Background Color

.myBgColor { background-color: #BC7D7E; }

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

This div background color is #BC7D7E.


Border color

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

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

This div border color is #BC7D7E.


Opacity

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

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

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

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

This text has shadow with #BC7D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7D7E on black background.


Color preview on white background

This text has color #BC7D7E on white background.



Black color preview on #BC7D7E background

This text has black color on #BC7D7E background.


White color preview on #BC7D7E background

This text has white color on #BC7D7E background.