COLOR #BCAD7F

HEX: #BCAD7F
RGB: (188,173,127)

Color info

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

RGB color model

#BCAD7F color RGB value is (188,173,127).

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

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 127 of 255 = 50%

188
173
127

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

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 127 = 488 (100%)
R 188 of 488 ~ 38.52%
G 173 of 488 ~ 35.45%
B 127 of 488 ~ 26.02%

%38.52
%35.45
%26.02

CMYK color model

#BCAD7F color CMYK value is (0,8,32,26).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK:
(0,8,32,26)
C0M8Y32K26 
(0%,8%,32%,26%)
(0.00/0.08/0.32/0.26)	

CMYK percentages

%0
%7.98
%32.45
%26.27

Codes

Color #BCAD7F in popluar color models

BCAD7F
RGB188173127
HSL45°31.28%61.76%
HSB/HSV45°32.45%73.73%
CMYK0.00%7.98%32.45%
26.27%

Color #BCAD7F in popluar number systems.

HEXBCAD7F
Decimal188173127
Binary10111100101011011111111
Octal274255177

Shades and tints

Shades of #BCAD7F

#BCAD7F
(188,173,127)
#AB9E74
(171,158,116)
#9A8F69
(154,143,105)
#89805E
(137,128,94)
#787153
(120,113,83)
#676248
(103,98,72)
#56533D
(86,83,61)
#454432
(69,68,50)
#343527
(52,53,39)
#23261C
(35,38,28)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #BCAD7F

#BCAD7F
(188,173,127)
#C2B48A
(194,180,138)
#C8BB95
(200,187,149)
#CEC2A0
(206,194,160)
#D4C9AB
(212,201,171)
#DAD0B6
(218,208,182)
#E0D7C1
(224,215,193)
#E6DECC
(230,222,204)
#ECE5D7
(236,229,215)
#F2ECE2
(242,236,226)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAD7F; }

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

This text font color is #BCAD7F.


Background Color

.myBgColor { background-color: #BCAD7F; }

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

This div background color is #BCAD7F.


Border color

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

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

This div border color is #BCAD7F.


Opacity

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

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

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

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

This text has shadow with #BCAD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAD7F on black background.


Color preview on white background

This text has color #BCAD7F on white background.



Black color preview on #BCAD7F background

This text has black color on #BCAD7F background.


White color preview on #BCAD7F background

This text has white color on #BCAD7F background.