COLOR #BCAE1A

HEX: #BCAE1A
RGB: (188,174,26)

Color info

#BCAE1A contains mainly red and green colors. Web safe color of #BCAE1A is #CC9900 (or #C90).

RGB color model

#BCAE1A color RGB value is (188,174,26).

  • red value is 188;
  • green value is 174;
  • blue value is 26.
RGB:
(188,174,26)
(74%,68%,10%)

RGB channels and saturation

R 188 of 255 = 74%
G 174 of 255 = 68%
B 26 of 255 = 10%

188
174
26

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

Portions of RGB colors in percentages

R + G + B =
188 + 174 + 26 = 388 (100%)
R 188 of 388 ~ 48.45%
G 174 of 388 ~ 44.85%
B 26 of 388 ~ 6.7%

%48.45
%44.85

CMYK color model

#BCAE1A color CMYK value is (0,7,86,26).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 86.17%
  • key color value is 26.27%
CMYK:
(0,7,86,26)
C0M7Y86K26 
(0%,7%,86%,26%)
(0.00/0.07/0.86/0.26)	

CMYK percentages

%0
%7.45
%86.17
%26.27

Codes

Color #BCAE1A in popluar color models

BCAE1A
RGB18817426
HSL55°75.70%41.96%
HSB/HSV55°86.17%73.73%
CMYK0.00%7.45%86.17%
26.27%

Color #BCAE1A in popluar number systems.

HEXBCAE1A
Decimal18817426
Binary101111001010111011010
Octal27425632

Shades and tints

Shades of #BCAE1A

#BCAE1A
(188,174,26)
#AB9F18
(171,159,24)
#9A9016
(154,144,22)
#898114
(137,129,20)
#787212
(120,114,18)
#676310
(103,99,16)
#56540E
(86,84,14)
#45450C
(69,69,12)
#34360A
(52,54,10)
#232708
(35,39,8)
#121806
(18,24,6)
#000000
(0,0,0)

Tints of #BCAE1A

#BCAE1A
(188,174,26)
#C2B52E
(194,181,46)
#C8BC42
(200,188,66)
#CEC356
(206,195,86)
#D4CA6A
(212,202,106)
#DAD17E
(218,209,126)
#E0D892
(224,216,146)
#E6DFA6
(230,223,166)
#ECE6BA
(236,230,186)
#F2EDCE
(242,237,206)
#F8F4E2
(248,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAE1A color. Also use rgb(188,174,26) instead hex code.

Text Font Color

.myTextColor { color: #BCAE1A; }

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

This text font color is #BCAE1A.


Background Color

.myBgColor { background-color: #BCAE1A; }

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

This div background color is #BCAE1A.


Border color

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

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

This div border color is #BCAE1A.


Opacity

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

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

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

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

This text has shadow with #BCAE1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAE1A on black background.


Color preview on white background

This text has color #BCAE1A on white background.



Black color preview on #BCAE1A background

This text has black color on #BCAE1A background.


White color preview on #BCAE1A background

This text has white color on #BCAE1A background.