COLOR #BCA93C

HEX: #BCA93C
RGB: (188,169,60)

Color info

#BCA93C contains mainly red and green colors. Web safe color of #BCA93C is #CC9933 (or #C93).

RGB color model

#BCA93C color RGB value is (188,169,60).

  • red value is 188;
  • green value is 169;
  • blue value is 60.
RGB:
(188,169,60)
(74%,66%,24%)

RGB channels and saturation

R 188 of 255 = 74%
G 169 of 255 = 66%
B 60 of 255 = 24%

188
169
60

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

Portions of RGB colors in percentages

R + G + B =
188 + 169 + 60 = 417 (100%)
R 188 of 417 ~ 45.08%
G 169 of 417 ~ 40.53%
B 60 of 417 ~ 14.39%

%45.08
%40.53
%14.39

CMYK color model

#BCA93C color CMYK value is (0,10,68,26).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 68.09%
  • key color value is 26.27%
CMYK:
(0,10,68,26)
C0M10Y68K26 
(0%,10%,68%,26%)
(0.00/0.10/0.68/0.26)	

CMYK percentages

%0
%10.11
%68.09
%26.27

Codes

Color #BCA93C in popluar color models

BCA93C
RGB18816960
HSL51°51.61%48.63%
HSB/HSV51°68.09%73.73%
CMYK0.00%10.11%68.09%
26.27%

Color #BCA93C in popluar number systems.

HEXBCA93C
Decimal18816960
Binary1011110010101001111100
Octal27425174

Shades and tints

Shades of #BCA93C

#BCA93C
(188,169,60)
#AB9A37
(171,154,55)
#9A8B32
(154,139,50)
#897C2D
(137,124,45)
#786D28
(120,109,40)
#675E23
(103,94,35)
#564F1E
(86,79,30)
#454019
(69,64,25)
#343114
(52,49,20)
#23220F
(35,34,15)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #BCA93C

#BCA93C
(188,169,60)
#C2B04D
(194,176,77)
#C8B75E
(200,183,94)
#CEBE6F
(206,190,111)
#D4C580
(212,197,128)
#DACC91
(218,204,145)
#E0D3A2
(224,211,162)
#E6DAB3
(230,218,179)
#ECE1C4
(236,225,196)
#F2E8D5
(242,232,213)
#F8EFE6
(248,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA93C color. Also use rgb(188,169,60) instead hex code.

Text Font Color

.myTextColor { color: #BCA93C; }

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

This text font color is #BCA93C.


Background Color

.myBgColor { background-color: #BCA93C; }

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

This div background color is #BCA93C.


Border color

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

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

This div border color is #BCA93C.


Opacity

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

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

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

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

This text has shadow with #BCA93C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA93C on black background.


Color preview on white background

This text has color #BCA93C on white background.



Black color preview on #BCA93C background

This text has black color on #BCA93C background.


White color preview on #BCA93C background

This text has white color on #BCA93C background.