COLOR #BC8C73

HEX: #BC8C73
RGB: (188,140,115)

Color info

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

RGB color model

#BC8C73 color RGB value is (188,140,115).

  • red value is 188;
  • green value is 140;
  • blue value is 115.
RGB:
(188,140,115)
(74%,55%,45%)

RGB channels and saturation

R 188 of 255 = 74%
G 140 of 255 = 55%
B 115 of 255 = 45%

188
140
115

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

Portions of RGB colors in percentages

R + G + B =
188 + 140 + 115 = 443 (100%)
R 188 of 443 ~ 42.44%
G 140 of 443 ~ 31.6%
B 115 of 443 ~ 25.96%

%42.44
%31.6
%25.96

CMYK color model

#BC8C73 color CMYK value is (0,26,39,26).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 38.83%
  • key color value is 26.27%
CMYK:
(0,26,39,26)
C0M26Y39K26 
(0%,26%,39%,26%)
(0.00/0.26/0.39/0.26)	

CMYK percentages

%0
%25.53
%38.83
%26.27

Codes

Color #BC8C73 in popluar color models

BC8C73
RGB188140115
HSL21°35.27%59.41%
HSB/HSV21°38.83%73.73%
CMYK0.00%25.53%38.83%
26.27%

Color #BC8C73 in popluar number systems.

HEXBC8C73
Decimal188140115
Binary10111100100011001110011
Octal274214163

Shades and tints

Shades of #BC8C73

#BC8C73
(188,140,115)
#AB8069
(171,128,105)
#9A745F
(154,116,95)
#896855
(137,104,85)
#785C4B
(120,92,75)
#675041
(103,80,65)
#564437
(86,68,55)
#45382D
(69,56,45)
#342C23
(52,44,35)
#232019
(35,32,25)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #BC8C73

#BC8C73
(188,140,115)
#C2967F
(194,150,127)
#C8A08B
(200,160,139)
#CEAA97
(206,170,151)
#D4B4A3
(212,180,163)
#DABEAF
(218,190,175)
#E0C8BB
(224,200,187)
#E6D2C7
(230,210,199)
#ECDCD3
(236,220,211)
#F2E6DF
(242,230,223)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8C73; }

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

This text font color is #BC8C73.


Background Color

.myBgColor { background-color: #BC8C73; }

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

This div background color is #BC8C73.


Border color

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

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

This div border color is #BC8C73.


Opacity

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

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

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

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

This text has shadow with #BC8C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8C73 on black background.


Color preview on white background

This text has color #BC8C73 on white background.



Black color preview on #BC8C73 background

This text has black color on #BC8C73 background.


White color preview on #BC8C73 background

This text has white color on #BC8C73 background.