COLOR #BC9D6D

HEX: #BC9D6D RGB: (188,157,109)

Color info

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

RGB color model

#BC9D6D color RGB value is (188,157,109).

RGB: (188,157,109) (74%, 62%, 43%)

RGB channels and saturation

R 188 of 255 = 74%
G 157 of 255 = 62%
B 109 of 255 = 43%

188
157
109

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

Portions of RGB colors in percentages

R + G + B = 188 + 157 + 109 = 454 (100%)
R 188 of 454 ~ 41.41%
G 157 of 454 ~ 34.58%
B 109 of 454 ~ 24.01'%

%41.41
%34.58
%24.01

CMYK color model

#BC9D6D color CMYK value is (0,16,42,26).

  • cyan value is 0.00%
  • magenta value is 16.49%
  • yellow value is 42.02%
  • key color value is 26.27%

CMYK: (0,16,42,26)
C0M16Y42K26 (0%, 16%, 42%, 26%)
(0.00 / 0.16 / 0.42 / 0.26)

CMYK percentages

%0
%16.49
%42.02
%26.27

Codes

Color #BC9D6D in popluar color models

BC 9D 6D
RGB 188 157 109
HSL 36° 37.09% 58.24%
HSB/HSV 36° 42.02% 73.73%
CMYK 0.00% 16.49% 42.02%
26.27%

Color #BC9D6D in popluar number systems.

HEX BC 9D 6D
Decimal 188 157 109
Binary 10111100 10011101 1101101
Octal 274 235 155

Shades and tints

Shades of #BC9D6D

#BC9D6D
(188,157,109)
#AB8F64
(171,143,100)
#9A815B
(154,129,91)
#897352
(137,115,82)
#786549
(120,101,73)
#675740
(103,87,64)
#564937
(86,73,55)
#453B2E
(69,59,46)
#342D25
(52,45,37)
#231F1C
(35,31,28)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #BC9D6D

#BC9D6D
(188,157,109)
#C2A57A
(194,165,122)
#C8AD87
(200,173,135)
#CEB594
(206,181,148)
#D4BDA1
(212,189,161)
#DAC5AE
(218,197,174)
#E0CDBB
(224,205,187)
#E6D5C8
(230,213,200)
#ECDDD5
(236,221,213)
#F2E5E2
(242,229,226)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9D6D color. Also use rgb(188,157,109) instead hex code.

Text Font Color

.myTextColor { color: #BC9D6D; }

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

This text font color is #BC9D6D.

Background Color

.myBgColor { background-color: #BC9D6D; }

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

This div background color is #BC9D6D.

Border color

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

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

This div border color is #BC9D6D.

Opacity

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

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

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

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

This text has shadow with #BC9D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC9D6D.

Preview

Color preview on black background

This text has color #BC9D6D on black background.


Color preview on white background

This text has color #BC9D6D on white background.


Black color preview on #BC9D6D background

This text has black color on #BC9D6D background.


White color preview on #BC9D6D background

This text has white color on #BC9D6D background.


Related colors

Complementary color

Complementary color for #hex is #436292.


I love getcolorcode.com

Triadic colors

1 #6DBC9D and #9D6DBC with #BC9D6D are triadic colors.

2 #6D9DBC and #9DBC6D with #BC9D6D are triadic colors.