COLOR #BC9F7A

HEX: #BC9F7A
RGB: (188,159,122)

Color info

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

RGB color model

#BC9F7A color RGB value is (188,159,122).

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

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 122 of 255 = 48%

188
159
122

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

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 122 = 469 (100%)
R 188 of 469 ~ 40.09%
G 159 of 469 ~ 33.9%
B 122 of 469 ~ 26.01%

%40.09
%33.9
%26.01

CMYK color model

#BC9F7A color CMYK value is (0,15,35,26).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 35.11%
  • key color value is 26.27%
CMYK:
(0,15,35,26)
C0M15Y35K26 
(0%,15%,35%,26%)
(0.00/0.15/0.35/0.26)	

CMYK percentages

%0
%15.43
%35.11
%26.27

Codes

Color #BC9F7A in popluar color models

BC9F7A
RGB188159122
HSL34°33.00%60.78%
HSB/HSV34°35.11%73.73%
CMYK0.00%15.43%35.11%
26.27%

Color #BC9F7A in popluar number systems.

HEXBC9F7A
Decimal188159122
Binary10111100100111111111010
Octal274237172

Shades and tints

Shades of #BC9F7A

#BC9F7A
(188,159,122)
#AB916F
(171,145,111)
#9A8364
(154,131,100)
#897559
(137,117,89)
#78674E
(120,103,78)
#675943
(103,89,67)
#564B38
(86,75,56)
#453D2D
(69,61,45)
#342F22
(52,47,34)
#232117
(35,33,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #BC9F7A

#BC9F7A
(188,159,122)
#C2A786
(194,167,134)
#C8AF92
(200,175,146)
#CEB79E
(206,183,158)
#D4BFAA
(212,191,170)
#DAC7B6
(218,199,182)
#E0CFC2
(224,207,194)
#E6D7CE
(230,215,206)
#ECDFDA
(236,223,218)
#F2E7E6
(242,231,230)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9F7A; }

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

This text font color is #BC9F7A.


Background Color

.myBgColor { background-color: #BC9F7A; }

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

This div background color is #BC9F7A.


Border color

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

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

This div border color is #BC9F7A.


Opacity

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

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

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

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

This text has shadow with #BC9F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9F7A on black background.


Color preview on white background

This text has color #BC9F7A on white background.



Black color preview on #BC9F7A background

This text has black color on #BC9F7A background.


White color preview on #BC9F7A background

This text has white color on #BC9F7A background.