COLOR #BCA2A1

HEX: #BCA2A1
RGB: (188,162,161)

Color info

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

RGB color model

#BCA2A1 color RGB value is (188,162,161).

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

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 161 of 255 = 63%

188
162
161

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

Portions of RGB colors in percentages

R + G + B =
188 + 162 + 161 = 511 (100%)
R 188 of 511 ~ 36.79%
G 162 of 511 ~ 31.7%
B 161 of 511 ~ 31.51%

%36.79
%31.7
%31.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(0,14,14,26)
C0M14Y14K26 
(0%,14%,14%,26%)
(0.00/0.14/0.14/0.26)	

CMYK percentages

%0
%13.83
%14.36
%26.27

Codes

Color #BCA2A1 in popluar color models

BCA2A1
RGB188162161
HSL16.77%68.43%
HSB/HSV14.36%73.73%
CMYK0.00%13.83%14.36%
26.27%

Color #BCA2A1 in popluar number systems.

HEXBCA2A1
Decimal188162161
Binary101111001010001010100001
Octal274242241

Shades and tints

Shades of #BCA2A1

#BCA2A1
(188,162,161)
#AB9493
(171,148,147)
#9A8685
(154,134,133)
#897877
(137,120,119)
#786A69
(120,106,105)
#675C5B
(103,92,91)
#564E4D
(86,78,77)
#45403F
(69,64,63)
#343231
(52,50,49)
#232423
(35,36,35)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #BCA2A1

#BCA2A1
(188,162,161)
#C2AAA9
(194,170,169)
#C8B2B1
(200,178,177)
#CEBAB9
(206,186,185)
#D4C2C1
(212,194,193)
#DACAC9
(218,202,201)
#E0D2D1
(224,210,209)
#E6DAD9
(230,218,217)
#ECE2E1
(236,226,225)
#F2EAE9
(242,234,233)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA2A1; }

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

This text font color is #BCA2A1.


Background Color

.myBgColor { background-color: #BCA2A1; }

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

This div background color is #BCA2A1.


Border color

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

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

This div border color is #BCA2A1.


Opacity

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

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

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

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

This text has shadow with #BCA2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA2A1 on black background.


Color preview on white background

This text has color #BCA2A1 on white background.



Black color preview on #BCA2A1 background

This text has black color on #BCA2A1 background.


White color preview on #BCA2A1 background

This text has white color on #BCA2A1 background.