COLOR #BC7F69

HEX: #BC7F69
RGB: (188,127,105)

Color info

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

RGB color model

#BC7F69 color RGB value is (188,127,105).

  • red value is 188;
  • green value is 127;
  • blue value is 105.
RGB:
(188,127,105)
(74%,50%,41%)

RGB channels and saturation

R 188 of 255 = 74%
G 127 of 255 = 50%
B 105 of 255 = 41%

188
127
105

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

Portions of RGB colors in percentages

R + G + B =
188 + 127 + 105 = 420 (100%)
R 188 of 420 ~ 44.76%
G 127 of 420 ~ 30.24%
B 105 of 420 ~ 25%

%44.76
%30.24
%25

CMYK color model

#BC7F69 color CMYK value is (0,32,44,26).

  • cyan value is 0.00%
  • magenta value is 32.45%
  • yellow value is 44.15%
  • key color value is 26.27%
CMYK:
(0,32,44,26)
C0M32Y44K26 
(0%,32%,44%,26%)
(0.00/0.32/0.44/0.26)	

CMYK percentages

%0
%32.45
%44.15
%26.27

Codes

Color #BC7F69 in popluar color models

BC7F69
RGB188127105
HSL16°38.25%57.45%
HSB/HSV16°44.15%73.73%
CMYK0.00%32.45%44.15%
26.27%

Color #BC7F69 in popluar number systems.

HEXBC7F69
Decimal188127105
Binary1011110011111111101001
Octal274177151

Shades and tints

Shades of #BC7F69

#BC7F69
(188,127,105)
#AB7460
(171,116,96)
#9A6957
(154,105,87)
#895E4E
(137,94,78)
#785345
(120,83,69)
#67483C
(103,72,60)
#563D33
(86,61,51)
#45322A
(69,50,42)
#342721
(52,39,33)
#231C18
(35,28,24)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #BC7F69

#BC7F69
(188,127,105)
#C28A76
(194,138,118)
#C89583
(200,149,131)
#CEA090
(206,160,144)
#D4AB9D
(212,171,157)
#DAB6AA
(218,182,170)
#E0C1B7
(224,193,183)
#E6CCC4
(230,204,196)
#ECD7D1
(236,215,209)
#F2E2DE
(242,226,222)
#F8EDEB
(248,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7F69 color. Also use rgb(188,127,105) instead hex code.

Text Font Color

.myTextColor { color: #BC7F69; }

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

This text font color is #BC7F69.


Background Color

.myBgColor { background-color: #BC7F69; }

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

This div background color is #BC7F69.


Border color

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

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

This div border color is #BC7F69.


Opacity

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

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

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

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

This text has shadow with #BC7F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7F69 on black background.


Color preview on white background

This text has color #BC7F69 on white background.



Black color preview on #BC7F69 background

This text has black color on #BC7F69 background.


White color preview on #BC7F69 background

This text has white color on #BC7F69 background.