COLOR #BC9F56

HEX: #BC9F56
RGB: (188,159,86)

Color info

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

RGB color model

#BC9F56 color RGB value is (188,159,86).

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

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 86 of 255 = 34%

188
159
86

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

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 86 = 433 (100%)
R 188 of 433 ~ 43.42%
G 159 of 433 ~ 36.72%
B 86 of 433 ~ 19.86%

%43.42
%36.72
%19.86

CMYK color model

#BC9F56 color CMYK value is (0,15,54,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 54.26%
  • key color value is 26.27%
CMYK:
(0,15,54,26)
C0M15Y54K26 
(0%,15%,54%,26%)
(0.00/0.15/0.54/0.26)	

CMYK percentages

%0
%15.43
%54.26
%26.27

Codes

Color #BC9F56 in popluar color models

BC9F56
RGB18815986
HSL43°43.22%53.73%
HSB/HSV43°54.26%73.73%
CMYK0.00%15.43%54.26%
26.27%

Color #BC9F56 in popluar number systems.

HEXBC9F56
Decimal18815986
Binary10111100100111111010110
Octal274237126

Shades and tints

Shades of #BC9F56

#BC9F56
(188,159,86)
#AB914F
(171,145,79)
#9A8348
(154,131,72)
#897541
(137,117,65)
#78673A
(120,103,58)
#675933
(103,89,51)
#564B2C
(86,75,44)
#453D25
(69,61,37)
#342F1E
(52,47,30)
#232117
(35,33,23)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC9F56

#BC9F56
(188,159,86)
#C2A765
(194,167,101)
#C8AF74
(200,175,116)
#CEB783
(206,183,131)
#D4BF92
(212,191,146)
#DAC7A1
(218,199,161)
#E0CFB0
(224,207,176)
#E6D7BF
(230,215,191)
#ECDFCE
(236,223,206)
#F2E7DD
(242,231,221)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9F56; }

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

This text font color is #BC9F56.


Background Color

.myBgColor { background-color: #BC9F56; }

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

This div background color is #BC9F56.


Border color

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

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

This div border color is #BC9F56.


Opacity

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

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

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

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

This text has shadow with #BC9F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9F56 on black background.


Color preview on white background

This text has color #BC9F56 on white background.



Black color preview on #BC9F56 background

This text has black color on #BC9F56 background.


White color preview on #BC9F56 background

This text has white color on #BC9F56 background.