COLOR #BCAD5C

HEX: #BCAD5C
RGB: (188,173,92)

Color info

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

RGB color model

#BCAD5C color RGB value is (188,173,92).

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

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 92 of 255 = 36%

188
173
92

R + G + B ~ 59%. #BCAD5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 92 = 453 (100%)
R 188 of 453 ~ 41.5%
G 173 of 453 ~ 38.19%
B 92 of 453 ~ 20.31%

%41.5
%38.19
%20.31

CMYK color model

#BCAD5C color CMYK value is (0,8,51,26).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 51.06%
  • key color value is 26.27%
CMYK:
(0,8,51,26)
C0M8Y51K26 
(0%,8%,51%,26%)
(0.00/0.08/0.51/0.26)	

CMYK percentages

%0
%7.98
%51.06
%26.27

Codes

Color #BCAD5C in popluar color models

BCAD5C
RGB18817392
HSL51°41.74%54.90%
HSB/HSV51°51.06%73.73%
CMYK0.00%7.98%51.06%
26.27%

Color #BCAD5C in popluar number systems.

HEXBCAD5C
Decimal18817392
Binary10111100101011011011100
Octal274255134

Shades and tints

Shades of #BCAD5C

#BCAD5C
(188,173,92)
#AB9E54
(171,158,84)
#9A8F4C
(154,143,76)
#898044
(137,128,68)
#78713C
(120,113,60)
#676234
(103,98,52)
#56532C
(86,83,44)
#454424
(69,68,36)
#34351C
(52,53,28)
#232614
(35,38,20)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #BCAD5C

#BCAD5C
(188,173,92)
#C2B46A
(194,180,106)
#C8BB78
(200,187,120)
#CEC286
(206,194,134)
#D4C994
(212,201,148)
#DAD0A2
(218,208,162)
#E0D7B0
(224,215,176)
#E6DEBE
(230,222,190)
#ECE5CC
(236,229,204)
#F2ECDA
(242,236,218)
#F8F3E8
(248,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAD5C; }

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

This text font color is #BCAD5C.


Background Color

.myBgColor { background-color: #BCAD5C; }

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

This div background color is #BCAD5C.


Border color

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

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

This div border color is #BCAD5C.


Opacity

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

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

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

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

This text has shadow with #BCAD5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAD5C on black background.


Color preview on white background

This text has color #BCAD5C on white background.



Black color preview on #BCAD5C background

This text has black color on #BCAD5C background.


White color preview on #BCAD5C background

This text has white color on #BCAD5C background.