COLOR #BC9F78

HEX: #BC9F78
RGB: (188,159,120)

Color info

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

RGB color model

#BC9F78 color RGB value is (188,159,120).

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

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 120 of 255 = 47%

188
159
120

R + G + B ~ 61%. #BC9F78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 120 = 467 (100%)
R 188 of 467 ~ 40.26%
G 159 of 467 ~ 34.05%
B 120 of 467 ~ 25.7%

%40.26
%34.05
%25.7

CMYK color model

#BC9F78 color CMYK value is (0,15,36,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 36.17%
  • key color value is 26.27%
CMYK:
(0,15,36,26)
C0M15Y36K26 
(0%,15%,36%,26%)
(0.00/0.15/0.36/0.26)	

CMYK percentages

%0
%15.43
%36.17
%26.27

Codes

Color #BC9F78 in popluar color models

BC9F78
RGB188159120
HSL34°33.66%60.39%
HSB/HSV34°36.17%73.73%
CMYK0.00%15.43%36.17%
26.27%

Color #BC9F78 in popluar number systems.

HEXBC9F78
Decimal188159120
Binary10111100100111111111000
Octal274237170

Shades and tints

Shades of #BC9F78

#BC9F78
(188,159,120)
#AB916E
(171,145,110)
#9A8364
(154,131,100)
#89755A
(137,117,90)
#786750
(120,103,80)
#675946
(103,89,70)
#564B3C
(86,75,60)
#453D32
(69,61,50)
#342F28
(52,47,40)
#23211E
(35,33,30)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BC9F78

#BC9F78
(188,159,120)
#C2A784
(194,167,132)
#C8AF90
(200,175,144)
#CEB79C
(206,183,156)
#D4BFA8
(212,191,168)
#DAC7B4
(218,199,180)
#E0CFC0
(224,207,192)
#E6D7CC
(230,215,204)
#ECDFD8
(236,223,216)
#F2E7E4
(242,231,228)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9F78; }

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

This text font color is #BC9F78.


Background Color

.myBgColor { background-color: #BC9F78; }

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

This div background color is #BC9F78.


Border color

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

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

This div border color is #BC9F78.


Opacity

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

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

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

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

This text has shadow with #BC9F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9F78 on black background.


Color preview on white background

This text has color #BC9F78 on white background.



Black color preview on #BC9F78 background

This text has black color on #BC9F78 background.


White color preview on #BC9F78 background

This text has white color on #BC9F78 background.