COLOR #BC9C6B

HEX: #BC9C6B RGB: (188,156,107)

Color info

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

RGB color model

#BC9C6B color RGB value is (188,156,107).

RGB: (188,156,107) (74%, 61%, 42%)

RGB channels and saturation

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

188
156
107

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

Portions of RGB colors in percentages

R + G + B = 188 + 156 + 107 = 451 (100%)
R 188 of 451 ~ 41.69%
G 156 of 451 ~ 34.59%
B 107 of 451 ~ 23.73'%

%41.69
%34.59
%23.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 43.09%
  • key color value is 26.27%

CMYK: (0,17,43,26)
C0M17Y43K26 (0%, 17%, 43%, 26%)
(0.00 / 0.17 / 0.43 / 0.26)

CMYK percentages

%0
%17.02
%43.09
%26.27

Codes

Color #BC9C6B in popluar color models

BC 9C 6B
RGB 188 156 107
HSL 36° 37.67% 57.84%
HSB/HSV 36° 43.09% 73.73%
CMYK 0.00% 17.02% 43.09%
26.27%

Color #BC9C6B in popluar number systems.

HEX BC 9C 6B
Decimal 188 156 107
Binary 10111100 10011100 1101011
Octal 274 234 153

Shades and tints

Shades of #BC9C6B

#BC9C6B
(188,156,107)
#AB8E62
(171,142,98)
#9A8059
(154,128,89)
#897250
(137,114,80)
#786447
(120,100,71)
#67563E
(103,86,62)
#564835
(86,72,53)
#453A2C
(69,58,44)
#342C23
(52,44,35)
#231E1A
(35,30,26)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #BC9C6B

#BC9C6B
(188,156,107)
#C2A578
(194,165,120)
#C8AE85
(200,174,133)
#CEB792
(206,183,146)
#D4C09F
(212,192,159)
#DAC9AC
(218,201,172)
#E0D2B9
(224,210,185)
#E6DBC6
(230,219,198)
#ECE4D3
(236,228,211)
#F2EDE0
(242,237,224)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9C6B; }

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

This text font color is #BC9C6B.

Background Color

.myBgColor { background-color: #BC9C6B; }

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

This div background color is #BC9C6B.

Border color

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

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

This div border color is #BC9C6B.

Opacity

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

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

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

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

This text has shadow with #BC9C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9C6B.

Preview

Color preview on black background

This text has color #BC9C6B on black background.


Color preview on white background

This text has color #BC9C6B on white background.


Black color preview on #BC9C6B background

This text has black color on #BC9C6B background.


White color preview on #BC9C6B background

This text has white color on #BC9C6B background.


Related colors

Complementary color

Complementary color for #hex is #436394.


I love getcolorcode.com

Triadic colors

1 #6BBC9C and #9C6BBC with #BC9C6B are triadic colors.

2 #6B9CBC and #9CBC6B with #BC9C6B are triadic colors.