COLOR #BCA39A

HEX: #BCA39A RGB: (188,163,154)

Color info

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

RGB color model

#BCA39A color RGB value is (188,163,154).

RGB: (188,163,154) (74%, 64%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 154 of 255 = 60%

188
163
154

R + G + B ~ 66%. #BCA39A is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 154 = 505 (100%)
R 188 of 505 ~ 37.23%
G 163 of 505 ~ 32.28%
B 154 of 505 ~ 30.5'%

%37.23
%32.28
%30.5

CMYK color model

#BCA39A color CMYK value is (0,13,18,26).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 18.09%
  • key color value is 26.27%

CMYK: (0,13,18,26)
C0M13Y18K26 (0%, 13%, 18%, 26%)
(0.00 / 0.13 / 0.18 / 0.26)

CMYK percentages

%0
%13.3
%18.09
%26.27

Codes

Color #BCA39A in popluar color models

BC A3 9A
RGB 188 163 154
HSL 16° 20.24% 67.06%
HSB/HSV 16° 18.09% 73.73%
CMYK 0.00% 13.30% 18.09%
26.27%

Color #BCA39A in popluar number systems.

HEX BC A3 9A
Decimal 188 163 154
Binary 10111100 10100011 10011010
Octal 274 243 232

Shades and tints

Shades of #BCA39A

#BCA39A
(188,163,154)
#AB958C
(171,149,140)
#9A877E
(154,135,126)
#897970
(137,121,112)
#786B62
(120,107,98)
#675D54
(103,93,84)
#564F46
(86,79,70)
#454138
(69,65,56)
#34332A
(52,51,42)
#23251C
(35,37,28)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #BCA39A

#BCA39A
(188,163,154)
#C2ABA3
(194,171,163)
#C8B3AC
(200,179,172)
#CEBBB5
(206,187,181)
#D4C3BE
(212,195,190)
#DACBC7
(218,203,199)
#E0D3D0
(224,211,208)
#E6DBD9
(230,219,217)
#ECE3E2
(236,227,226)
#F2EBEB
(242,235,235)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA39A; }

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

This text font color is #BCA39A.

Background Color

.myBgColor { background-color: #BCA39A; }

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

This div background color is #BCA39A.

Border color

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

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

This div border color is #BCA39A.

Opacity

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

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

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

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

This text has shadow with #BCA39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA39A.

Preview

Color preview on black background

This text has color #BCA39A on black background.


Color preview on white background

This text has color #BCA39A on white background.


Black color preview on #BCA39A background

This text has black color on #BCA39A background.


White color preview on #BCA39A background

This text has white color on #BCA39A background.


Related colors

Complementary color

Complementary color for #hex is #435C65.


I love getcolorcode.com

Triadic colors

1 #9ABCA3 and #A39ABC with #BCA39A are triadic colors.

2 #9AA3BC and #A3BC9A with #BCA39A are triadic colors.