COLOR #BCA890

HEX: #BCA890
RGB: (188,168,144)

Color info

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

RGB color model

#BCA890 color RGB value is (188,168,144).

  • red value is 188;
  • green value is 168;
  • blue value is 144.
RGB:
(188,168,144)
(74%,66%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 144 of 255 = 56%

188
168
144

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

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 144 = 500 (100%)
R 188 of 500 ~ 37.6%
G 168 of 500 ~ 33.6%
B 144 of 500 ~ 28.8%

%37.6
%33.6
%28.8

CMYK color model

#BCA890 color CMYK value is (0,11,23,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 23.40%
  • key color value is 26.27%
CMYK:
(0,11,23,26)
C0M11Y23K26 
(0%,11%,23%,26%)
(0.00/0.11/0.23/0.26)	

CMYK percentages

%0
%10.64
%23.4
%26.27

Codes

Color #BCA890 in popluar color models

BCA890
RGB188168144
HSL33°24.72%65.10%
HSB/HSV33°23.40%73.73%
CMYK0.00%10.64%23.40%
26.27%

Color #BCA890 in popluar number systems.

HEXBCA890
Decimal188168144
Binary101111001010100010010000
Octal274250220

Shades and tints

Shades of #BCA890

#BCA890
(188,168,144)
#AB9983
(171,153,131)
#9A8A76
(154,138,118)
#897B69
(137,123,105)
#786C5C
(120,108,92)
#675D4F
(103,93,79)
#564E42
(86,78,66)
#453F35
(69,63,53)
#343028
(52,48,40)
#23211B
(35,33,27)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #BCA890

#BCA890
(188,168,144)
#C2AF9A
(194,175,154)
#C8B6A4
(200,182,164)
#CEBDAE
(206,189,174)
#D4C4B8
(212,196,184)
#DACBC2
(218,203,194)
#E0D2CC
(224,210,204)
#E6D9D6
(230,217,214)
#ECE0E0
(236,224,224)
#F2E7EA
(242,231,234)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA890 color. Also use rgb(188,168,144) instead hex code.

Text Font Color

.myTextColor { color: #BCA890; }

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

This text font color is #BCA890.


Background Color

.myBgColor { background-color: #BCA890; }

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

This div background color is #BCA890.


Border color

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

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

This div border color is #BCA890.


Opacity

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

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

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

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

This text has shadow with #BCA890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA890 on black background.


Color preview on white background

This text has color #BCA890 on white background.



Black color preview on #BCA890 background

This text has black color on #BCA890 background.


White color preview on #BCA890 background

This text has white color on #BCA890 background.