COLOR #BC937A

HEX: #BC937A
RGB: (188,147,122)

Color info

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

RGB color model

#BC937A color RGB value is (188,147,122).

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

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 122 of 255 = 48%

188
147
122

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

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 122 = 457 (100%)
R 188 of 457 ~ 41.14%
G 147 of 457 ~ 32.17%
B 122 of 457 ~ 26.7%

%41.14
%32.17
%26.7

CMYK color model

#BC937A color CMYK value is (0,22,35,26).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 35.11%
  • key color value is 26.27%
CMYK:
(0,22,35,26)
C0M22Y35K26 
(0%,22%,35%,26%)
(0.00/0.22/0.35/0.26)	

CMYK percentages

%0
%21.81
%35.11
%26.27

Codes

Color #BC937A in popluar color models

BC937A
RGB188147122
HSL23°33.00%60.78%
HSB/HSV23°35.11%73.73%
CMYK0.00%21.81%35.11%
26.27%

Color #BC937A in popluar number systems.

HEXBC937A
Decimal188147122
Binary10111100100100111111010
Octal274223172

Shades and tints

Shades of #BC937A

#BC937A
(188,147,122)
#AB866F
(171,134,111)
#9A7964
(154,121,100)
#896C59
(137,108,89)
#785F4E
(120,95,78)
#675243
(103,82,67)
#564538
(86,69,56)
#45382D
(69,56,45)
#342B22
(52,43,34)
#231E17
(35,30,23)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #BC937A

#BC937A
(188,147,122)
#C29C86
(194,156,134)
#C8A592
(200,165,146)
#CEAE9E
(206,174,158)
#D4B7AA
(212,183,170)
#DAC0B6
(218,192,182)
#E0C9C2
(224,201,194)
#E6D2CE
(230,210,206)
#ECDBDA
(236,219,218)
#F2E4E6
(242,228,230)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC937A; }

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

This text font color is #BC937A.


Background Color

.myBgColor { background-color: #BC937A; }

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

This div background color is #BC937A.


Border color

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

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

This div border color is #BC937A.


Opacity

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

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

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

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

This text has shadow with #BC937A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC937A on black background.


Color preview on white background

This text has color #BC937A on white background.



Black color preview on #BC937A background

This text has black color on #BC937A background.


White color preview on #BC937A background

This text has white color on #BC937A background.