COLOR #BC9F6A

HEX: #BC9F6A
RGB: (188,159,106)

Color info

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

RGB color model

#BC9F6A color RGB value is (188,159,106).

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

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 106 of 255 = 42%

188
159
106

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

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 106 = 453 (100%)
R 188 of 453 ~ 41.5%
G 159 of 453 ~ 35.1%
B 106 of 453 ~ 23.4%

%41.5
%35.1
%23.4

CMYK color model

#BC9F6A color CMYK value is (0,15,44,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 43.62%
  • key color value is 26.27%
CMYK:
(0,15,44,26)
C0M15Y44K26 
(0%,15%,44%,26%)
(0.00/0.15/0.44/0.26)	

CMYK percentages

%0
%15.43
%43.62
%26.27

Codes

Color #BC9F6A in popluar color models

BC9F6A
RGB188159106
HSL39°37.96%57.65%
HSB/HSV39°43.62%73.73%
CMYK0.00%15.43%43.62%
26.27%

Color #BC9F6A in popluar number systems.

HEXBC9F6A
Decimal188159106
Binary10111100100111111101010
Octal274237152

Shades and tints

Shades of #BC9F6A

#BC9F6A
(188,159,106)
#AB9161
(171,145,97)
#9A8358
(154,131,88)
#89754F
(137,117,79)
#786746
(120,103,70)
#67593D
(103,89,61)
#564B34
(86,75,52)
#453D2B
(69,61,43)
#342F22
(52,47,34)
#232119
(35,33,25)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC9F6A

#BC9F6A
(188,159,106)
#C2A777
(194,167,119)
#C8AF84
(200,175,132)
#CEB791
(206,183,145)
#D4BF9E
(212,191,158)
#DAC7AB
(218,199,171)
#E0CFB8
(224,207,184)
#E6D7C5
(230,215,197)
#ECDFD2
(236,223,210)
#F2E7DF
(242,231,223)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9F6A; }

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

This text font color is #BC9F6A.


Background Color

.myBgColor { background-color: #BC9F6A; }

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

This div background color is #BC9F6A.


Border color

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

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

This div border color is #BC9F6A.


Opacity

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

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

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

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

This text has shadow with #BC9F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9F6A on black background.


Color preview on white background

This text has color #BC9F6A on white background.



Black color preview on #BC9F6A background

This text has black color on #BC9F6A background.


White color preview on #BC9F6A background

This text has white color on #BC9F6A background.