COLOR #BC7F7A

HEX: #BC7F7A RGB: (188,127,122)

Color info

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

RGB color model

#BC7F7A color RGB value is (188,127,122).

RGB: (188,127,122) (74%, 50%, 48%)

RGB channels and saturation

R 188 of 255 = 74%
G 127 of 255 = 50%
B 122 of 255 = 48%

188
127
122

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

Portions of RGB colors in percentages

R + G + B = 188 + 127 + 122 = 437 (100%)
R 188 of 437 ~ 43.02%
G 127 of 437 ~ 29.06%
B 122 of 437 ~ 27.92'%

%43.02
%29.06
%27.92

CMYK color model

#BC7F7A color CMYK value is (0,32,35,26).

  • cyan value is 0.00%
  • magenta value is 32.45%
  • yellow value is 35.11%
  • key color value is 26.27%

CMYK: (0,32,35,26)
C0M32Y35K26 (0%, 32%, 35%, 26%)
(0.00 / 0.32 / 0.35 / 0.26)

CMYK percentages

%0
%32.45
%35.11
%26.27

Codes

Color #BC7F7A in popluar color models

BC 7F 7A
RGB 188 127 122
HSL 33.00% 60.78%
HSB/HSV 35.11% 73.73%
CMYK 0.00% 32.45% 35.11%
26.27%

Color #BC7F7A in popluar number systems.

HEX BC 7F 7A
Decimal 188 127 122
Binary 10111100 1111111 1111010
Octal 274 177 172

Shades and tints

Shades of #BC7F7A

#BC7F7A
(188,127,122)
#AB746F
(171,116,111)
#9A6964
(154,105,100)
#895E59
(137,94,89)
#78534E
(120,83,78)
#674843
(103,72,67)
#563D38
(86,61,56)
#45322D
(69,50,45)
#342722
(52,39,34)
#231C17
(35,28,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #BC7F7A

#BC7F7A
(188,127,122)
#C28A86
(194,138,134)
#C89592
(200,149,146)
#CEA09E
(206,160,158)
#D4ABAA
(212,171,170)
#DAB6B6
(218,182,182)
#E0C1C2
(224,193,194)
#E6CCCE
(230,204,206)
#ECD7DA
(236,215,218)
#F2E2E6
(242,226,230)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7F7A; }

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

This text font color is #BC7F7A.

Background Color

.myBgColor { background-color: #BC7F7A; }

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

This div background color is #BC7F7A.

Border color

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

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

This div border color is #BC7F7A.

Opacity

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

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

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

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

This text has shadow with #BC7F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7F7A.

Preview

Color preview on black background

This text has color #BC7F7A on black background.


Color preview on white background

This text has color #BC7F7A on white background.


Black color preview on #BC7F7A background

This text has black color on #BC7F7A background.


White color preview on #BC7F7A background

This text has white color on #BC7F7A background.


Related colors

Complementary color

Complementary color for #hex is #438085.


I love getcolorcode.com

Triadic colors

1 #7ABC7F and #7F7ABC with #BC7F7A are triadic colors.

2 #7A7FBC and #7FBC7A with #BC7F7A are triadic colors.