COLOR #BCA486

HEX: #BCA486 RGB: (188,164,134)

Color info

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

RGB color model

#BCA486 color RGB value is (188,164,134).

RGB: (188,164,134) (74%, 64%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 164 of 255 = 64%
B 134 of 255 = 53%

188
164
134

R + G + B ~ 64%. #BCA486 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 164 + 134 = 486 (100%)
R 188 of 486 ~ 38.68%
G 164 of 486 ~ 33.74%
B 134 of 486 ~ 27.57'%

%38.68
%33.74
%27.57

CMYK color model

#BCA486 color CMYK value is (0,13,29,26).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 28.72%
  • key color value is 26.27%

CMYK: (0,13,29,26)
C0M13Y29K26 (0%, 13%, 29%, 26%)
(0.00 / 0.13 / 0.29 / 0.26)

CMYK percentages

%0
%12.77
%28.72
%26.27

Codes

Color #BCA486 in popluar color models

BC A4 86
RGB 188 164 134
HSL 33° 28.72% 63.14%
HSB/HSV 33° 28.72% 73.73%
CMYK 0.00% 12.77% 28.72%
26.27%

Color #BCA486 in popluar number systems.

HEX BC A4 86
Decimal 188 164 134
Binary 10111100 10100100 10000110
Octal 274 244 206

Shades and tints

Shades of #BCA486

#BCA486
(188,164,134)
#AB967A
(171,150,122)
#9A886E
(154,136,110)
#897A62
(137,122,98)
#786C56
(120,108,86)
#675E4A
(103,94,74)
#56503E
(86,80,62)
#454232
(69,66,50)
#343426
(52,52,38)
#23261A
(35,38,26)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #BCA486

#BCA486
(188,164,134)
#C2AC91
(194,172,145)
#C8B49C
(200,180,156)
#CEBCA7
(206,188,167)
#D4C4B2
(212,196,178)
#DACCBD
(218,204,189)
#E0D4C8
(224,212,200)
#E6DCD3
(230,220,211)
#ECE4DE
(236,228,222)
#F2ECE9
(242,236,233)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA486 color. Also use rgb(188,164,134) instead hex code.

Text Font Color

.myTextColor { color: #BCA486; }

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

This text font color is #BCA486.

Background Color

.myBgColor { background-color: #BCA486; }

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

This div background color is #BCA486.

Border color

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

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

This div border color is #BCA486.

Opacity

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

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

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

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

This text has shadow with #BCA486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA486.

Preview

Color preview on black background

This text has color #BCA486 on black background.


Color preview on white background

This text has color #BCA486 on white background.


Black color preview on #BCA486 background

This text has black color on #BCA486 background.


White color preview on #BCA486 background

This text has white color on #BCA486 background.


Related colors

Complementary color

Complementary color for #hex is #435B79.


I love getcolorcode.com

Triadic colors

1 #86BCA4 and #A486BC with #BCA486 are triadic colors.

2 #86A4BC and #A4BC86 with #BCA486 are triadic colors.