COLOR #BCA99D

HEX: #BCA99D
RGB: (188,169,157)

Color info

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

RGB color model

#BCA99D color RGB value is (188,169,157).

  • red value is 188;
  • green value is 169;
  • blue value is 157.
RGB:
(188,169,157)
(74%,66%,62%)

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 157 of 255 = 62%

188
169
157

R + G + B ~ 67%. #BCA99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 157 = 514 (100%)
R 188 of 514 ~ 36.58%
G 169 of 514 ~ 32.88%
B 157 of 514 ~ 30.54%

%36.58
%32.88
%30.54

CMYK color model

#BCA99D color CMYK value is (0,10,16,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 16.49%
  • key color value is 26.27%
CMYK:
(0,10,16,26)
C0M10Y16K26 
(0%,10%,16%,26%)
(0.00/0.10/0.16/0.26)	

CMYK percentages

%0
%10.11
%16.49
%26.27

Codes

Color #BCA99D in popluar color models

BCA99D
RGB188169157
HSL23°18.79%67.65%
HSB/HSV23°16.49%73.73%
CMYK0.00%10.11%16.49%
26.27%

Color #BCA99D in popluar number systems.

HEXBCA99D
Decimal188169157
Binary101111001010100110011101
Octal274251235

Shades and tints

Shades of #BCA99D

#BCA99D
(188,169,157)
#AB9A8F
(171,154,143)
#9A8B81
(154,139,129)
#897C73
(137,124,115)
#786D65
(120,109,101)
#675E57
(103,94,87)
#564F49
(86,79,73)
#45403B
(69,64,59)
#34312D
(52,49,45)
#23221F
(35,34,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BCA99D

#BCA99D
(188,169,157)
#C2B0A5
(194,176,165)
#C8B7AD
(200,183,173)
#CEBEB5
(206,190,181)
#D4C5BD
(212,197,189)
#DACCC5
(218,204,197)
#E0D3CD
(224,211,205)
#E6DAD5
(230,218,213)
#ECE1DD
(236,225,221)
#F2E8E5
(242,232,229)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA99D color. Also use rgb(188,169,157) instead hex code.

Text Font Color

.myTextColor { color: #BCA99D; }

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

This text font color is #BCA99D.


Background Color

.myBgColor { background-color: #BCA99D; }

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

This div background color is #BCA99D.


Border color

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

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

This div border color is #BCA99D.


Opacity

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

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

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

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

This text has shadow with #BCA99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA99D on black background.


Color preview on white background

This text has color #BCA99D on white background.



Black color preview on #BCA99D background

This text has black color on #BCA99D background.


White color preview on #BCA99D background

This text has white color on #BCA99D background.