COLOR #BCAF1E

HEX: #BCAF1E
RGB: (188,175,30)

Color info

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

RGB color model

#BCAF1E color RGB value is (188,175,30).

  • red value is 188;
  • green value is 175;
  • blue value is 30.
RGB:
(188,175,30)
(74%,69%,12%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 30 of 255 = 12%

188
175
30

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

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 30 = 393 (100%)
R 188 of 393 ~ 47.84%
G 175 of 393 ~ 44.53%
B 30 of 393 ~ 7.63%

%47.84
%44.53

CMYK color model

#BCAF1E color CMYK value is (0,7,84,26).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 84.04%
  • key color value is 26.27%
CMYK:
(0,7,84,26)
C0M7Y84K26 
(0%,7%,84%,26%)
(0.00/0.07/0.84/0.26)	

CMYK percentages

%0
%6.91
%84.04
%26.27

Codes

Color #BCAF1E in popluar color models

BCAF1E
RGB18817530
HSL55°72.48%42.75%
HSB/HSV55°84.04%73.73%
CMYK0.00%6.91%84.04%
26.27%

Color #BCAF1E in popluar number systems.

HEXBCAF1E
Decimal18817530
Binary101111001010111111110
Octal27425736

Shades and tints

Shades of #BCAF1E

#BCAF1E
(188,175,30)
#ABA01C
(171,160,28)
#9A911A
(154,145,26)
#898218
(137,130,24)
#787316
(120,115,22)
#676414
(103,100,20)
#565512
(86,85,18)
#454610
(69,70,16)
#34370E
(52,55,14)
#23280C
(35,40,12)
#12190A
(18,25,10)
#000000
(0,0,0)

Tints of #BCAF1E

#BCAF1E
(188,175,30)
#C2B632
(194,182,50)
#C8BD46
(200,189,70)
#CEC45A
(206,196,90)
#D4CB6E
(212,203,110)
#DAD282
(218,210,130)
#E0D996
(224,217,150)
#E6E0AA
(230,224,170)
#ECE7BE
(236,231,190)
#F2EED2
(242,238,210)
#F8F5E6
(248,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAF1E color. Also use rgb(188,175,30) instead hex code.

Text Font Color

.myTextColor { color: #BCAF1E; }

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

This text font color is #BCAF1E.


Background Color

.myBgColor { background-color: #BCAF1E; }

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

This div background color is #BCAF1E.


Border color

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

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

This div border color is #BCAF1E.


Opacity

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

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

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

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

This text has shadow with #BCAF1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAF1E on black background.


Color preview on white background

This text has color #BCAF1E on white background.



Black color preview on #BCAF1E background

This text has black color on #BCAF1E background.


White color preview on #BCAF1E background

This text has white color on #BCAF1E background.