COLOR #BCA3A1

HEX: #BCA3A1
RGB: (188,163,161)

Color info

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

RGB color model

#BCA3A1 color RGB value is (188,163,161).

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

RGB channels and saturation

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

188
163
161

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

Portions of RGB colors in percentages

R + G + B =
188 + 163 + 161 = 512 (100%)
R 188 of 512 ~ 36.72%
G 163 of 512 ~ 31.84%
B 161 of 512 ~ 31.45%

%36.72
%31.84
%31.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(0,13,14,26)
C0M13Y14K26 
(0%,13%,14%,26%)
(0.00/0.13/0.14/0.26)	

CMYK percentages

%0
%13.3
%14.36
%26.27

Codes

Color #BCA3A1 in popluar color models

BCA3A1
RGB188163161
HSL16.77%68.43%
HSB/HSV14.36%73.73%
CMYK0.00%13.30%14.36%
26.27%

Color #BCA3A1 in popluar number systems.

HEXBCA3A1
Decimal188163161
Binary101111001010001110100001
Octal274243241

Shades and tints

Shades of #BCA3A1

#BCA3A1
(188,163,161)
#AB9593
(171,149,147)
#9A8785
(154,135,133)
#897977
(137,121,119)
#786B69
(120,107,105)
#675D5B
(103,93,91)
#564F4D
(86,79,77)
#45413F
(69,65,63)
#343331
(52,51,49)
#232523
(35,37,35)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCA3A1

#BCA3A1
(188,163,161)
#C2ABA9
(194,171,169)
#C8B3B1
(200,179,177)
#CEBBB9
(206,187,185)
#D4C3C1
(212,195,193)
#DACBC9
(218,203,201)
#E0D3D1
(224,211,209)
#E6DBD9
(230,219,217)
#ECE3E1
(236,227,225)
#F2EBE9
(242,235,233)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA3A1; }

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

This text font color is #BCA3A1.


Background Color

.myBgColor { background-color: #BCA3A1; }

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

This div background color is #BCA3A1.


Border color

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

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

This div border color is #BCA3A1.


Opacity

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

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

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

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

This text has shadow with #BCA3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA3A1 on black background.


Color preview on white background

This text has color #BCA3A1 on white background.



Black color preview on #BCA3A1 background

This text has black color on #BCA3A1 background.


White color preview on #BCA3A1 background

This text has white color on #BCA3A1 background.