COLOR #BCA7A3

HEX: #BCA7A3 RGB: (188,167,163)

Color info

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

RGB color model

#BCA7A3 color RGB value is (188,167,163).

RGB: (188,167,163) (74%, 65%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 163 of 255 = 64%

188
167
163

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

Portions of RGB colors in percentages

R + G + B = 188 + 167 + 163 = 518 (100%)
R 188 of 518 ~ 36.29%
G 167 of 518 ~ 32.24%
B 163 of 518 ~ 31.47'%

%36.29
%32.24
%31.47

CMYK color model

#BCA7A3 color CMYK value is (0,11,13,26).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 13.30%
  • key color value is 26.27%
CMYK: (0,11,13,26) C0M11Y13K26 (0%,11%,13%,26%) (0.00/0.11/0.13/0.26) 

CMYK percentages

%0
%11.17
%13.3
%26.27

Codes

Color #BCA7A3 in popluar color models

BC A7 A3
RGB 188 167 163
HSL 10° 15.72% 68.82%
HSB/HSV 10° 13.30% 73.73%
CMYK 0.00% 11.17% 13.30%
26.27%

Color #BCA7A3 in popluar number systems.

HEX BC A7 A3
Decimal 188 167 163
Binary 10111100 10100111 10100011
Octal 274 247 243

Shades and tints

Shades of #BCA7A3

#BCA7A3
(188,167,163)
#AB9895
(171,152,149)
#9A8987
(154,137,135)
#897A79
(137,122,121)
#786B6B
(120,107,107)
#675C5D
(103,92,93)
#564D4F
(86,77,79)
#453E41
(69,62,65)
#342F33
(52,47,51)
#232025
(35,32,37)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BCA7A3

#BCA7A3
(188,167,163)
#C2AFAB
(194,175,171)
#C8B7B3
(200,183,179)
#CEBFBB
(206,191,187)
#D4C7C3
(212,199,195)
#DACFCB
(218,207,203)
#E0D7D3
(224,215,211)
#E6DFDB
(230,223,219)
#ECE7E3
(236,231,227)
#F2EFEB
(242,239,235)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA7A3; }

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

This text font color is #BCA7A3.

Background Color

.myBgColor { background-color: #BCA7A3; }

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

This div background color is #BCA7A3.

Border color

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

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

This div border color is #BCA7A3.

Opacity

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

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

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

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

This text has shadow with #BCA7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA7A3.

Preview

Color preview on black background

This text has color #BCA7A3 on black background.


Color preview on white background

This text has color #BCA7A3 on white background.


Black color preview on #BCA7A3 background

This text has black color on #BCA7A3 background.


White color preview on #BCA7A3 background

This text has white color on #BCA7A3 background.


Related colors

Complementary color

Complementary color for #hex is #43585C.


I love getcolorcode.com

Triadic colors

1 #A3BCA7 and #A7A3BC with #BCA7A3 are triadic colors.

2 #A3A7BC and #A7BCA3 with #BCA7A3 are triadic colors.