COLOR #BC8C6B

HEX: #BC8C6B
RGB: (188,140,107)

Color info

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

RGB color model

#BC8C6B color RGB value is (188,140,107).

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

RGB channels and saturation

R 188 of 255 = 74%
G 140 of 255 = 55%
B 107 of 255 = 42%

188
140
107

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

Portions of RGB colors in percentages

R + G + B =
188 + 140 + 107 = 435 (100%)
R 188 of 435 ~ 43.22%
G 140 of 435 ~ 32.18%
B 107 of 435 ~ 24.6%

%43.22
%32.18
%24.6

CMYK color model

#BC8C6B color CMYK value is (0,26,43,26).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 43.09%
  • key color value is 26.27%
CMYK:
(0,26,43,26)
C0M26Y43K26 
(0%,26%,43%,26%)
(0.00/0.26/0.43/0.26)	

CMYK percentages

%0
%25.53
%43.09
%26.27

Codes

Color #BC8C6B in popluar color models

BC8C6B
RGB188140107
HSL24°37.67%57.84%
HSB/HSV24°43.09%73.73%
CMYK0.00%25.53%43.09%
26.27%

Color #BC8C6B in popluar number systems.

HEXBC8C6B
Decimal188140107
Binary10111100100011001101011
Octal274214153

Shades and tints

Shades of #BC8C6B

#BC8C6B
(188,140,107)
#AB8062
(171,128,98)
#9A7459
(154,116,89)
#896850
(137,104,80)
#785C47
(120,92,71)
#67503E
(103,80,62)
#564435
(86,68,53)
#45382C
(69,56,44)
#342C23
(52,44,35)
#23201A
(35,32,26)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #BC8C6B

#BC8C6B
(188,140,107)
#C29678
(194,150,120)
#C8A085
(200,160,133)
#CEAA92
(206,170,146)
#D4B49F
(212,180,159)
#DABEAC
(218,190,172)
#E0C8B9
(224,200,185)
#E6D2C6
(230,210,198)
#ECDCD3
(236,220,211)
#F2E6E0
(242,230,224)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8C6B; }

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

This text font color is #BC8C6B.


Background Color

.myBgColor { background-color: #BC8C6B; }

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

This div background color is #BC8C6B.


Border color

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

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

This div border color is #BC8C6B.


Opacity

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

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

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

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

This text has shadow with #BC8C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8C6B on black background.


Color preview on white background

This text has color #BC8C6B on white background.



Black color preview on #BC8C6B background

This text has black color on #BC8C6B background.


White color preview on #BC8C6B background

This text has white color on #BC8C6B background.