COLOR #BC8C70

HEX: #BC8C70 RGB: (188,140,112)

Color info

#BC8C70 contains mainly red and green colors. Web safe color of #BC8C70 is #CC9966 (or #C96).

RGB color model

#BC8C70 color RGB value is (188,140,112).

RGB: (188,140,112) (74%, 55%, 44%)

RGB channels and saturation

R 188 of 255 = 74%
G 140 of 255 = 55%
B 112 of 255 = 44%

188
140
112

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

Portions of RGB colors in percentages

R + G + B = 188 + 140 + 112 = 440 (100%)
R 188 of 440 ~ 42.73%
G 140 of 440 ~ 31.82%
B 112 of 440 ~ 25.45'%

%42.73
%31.82
%25.45

CMYK color model

#BC8C70 color CMYK value is (0,26,40,26).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 40.43%
  • key color value is 26.27%

CMYK: (0,26,40,26)
C0M26Y40K26 (0%, 26%, 40%, 26%)
(0.00 / 0.26 / 0.40 / 0.26)

CMYK percentages

%0
%25.53
%40.43
%26.27

Codes

Color #BC8C70 in popluar color models

BC 8C 70
RGB 188 140 112
HSL 22° 36.19% 58.82%
HSB/HSV 22° 40.43% 73.73%
CMYK 0.00% 25.53% 40.43%
26.27%

Color #BC8C70 in popluar number systems.

HEX BC 8C 70
Decimal 188 140 112
Binary 10111100 10001100 1110000
Octal 274 214 160

Shades and tints

Shades of #BC8C70

#BC8C70
(188,140,112)
#AB8066
(171,128,102)
#9A745C
(154,116,92)
#896852
(137,104,82)
#785C48
(120,92,72)
#67503E
(103,80,62)
#564434
(86,68,52)
#45382A
(69,56,42)
#342C20
(52,44,32)
#232016
(35,32,22)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #BC8C70

#BC8C70
(188,140,112)
#C2967D
(194,150,125)
#C8A08A
(200,160,138)
#CEAA97
(206,170,151)
#D4B4A4
(212,180,164)
#DABEB1
(218,190,177)
#E0C8BE
(224,200,190)
#E6D2CB
(230,210,203)
#ECDCD8
(236,220,216)
#F2E6E5
(242,230,229)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8C70 color. Also use rgb(188,140,112) instead hex code.

Text Font Color

.myTextColor { color: #BC8C70; }

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

This text font color is #BC8C70.

Background Color

.myBgColor { background-color: #BC8C70; }

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

This div background color is #BC8C70.

Border color

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

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

This div border color is #BC8C70.

Opacity

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

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

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

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

This text has shadow with #BC8C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC8C70.

Preview

Color preview on black background

This text has color #BC8C70 on black background.


Color preview on white background

This text has color #BC8C70 on white background.


Black color preview on #BC8C70 background

This text has black color on #BC8C70 background.


White color preview on #BC8C70 background

This text has white color on #BC8C70 background.


Related colors

Complementary color

Complementary color for #hex is #43738F.


I love getcolorcode.com

Triadic colors

1 #70BC8C and #8C70BC with #BC8C70 are triadic colors.

2 #708CBC and #8CBC70 with #BC8C70 are triadic colors.