COLOR #BC7C5F

HEX: #BC7C5F RGB: (188,124,95)

Color info

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

RGB color model

#BC7C5F color RGB value is (188,124,95).

RGB: (188,124,95) (74%, 49%, 37%)

RGB channels and saturation

R 188 of 255 = 74%
G 124 of 255 = 49%
B 95 of 255 = 37%

188
124
95

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

Portions of RGB colors in percentages

R + G + B = 188 + 124 + 95 = 407 (100%)
R 188 of 407 ~ 46.19%
G 124 of 407 ~ 30.47%
B 95 of 407 ~ 23.34'%

%46.19
%30.47
%23.34

CMYK color model

#BC7C5F color CMYK value is (0,34,49,26).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 49.47%
  • key color value is 26.27%

CMYK: (0,34,49,26)
C0M34Y49K26 (0%, 34%, 49%, 26%)
(0.00 / 0.34 / 0.49 / 0.26)

CMYK percentages

%0
%34.04
%49.47
%26.27

Codes

Color #BC7C5F in popluar color models

BC 7C 5F
RGB 188 124 95
HSL 19° 40.97% 55.49%
HSB/HSV 19° 49.47% 73.73%
CMYK 0.00% 34.04% 49.47%
26.27%

Color #BC7C5F in popluar number systems.

HEX BC 7C 5F
Decimal 188 124 95
Binary 10111100 1111100 1011111
Octal 274 174 137

Shades and tints

Shades of #BC7C5F

#BC7C5F
(188,124,95)
#AB7157
(171,113,87)
#9A664F
(154,102,79)
#895B47
(137,91,71)
#78503F
(120,80,63)
#674537
(103,69,55)
#563A2F
(86,58,47)
#452F27
(69,47,39)
#34241F
(52,36,31)
#231917
(35,25,23)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #BC7C5F

#BC7C5F
(188,124,95)
#C2876D
(194,135,109)
#C8927B
(200,146,123)
#CE9D89
(206,157,137)
#D4A897
(212,168,151)
#DAB3A5
(218,179,165)
#E0BEB3
(224,190,179)
#E6C9C1
(230,201,193)
#ECD4CF
(236,212,207)
#F2DFDD
(242,223,221)
#F8EAEB
(248,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7C5F color. Also use rgb(188,124,95) instead hex code.

Text Font Color

.myTextColor { color: #BC7C5F; }

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

This text font color is #BC7C5F.

Background Color

.myBgColor { background-color: #BC7C5F; }

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

This div background color is #BC7C5F.

Border color

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

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

This div border color is #BC7C5F.

Opacity

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

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

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

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

This text has shadow with #BC7C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7C5F.

Preview

Color preview on black background

This text has color #BC7C5F on black background.


Color preview on white background

This text has color #BC7C5F on white background.


Black color preview on #BC7C5F background

This text has black color on #BC7C5F background.


White color preview on #BC7C5F background

This text has white color on #BC7C5F background.


Related colors

Complementary color

Complementary color for #hex is #4383A0.


I love getcolorcode.com

Triadic colors

1 #5FBC7C and #7C5FBC with #BC7C5F are triadic colors.

2 #5F7CBC and #7CBC5F with #BC7C5F are triadic colors.