COLOR #BCA9A2

HEX: #BCA9A2
RGB: (188,169,162)

Color info

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

RGB color model

#BCA9A2 color RGB value is (188,169,162).

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

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 162 of 255 = 64%

188
169
162

R + G + B ~ 68%. #BCA9A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 162 = 519 (100%)
R 188 of 519 ~ 36.22%
G 169 of 519 ~ 32.56%
B 162 of 519 ~ 31.21%

%36.22
%32.56
%31.21

CMYK color model

#BCA9A2 color CMYK value is (0,10,14,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 13.83%
  • key color value is 26.27%
CMYK:
(0,10,14,26)
C0M10Y14K26 
(0%,10%,14%,26%)
(0.00/0.10/0.14/0.26)	

CMYK percentages

%0
%10.11
%13.83
%26.27

Codes

Color #BCA9A2 in popluar color models

BCA9A2
RGB188169162
HSL16°16.25%68.63%
HSB/HSV16°13.83%73.73%
CMYK0.00%10.11%13.83%
26.27%

Color #BCA9A2 in popluar number systems.

HEXBCA9A2
Decimal188169162
Binary101111001010100110100010
Octal274251242

Shades and tints

Shades of #BCA9A2

#BCA9A2
(188,169,162)
#AB9A94
(171,154,148)
#9A8B86
(154,139,134)
#897C78
(137,124,120)
#786D6A
(120,109,106)
#675E5C
(103,94,92)
#564F4E
(86,79,78)
#454040
(69,64,64)
#343132
(52,49,50)
#232224
(35,34,36)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BCA9A2

#BCA9A2
(188,169,162)
#C2B0AA
(194,176,170)
#C8B7B2
(200,183,178)
#CEBEBA
(206,190,186)
#D4C5C2
(212,197,194)
#DACCCA
(218,204,202)
#E0D3D2
(224,211,210)
#E6DADA
(230,218,218)
#ECE1E2
(236,225,226)
#F2E8EA
(242,232,234)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9A2; }

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

This text font color is #BCA9A2.


Background Color

.myBgColor { background-color: #BCA9A2; }

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

This div background color is #BCA9A2.


Border color

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

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

This div border color is #BCA9A2.


Opacity

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

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

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

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

This text has shadow with #BCA9A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9A2 on black background.


Color preview on white background

This text has color #BCA9A2 on white background.



Black color preview on #BCA9A2 background

This text has black color on #BCA9A2 background.


White color preview on #BCA9A2 background

This text has white color on #BCA9A2 background.