COLOR #BC938E

HEX: #BC938E
RGB: (188,147,142)

Color info

#BC938E contains red, green and blue colors in about the same proportion. Web safe color of #BC938E is #CC9999 (or #C99).

RGB color model

#BC938E color RGB value is (188,147,142).

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

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 142 of 255 = 56%

188
147
142

R + G + B ~ 63%. #BC938E is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 142 = 477 (100%)
R 188 of 477 ~ 39.41%
G 147 of 477 ~ 30.82%
B 142 of 477 ~ 29.77%

%39.41
%30.82
%29.77

CMYK color model

#BC938E color CMYK value is (0,22,24,26).

  • cyan value is 0.00%
  • magenta value is 21.81%
  • yellow value is 24.47%
  • key color value is 26.27%
CMYK:
(0,22,24,26)
C0M22Y24K26 
(0%,22%,24%,26%)
(0.00/0.22/0.24/0.26)	

CMYK percentages

%0
%21.81
%24.47
%26.27

Codes

Color #BC938E in popluar color models

BC938E
RGB188147142
HSL25.56%64.71%
HSB/HSV24.47%73.73%
CMYK0.00%21.81%24.47%
26.27%

Color #BC938E in popluar number systems.

HEXBC938E
Decimal188147142
Binary101111001001001110001110
Octal274223216

Shades and tints

Shades of #BC938E

#BC938E
(188,147,142)
#AB8682
(171,134,130)
#9A7976
(154,121,118)
#896C6A
(137,108,106)
#785F5E
(120,95,94)
#675252
(103,82,82)
#564546
(86,69,70)
#45383A
(69,56,58)
#342B2E
(52,43,46)
#231E22
(35,30,34)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #BC938E

#BC938E
(188,147,142)
#C29C98
(194,156,152)
#C8A5A2
(200,165,162)
#CEAEAC
(206,174,172)
#D4B7B6
(212,183,182)
#DAC0C0
(218,192,192)
#E0C9CA
(224,201,202)
#E6D2D4
(230,210,212)
#ECDBDE
(236,219,222)
#F2E4E8
(242,228,232)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC938E; }

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

This text font color is #BC938E.


Background Color

.myBgColor { background-color: #BC938E; }

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

This div background color is #BC938E.


Border color

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

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

This div border color is #BC938E.


Opacity

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

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

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

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

This text has shadow with #BC938E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC938E on black background.


Color preview on white background

This text has color #BC938E on white background.



Black color preview on #BC938E background

This text has black color on #BC938E background.


White color preview on #BC938E background

This text has white color on #BC938E background.