COLOR #BCA9A1

HEX: #BCA9A1 RGB: (188,169,161)

Color info

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

RGB color model

#BCA9A1 color RGB value is (188,169,161).

RGB: (188,169,161) (74%, 66%, 63%)

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 161 of 255 = 63%

188
169
161

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

Portions of RGB colors in percentages

R + G + B = 188 + 169 + 161 = 518 (100%)
R 188 of 518 ~ 36.29%
G 169 of 518 ~ 32.63%
B 161 of 518 ~ 31.08'%

%36.29
%32.63
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 14.36%
  • 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
%14.36
%26.27

Codes

Color #BCA9A1 in popluar color models

BC A9 A1
RGB 188 169 161
HSL 18° 16.77% 68.43%
HSB/HSV 18° 14.36% 73.73%
CMYK 0.00% 10.11% 14.36%
26.27%

Color #BCA9A1 in popluar number systems.

HEX BC A9 A1
Decimal 188 169 161
Binary 10111100 10101001 10100001
Octal 274 251 241

Shades and tints

Shades of #BCA9A1

#BCA9A1
(188,169,161)
#AB9A93
(171,154,147)
#9A8B85
(154,139,133)
#897C77
(137,124,119)
#786D69
(120,109,105)
#675E5B
(103,94,91)
#564F4D
(86,79,77)
#45403F
(69,64,63)
#343131
(52,49,49)
#232223
(35,34,35)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BCA9A1

#BCA9A1
(188,169,161)
#C2B0A9
(194,176,169)
#C8B7B1
(200,183,177)
#CEBEB9
(206,190,185)
#D4C5C1
(212,197,193)
#DACCC9
(218,204,201)
#E0D3D1
(224,211,209)
#E6DAD9
(230,218,217)
#ECE1E1
(236,225,225)
#F2E8E9
(242,232,233)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA9A1; }

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

This text font color is #BCA9A1.

Background Color

.myBgColor { background-color: #BCA9A1; }

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

This div background color is #BCA9A1.

Border color

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

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

This div border color is #BCA9A1.

Opacity

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

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

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

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

This text has shadow with #BCA9A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA9A1.

Preview

Color preview on black background

This text has color #BCA9A1 on black background.


Color preview on white background

This text has color #BCA9A1 on white background.


Black color preview on #BCA9A1 background

This text has black color on #BCA9A1 background.


White color preview on #BCA9A1 background

This text has white color on #BCA9A1 background.


Related colors

Complementary color

Complementary color for #hex is #43565E.


I love getcolorcode.com

Triadic colors

1 #A1BCA9 and #A9A1BC with #BCA9A1 are triadic colors.

2 #A1A9BC and #A9BCA1 with #BCA9A1 are triadic colors.