COLOR #BCA86F

HEX: #BCA86F
RGB: (188,168,111)

Color info

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

RGB color model

#BCA86F color RGB value is (188,168,111).

  • red value is 188;
  • green value is 168;
  • blue value is 111.
RGB:
(188,168,111)
(74%,66%,44%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 111 of 255 = 44%

188
168
111

R + G + B ~ 61%. #BCA86F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 111 = 467 (100%)
R 188 of 467 ~ 40.26%
G 168 of 467 ~ 35.97%
B 111 of 467 ~ 23.77%

%40.26
%35.97
%23.77

CMYK color model

#BCA86F color CMYK value is (0,11,41,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 40.96%
  • key color value is 26.27%
CMYK:
(0,11,41,26)
C0M11Y41K26 
(0%,11%,41%,26%)
(0.00/0.11/0.41/0.26)	

CMYK percentages

%0
%10.64
%40.96
%26.27

Codes

Color #BCA86F in popluar color models

BCA86F
RGB188168111
HSL44°36.49%58.63%
HSB/HSV44°40.96%73.73%
CMYK0.00%10.64%40.96%
26.27%

Color #BCA86F in popluar number systems.

HEXBCA86F
Decimal188168111
Binary10111100101010001101111
Octal274250157

Shades and tints

Shades of #BCA86F

#BCA86F
(188,168,111)
#AB9965
(171,153,101)
#9A8A5B
(154,138,91)
#897B51
(137,123,81)
#786C47
(120,108,71)
#675D3D
(103,93,61)
#564E33
(86,78,51)
#453F29
(69,63,41)
#34301F
(52,48,31)
#232115
(35,33,21)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #BCA86F

#BCA86F
(188,168,111)
#C2AF7C
(194,175,124)
#C8B689
(200,182,137)
#CEBD96
(206,189,150)
#D4C4A3
(212,196,163)
#DACBB0
(218,203,176)
#E0D2BD
(224,210,189)
#E6D9CA
(230,217,202)
#ECE0D7
(236,224,215)
#F2E7E4
(242,231,228)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA86F; }

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

This text font color is #BCA86F.


Background Color

.myBgColor { background-color: #BCA86F; }

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

This div background color is #BCA86F.


Border color

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

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

This div border color is #BCA86F.


Opacity

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

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

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

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

This text has shadow with #BCA86F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA86F on black background.


Color preview on white background

This text has color #BCA86F on white background.



Black color preview on #BCA86F background

This text has black color on #BCA86F background.


White color preview on #BCA86F background

This text has white color on #BCA86F background.