COLOR #BC7D6D

HEX: #BC7D6D
RGB: (188,125,109)

Color info

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

RGB color model

#BC7D6D color RGB value is (188,125,109).

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

RGB channels and saturation

R 188 of 255 = 74%
G 125 of 255 = 49%
B 109 of 255 = 43%

188
125
109

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

Portions of RGB colors in percentages

R + G + B =
188 + 125 + 109 = 422 (100%)
R 188 of 422 ~ 44.55%
G 125 of 422 ~ 29.62%
B 109 of 422 ~ 25.83%

%44.55
%29.62
%25.83

CMYK color model

#BC7D6D color CMYK value is (0,34,42,26).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 42.02%
  • key color value is 26.27%
CMYK:
(0,34,42,26)
C0M34Y42K26 
(0%,34%,42%,26%)
(0.00/0.34/0.42/0.26)	

CMYK percentages

%0
%33.51
%42.02
%26.27

Codes

Color #BC7D6D in popluar color models

BC7D6D
RGB188125109
HSL12°37.09%58.24%
HSB/HSV12°42.02%73.73%
CMYK0.00%33.51%42.02%
26.27%

Color #BC7D6D in popluar number systems.

HEXBC7D6D
Decimal188125109
Binary1011110011111011101101
Octal274175155

Shades and tints

Shades of #BC7D6D

#BC7D6D
(188,125,109)
#AB7264
(171,114,100)
#9A675B
(154,103,91)
#895C52
(137,92,82)
#785149
(120,81,73)
#674640
(103,70,64)
#563B37
(86,59,55)
#45302E
(69,48,46)
#342525
(52,37,37)
#231A1C
(35,26,28)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #BC7D6D

#BC7D6D
(188,125,109)
#C2887A
(194,136,122)
#C89387
(200,147,135)
#CE9E94
(206,158,148)
#D4A9A1
(212,169,161)
#DAB4AE
(218,180,174)
#E0BFBB
(224,191,187)
#E6CAC8
(230,202,200)
#ECD5D5
(236,213,213)
#F2E0E2
(242,224,226)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7D6D; }

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

This text font color is #BC7D6D.


Background Color

.myBgColor { background-color: #BC7D6D; }

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

This div background color is #BC7D6D.


Border color

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

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

This div border color is #BC7D6D.


Opacity

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

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

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

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

This text has shadow with #BC7D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7D6D on black background.


Color preview on white background

This text has color #BC7D6D on white background.



Black color preview on #BC7D6D background

This text has black color on #BC7D6D background.


White color preview on #BC7D6D background

This text has white color on #BC7D6D background.