COLOR #BC9A7C

HEX: #BC9A7C
RGB: (188,154,124)

Color info

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

RGB color model

#BC9A7C color RGB value is (188,154,124).

  • red value is 188;
  • green value is 154;
  • blue value is 124.
RGB:
(188,154,124)
(74%,60%,49%)

RGB channels and saturation

R 188 of 255 = 74%
G 154 of 255 = 60%
B 124 of 255 = 49%

188
154
124

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

Portions of RGB colors in percentages

R + G + B =
188 + 154 + 124 = 466 (100%)
R 188 of 466 ~ 40.34%
G 154 of 466 ~ 33.05%
B 124 of 466 ~ 26.61%

%40.34
%33.05
%26.61

CMYK color model

#BC9A7C color CMYK value is (0,18,34,26).

  • cyan value is 0.00%
  • magenta value is 18.09%
  • yellow value is 34.04%
  • key color value is 26.27%
CMYK:
(0,18,34,26)
C0M18Y34K26 
(0%,18%,34%,26%)
(0.00/0.18/0.34/0.26)	

CMYK percentages

%0
%18.09
%34.04
%26.27

Codes

Color #BC9A7C in popluar color models

BC9A7C
RGB188154124
HSL28°32.32%61.18%
HSB/HSV28°34.04%73.73%
CMYK0.00%18.09%34.04%
26.27%

Color #BC9A7C in popluar number systems.

HEXBC9A7C
Decimal188154124
Binary10111100100110101111100
Octal274232174

Shades and tints

Shades of #BC9A7C

#BC9A7C
(188,154,124)
#AB8C71
(171,140,113)
#9A7E66
(154,126,102)
#89705B
(137,112,91)
#786250
(120,98,80)
#675445
(103,84,69)
#56463A
(86,70,58)
#45382F
(69,56,47)
#342A24
(52,42,36)
#231C19
(35,28,25)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #BC9A7C

#BC9A7C
(188,154,124)
#C2A387
(194,163,135)
#C8AC92
(200,172,146)
#CEB59D
(206,181,157)
#D4BEA8
(212,190,168)
#DAC7B3
(218,199,179)
#E0D0BE
(224,208,190)
#E6D9C9
(230,217,201)
#ECE2D4
(236,226,212)
#F2EBDF
(242,235,223)
#F8F4EA
(248,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9A7C color. Also use rgb(188,154,124) instead hex code.

Text Font Color

.myTextColor { color: #BC9A7C; }

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

This text font color is #BC9A7C.


Background Color

.myBgColor { background-color: #BC9A7C; }

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

This div background color is #BC9A7C.


Border color

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

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

This div border color is #BC9A7C.


Opacity

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

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

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

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

This text has shadow with #BC9A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9A7C on black background.


Color preview on white background

This text has color #BC9A7C on white background.



Black color preview on #BC9A7C background

This text has black color on #BC9A7C background.


White color preview on #BC9A7C background

This text has white color on #BC9A7C background.