COLOR #BC9C6A

HEX: #BC9C6A
RGB: (188,156,106)

Color info

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

RGB color model

#BC9C6A color RGB value is (188,156,106).

  • red value is 188;
  • green value is 156;
  • blue value is 106.
RGB:
(188,156,106)
(74%,61%,42%)

RGB channels and saturation

R 188 of 255 = 74%
G 156 of 255 = 61%
B 106 of 255 = 42%

188
156
106

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

Portions of RGB colors in percentages

R + G + B =
188 + 156 + 106 = 450 (100%)
R 188 of 450 ~ 41.78%
G 156 of 450 ~ 34.67%
B 106 of 450 ~ 23.56%

%41.78
%34.67
%23.56

CMYK color model

#BC9C6A color CMYK value is (0,17,44,26).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 43.62%
  • key color value is 26.27%
CMYK:
(0,17,44,26)
C0M17Y44K26 
(0%,17%,44%,26%)
(0.00/0.17/0.44/0.26)	

CMYK percentages

%0
%17.02
%43.62
%26.27

Codes

Color #BC9C6A in popluar color models

BC9C6A
RGB188156106
HSL37°37.96%57.65%
HSB/HSV37°43.62%73.73%
CMYK0.00%17.02%43.62%
26.27%

Color #BC9C6A in popluar number systems.

HEXBC9C6A
Decimal188156106
Binary10111100100111001101010
Octal274234152

Shades and tints

Shades of #BC9C6A

#BC9C6A
(188,156,106)
#AB8E61
(171,142,97)
#9A8058
(154,128,88)
#89724F
(137,114,79)
#786446
(120,100,70)
#67563D
(103,86,61)
#564834
(86,72,52)
#453A2B
(69,58,43)
#342C22
(52,44,34)
#231E19
(35,30,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #BC9C6A

#BC9C6A
(188,156,106)
#C2A577
(194,165,119)
#C8AE84
(200,174,132)
#CEB791
(206,183,145)
#D4C09E
(212,192,158)
#DAC9AB
(218,201,171)
#E0D2B8
(224,210,184)
#E6DBC5
(230,219,197)
#ECE4D2
(236,228,210)
#F2EDDF
(242,237,223)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9C6A color. Also use rgb(188,156,106) instead hex code.

Text Font Color

.myTextColor { color: #BC9C6A; }

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

This text font color is #BC9C6A.


Background Color

.myBgColor { background-color: #BC9C6A; }

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

This div background color is #BC9C6A.


Border color

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

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

This div border color is #BC9C6A.


Opacity

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

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

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

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

This text has shadow with #BC9C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9C6A on black background.


Color preview on white background

This text has color #BC9C6A on white background.



Black color preview on #BC9C6A background

This text has black color on #BC9C6A background.


White color preview on #BC9C6A background

This text has white color on #BC9C6A background.