COLOR #BCA77F

HEX: #BCA77F
RGB: (188,167,127)

Color info

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

RGB color model

#BCA77F color RGB value is (188,167,127).

  • red value is 188;
  • green value is 167;
  • blue value is 127.
RGB:
(188,167,127)
(74%,65%,50%)

RGB channels and saturation

R 188 of 255 = 74%
G 167 of 255 = 65%
B 127 of 255 = 50%

188
167
127

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

Portions of RGB colors in percentages

R + G + B =
188 + 167 + 127 = 482 (100%)
R 188 of 482 ~ 39%
G 167 of 482 ~ 34.65%
B 127 of 482 ~ 26.35%

%39
%34.65
%26.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.17%
  • 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
%11.17
%32.45
%26.27

Codes

Color #BCA77F in popluar color models

BCA77F
RGB188167127
HSL39°31.28%61.76%
HSB/HSV39°32.45%73.73%
CMYK0.00%11.17%32.45%
26.27%

Color #BCA77F in popluar number systems.

HEXBCA77F
Decimal188167127
Binary10111100101001111111111
Octal274247177

Shades and tints

Shades of #BCA77F

#BCA77F
(188,167,127)
#AB9874
(171,152,116)
#9A8969
(154,137,105)
#897A5E
(137,122,94)
#786B53
(120,107,83)
#675C48
(103,92,72)
#564D3D
(86,77,61)
#453E32
(69,62,50)
#342F27
(52,47,39)
#23201C
(35,32,28)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BCA77F

#BCA77F
(188,167,127)
#C2AF8A
(194,175,138)
#C8B795
(200,183,149)
#CEBFA0
(206,191,160)
#D4C7AB
(212,199,171)
#DACFB6
(218,207,182)
#E0D7C1
(224,215,193)
#E6DFCC
(230,223,204)
#ECE7D7
(236,231,215)
#F2EFE2
(242,239,226)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA77F; }

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

This text font color is #BCA77F.


Background Color

.myBgColor { background-color: #BCA77F; }

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

This div background color is #BCA77F.


Border color

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

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

This div border color is #BCA77F.


Opacity

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

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

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

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

This text has shadow with #BCA77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA77F on black background.


Color preview on white background

This text has color #BCA77F on white background.



Black color preview on #BCA77F background

This text has black color on #BCA77F background.


White color preview on #BCA77F background

This text has white color on #BCA77F background.