COLOR #BCA987

HEX: #BCA987 RGB: (188,169,135)

Color info

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

RGB color model

#BCA987 color RGB value is (188,169,135).

RGB: (188,169,135) (74%, 66%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 135 of 255 = 53%

188
169
135

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

Portions of RGB colors in percentages

R + G + B = 188 + 169 + 135 = 492 (100%)
R 188 of 492 ~ 38.21%
G 169 of 492 ~ 34.35%
B 135 of 492 ~ 27.44'%

%38.21
%34.35
%27.44

CMYK color model

#BCA987 color CMYK value is (0,10,28,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 28.19%
  • key color value is 26.27%

CMYK: (0,10,28,26)
C0M10Y28K26 (0%, 10%, 28%, 26%)
(0.00 / 0.10 / 0.28 / 0.26)

CMYK percentages

%0
%10.11
%28.19
%26.27

Codes

Color #BCA987 in popluar color models

BC A9 87
RGB 188 169 135
HSL 38° 28.34% 63.33%
HSB/HSV 38° 28.19% 73.73%
CMYK 0.00% 10.11% 28.19%
26.27%

Color #BCA987 in popluar number systems.

HEX BC A9 87
Decimal 188 169 135
Binary 10111100 10101001 10000111
Octal 274 251 207

Shades and tints

Shades of #BCA987

#BCA987
(188,169,135)
#AB9A7B
(171,154,123)
#9A8B6F
(154,139,111)
#897C63
(137,124,99)
#786D57
(120,109,87)
#675E4B
(103,94,75)
#564F3F
(86,79,63)
#454033
(69,64,51)
#343127
(52,49,39)
#23221B
(35,34,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #BCA987

#BCA987
(188,169,135)
#C2B091
(194,176,145)
#C8B79B
(200,183,155)
#CEBEA5
(206,190,165)
#D4C5AF
(212,197,175)
#DACCB9
(218,204,185)
#E0D3C3
(224,211,195)
#E6DACD
(230,218,205)
#ECE1D7
(236,225,215)
#F2E8E1
(242,232,225)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA987; }

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

This text font color is #BCA987.

Background Color

.myBgColor { background-color: #BCA987; }

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

This div background color is #BCA987.

Border color

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

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

This div border color is #BCA987.

Opacity

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

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

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

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

This text has shadow with #BCA987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA987.

Preview

Color preview on black background

This text has color #BCA987 on black background.


Color preview on white background

This text has color #BCA987 on white background.


Black color preview on #BCA987 background

This text has black color on #BCA987 background.


White color preview on #BCA987 background

This text has white color on #BCA987 background.


Related colors

Complementary color

Complementary color for #hex is #435678.


I love getcolorcode.com

Triadic colors

1 #87BCA9 and #A987BC with #BCA987 are triadic colors.

2 #87A9BC and #A9BC87 with #BCA987 are triadic colors.