COLOR #BCA99C

HEX: #BCA99C
RGB: (188,169,156)

Color info

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

RGB color model

#BCA99C color RGB value is (188,169,156).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 156 of 255 = 61%

188
169
156

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

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 156 = 513 (100%)
R 188 of 513 ~ 36.65%
G 169 of 513 ~ 32.94%
B 156 of 513 ~ 30.41%

%36.65
%32.94
%30.41

CMYK color model

#BCA99C color CMYK value is (0,10,17,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 17.02%
  • key color value is 26.27%
CMYK:
(0,10,17,26)
C0M10Y17K26 
(0%,10%,17%,26%)
(0.00/0.10/0.17/0.26)	

CMYK percentages

%0
%10.11
%17.02
%26.27

Codes

Color #BCA99C in popluar color models

BCA99C
RGB188169156
HSL24°19.28%67.45%
HSB/HSV24°17.02%73.73%
CMYK0.00%10.11%17.02%
26.27%

Color #BCA99C in popluar number systems.

HEXBCA99C
Decimal188169156
Binary101111001010100110011100
Octal274251234

Shades and tints

Shades of #BCA99C

#BCA99C
(188,169,156)
#AB9A8E
(171,154,142)
#9A8B80
(154,139,128)
#897C72
(137,124,114)
#786D64
(120,109,100)
#675E56
(103,94,86)
#564F48
(86,79,72)
#45403A
(69,64,58)
#34312C
(52,49,44)
#23221E
(35,34,30)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BCA99C

#BCA99C
(188,169,156)
#C2B0A5
(194,176,165)
#C8B7AE
(200,183,174)
#CEBEB7
(206,190,183)
#D4C5C0
(212,197,192)
#DACCC9
(218,204,201)
#E0D3D2
(224,211,210)
#E6DADB
(230,218,219)
#ECE1E4
(236,225,228)
#F2E8ED
(242,232,237)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA99C; }

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

This text font color is #BCA99C.


Background Color

.myBgColor { background-color: #BCA99C; }

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

This div background color is #BCA99C.


Border color

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

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

This div border color is #BCA99C.


Opacity

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

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

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

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

This text has shadow with #BCA99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA99C on black background.


Color preview on white background

This text has color #BCA99C on white background.



Black color preview on #BCA99C background

This text has black color on #BCA99C background.


White color preview on #BCA99C background

This text has white color on #BCA99C background.