COLOR #BCA9A4

HEX: #BCA9A4
RGB: (188,169,164)

Color info

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

RGB color model

#BCA9A4 color RGB value is (188,169,164).

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

RGB channels and saturation

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

188
169
164

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

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 164 = 521 (100%)
R 188 of 521 ~ 36.08%
G 169 of 521 ~ 32.44%
B 164 of 521 ~ 31.48%

%36.08
%32.44
%31.48

CMYK color model

#BCA9A4 color CMYK value is (0,10,13,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 12.77%
  • key color value is 26.27%
CMYK:
(0,10,13,26)
C0M10Y13K26 
(0%,10%,13%,26%)
(0.00/0.10/0.13/0.26)	

CMYK percentages

%0
%10.11
%12.77
%26.27

Codes

Color #BCA9A4 in popluar color models

BCA9A4
RGB188169164
HSL13°15.19%69.02%
HSB/HSV13°12.77%73.73%
CMYK0.00%10.11%12.77%
26.27%

Color #BCA9A4 in popluar number systems.

HEXBCA9A4
Decimal188169164
Binary101111001010100110100100
Octal274251244

Shades and tints

Shades of #BCA9A4

#BCA9A4
(188,169,164)
#AB9A96
(171,154,150)
#9A8B88
(154,139,136)
#897C7A
(137,124,122)
#786D6C
(120,109,108)
#675E5E
(103,94,94)
#564F50
(86,79,80)
#454042
(69,64,66)
#343134
(52,49,52)
#232226
(35,34,38)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BCA9A4

#BCA9A4
(188,169,164)
#C2B0AC
(194,176,172)
#C8B7B4
(200,183,180)
#CEBEBC
(206,190,188)
#D4C5C4
(212,197,196)
#DACCCC
(218,204,204)
#E0D3D4
(224,211,212)
#E6DADC
(230,218,220)
#ECE1E4
(236,225,228)
#F2E8EC
(242,232,236)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9A4; }

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

This text font color is #BCA9A4.


Background Color

.myBgColor { background-color: #BCA9A4; }

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

This div background color is #BCA9A4.


Border color

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

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

This div border color is #BCA9A4.


Opacity

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

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

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

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

This text has shadow with #BCA9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA9A4 on black background.


Color preview on white background

This text has color #BCA9A4 on white background.



Black color preview on #BCA9A4 background

This text has black color on #BCA9A4 background.


White color preview on #BCA9A4 background

This text has white color on #BCA9A4 background.