COLOR #BC9F7E

HEX: #BC9F7E
RGB: (188,159,126)

Color info

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

RGB color model

#BC9F7E color RGB value is (188,159,126).

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

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 126 of 255 = 49%

188
159
126

R + G + B ~ 62%. #BC9F7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 126 = 473 (100%)
R 188 of 473 ~ 39.75%
G 159 of 473 ~ 33.62%
B 126 of 473 ~ 26.64%

%39.75
%33.62
%26.64

CMYK color model

#BC9F7E color CMYK value is (0,15,33,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 32.98%
  • key color value is 26.27%
CMYK:
(0,15,33,26)
C0M15Y33K26 
(0%,15%,33%,26%)
(0.00/0.15/0.33/0.26)	

CMYK percentages

%0
%15.43
%32.98
%26.27

Codes

Color #BC9F7E in popluar color models

BC9F7E
RGB188159126
HSL32°31.63%61.57%
HSB/HSV32°32.98%73.73%
CMYK0.00%15.43%32.98%
26.27%

Color #BC9F7E in popluar number systems.

HEXBC9F7E
Decimal188159126
Binary10111100100111111111110
Octal274237176

Shades and tints

Shades of #BC9F7E

#BC9F7E
(188,159,126)
#AB9173
(171,145,115)
#9A8368
(154,131,104)
#89755D
(137,117,93)
#786752
(120,103,82)
#675947
(103,89,71)
#564B3C
(86,75,60)
#453D31
(69,61,49)
#342F26
(52,47,38)
#23211B
(35,33,27)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BC9F7E

#BC9F7E
(188,159,126)
#C2A789
(194,167,137)
#C8AF94
(200,175,148)
#CEB79F
(206,183,159)
#D4BFAA
(212,191,170)
#DAC7B5
(218,199,181)
#E0CFC0
(224,207,192)
#E6D7CB
(230,215,203)
#ECDFD6
(236,223,214)
#F2E7E1
(242,231,225)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9F7E; }

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

This text font color is #BC9F7E.


Background Color

.myBgColor { background-color: #BC9F7E; }

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

This div background color is #BC9F7E.


Border color

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

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

This div border color is #BC9F7E.


Opacity

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

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

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

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

This text has shadow with #BC9F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9F7E on black background.


Color preview on white background

This text has color #BC9F7E on white background.



Black color preview on #BC9F7E background

This text has black color on #BC9F7E background.


White color preview on #BC9F7E background

This text has white color on #BC9F7E background.