COLOR #BCA38E

HEX: #BCA38E
RGB: (188,163,142)

Color info

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

RGB color model

#BCA38E color RGB value is (188,163,142).

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

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 142 of 255 = 56%

188
163
142

R + G + B ~ 65%. #BCA38E is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 163 + 142 = 493 (100%)
R 188 of 493 ~ 38.13%
G 163 of 493 ~ 33.06%
B 142 of 493 ~ 28.8%

%38.13
%33.06
%28.8

CMYK color model

#BCA38E color CMYK value is (0,13,24,26).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 24.47%
  • key color value is 26.27%
CMYK:
(0,13,24,26)
C0M13Y24K26 
(0%,13%,24%,26%)
(0.00/0.13/0.24/0.26)	

CMYK percentages

%0
%13.3
%24.47
%26.27

Codes

Color #BCA38E in popluar color models

BCA38E
RGB188163142
HSL27°25.56%64.71%
HSB/HSV27°24.47%73.73%
CMYK0.00%13.30%24.47%
26.27%

Color #BCA38E in popluar number systems.

HEXBCA38E
Decimal188163142
Binary101111001010001110001110
Octal274243216

Shades and tints

Shades of #BCA38E

#BCA38E
(188,163,142)
#AB9582
(171,149,130)
#9A8776
(154,135,118)
#89796A
(137,121,106)
#786B5E
(120,107,94)
#675D52
(103,93,82)
#564F46
(86,79,70)
#45413A
(69,65,58)
#34332E
(52,51,46)
#232522
(35,37,34)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BCA38E

#BCA38E
(188,163,142)
#C2AB98
(194,171,152)
#C8B3A2
(200,179,162)
#CEBBAC
(206,187,172)
#D4C3B6
(212,195,182)
#DACBC0
(218,203,192)
#E0D3CA
(224,211,202)
#E6DBD4
(230,219,212)
#ECE3DE
(236,227,222)
#F2EBE8
(242,235,232)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA38E; }

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

This text font color is #BCA38E.


Background Color

.myBgColor { background-color: #BCA38E; }

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

This div background color is #BCA38E.


Border color

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

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

This div border color is #BCA38E.


Opacity

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

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

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

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

This text has shadow with #BCA38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA38E on black background.


Color preview on white background

This text has color #BCA38E on white background.



Black color preview on #BCA38E background

This text has black color on #BCA38E background.


White color preview on #BCA38E background

This text has white color on #BCA38E background.