COLOR #BCA87F

HEX: #BCA87F RGB: (188,168,127)

Color info

#BCA87F contains mainly red and green colors. Web safe color of #BCA87F is #CC9966 (or #C96).

RGB color model

#BCA87F color RGB value is (188,168,127).

RGB: (188,168,127) (74%, 66%, 50%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 127 of 255 = 50%

188
168
127

R + G + B ~ 63%. #BCA87F is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 168 + 127 = 483 (100%)
R 188 of 483 ~ 38.92%
G 168 of 483 ~ 34.78%
B 127 of 483 ~ 26.29'%

%38.92
%34.78
%26.29

CMYK color model

#BCA87F color CMYK value is (0,11,32,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 32.45%
  • key color value is 26.27%

CMYK: (0,11,32,26)
C0M11Y32K26 (0%, 11%, 32%, 26%)
(0.00 / 0.11 / 0.32 / 0.26)

CMYK percentages

%0
%10.64
%32.45
%26.27

Codes

Color #BCA87F in popluar color models

BC A8 7F
RGB 188 168 127
HSL 40° 31.28% 61.76%
HSB/HSV 40° 32.45% 73.73%
CMYK 0.00% 10.64% 32.45%
26.27%

Color #BCA87F in popluar number systems.

HEX BC A8 7F
Decimal 188 168 127
Binary 10111100 10101000 1111111
Octal 274 250 177

Shades and tints

Shades of #BCA87F

#BCA87F
(188,168,127)
#AB9974
(171,153,116)
#9A8A69
(154,138,105)
#897B5E
(137,123,94)
#786C53
(120,108,83)
#675D48
(103,93,72)
#564E3D
(86,78,61)
#453F32
(69,63,50)
#343027
(52,48,39)
#23211C
(35,33,28)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #BCA87F

#BCA87F
(188,168,127)
#C2AF8A
(194,175,138)
#C8B695
(200,182,149)
#CEBDA0
(206,189,160)
#D4C4AB
(212,196,171)
#DACBB6
(218,203,182)
#E0D2C1
(224,210,193)
#E6D9CC
(230,217,204)
#ECE0D7
(236,224,215)
#F2E7E2
(242,231,226)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA87F color. Also use rgb(188,168,127) instead hex code.

Text Font Color

.myTextColor { color: #BCA87F; }

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

This text font color is #BCA87F.

Background Color

.myBgColor { background-color: #BCA87F; }

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

This div background color is #BCA87F.

Border color

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

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

This div border color is #BCA87F.

Opacity

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

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

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

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

This text has shadow with #BCA87F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA87F.

Preview

Color preview on black background

This text has color #BCA87F on black background.


Color preview on white background

This text has color #BCA87F on white background.


Black color preview on #BCA87F background

This text has black color on #BCA87F background.


White color preview on #BCA87F background

This text has white color on #BCA87F background.


Related colors

Complementary color

Complementary color for #hex is #435780.


I love getcolorcode.com

Triadic colors

1 #7FBCA8 and #A87FBC with #BCA87F are triadic colors.

2 #7FA8BC and #A8BC7F with #BCA87F are triadic colors.