COLOR #BCA04F

HEX: #BCA04F RGB: (188,160,79)

Color info

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

RGB color model

#BCA04F color RGB value is (188,160,79).

RGB: (188,160,79) (74%, 63%, 31%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 79 of 255 = 31%

188
160
79

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

Portions of RGB colors in percentages

R + G + B = 188 + 160 + 79 = 427 (100%)
R 188 of 427 ~ 44.03%
G 160 of 427 ~ 37.47%
B 79 of 427 ~ 18.5'%

%44.03
%37.47
%18.5

CMYK color model

#BCA04F color CMYK value is (0,15,58,26).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 57.98%
  • key color value is 26.27%
CMYK: (0,15,58,26) C0M15Y58K26 (0%,15%,58%,26%) (0.00/0.15/0.58/0.26) 

CMYK percentages

%0
%14.89
%57.98
%26.27

Codes

Color #BCA04F in popluar color models

BC A0 4F
RGB 188 160 79
HSL 45° 44.86% 52.35%
HSB/HSV 45° 57.98% 73.73%
CMYK 0.00% 14.89% 57.98%
26.27%

Color #BCA04F in popluar number systems.

HEX BC A0 4F
Decimal 188 160 79
Binary 10111100 10100000 1001111
Octal 274 240 117

Shades and tints

Shades of #BCA04F

#BCA04F
(188,160,79)
#AB9248
(171,146,72)
#9A8441
(154,132,65)
#89763A
(137,118,58)
#786833
(120,104,51)
#675A2C
(103,90,44)
#564C25
(86,76,37)
#453E1E
(69,62,30)
#343017
(52,48,23)
#232210
(35,34,16)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #BCA04F

#BCA04F
(188,160,79)
#C2A85F
(194,168,95)
#C8B06F
(200,176,111)
#CEB87F
(206,184,127)
#D4C08F
(212,192,143)
#DAC89F
(218,200,159)
#E0D0AF
(224,208,175)
#E6D8BF
(230,216,191)
#ECE0CF
(236,224,207)
#F2E8DF
(242,232,223)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA04F color. Also use rgb(188,160,79) instead hex code.

Text Font Color

.myTextColor { color: #BCA04F; }

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

This text font color is #BCA04F.

Background Color

.myBgColor { background-color: #BCA04F; }

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

This div background color is #BCA04F.

Border color

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

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

This div border color is #BCA04F.

Opacity

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

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

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

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

This text has shadow with #BCA04F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA04F.

Preview

Color preview on black background

This text has color #BCA04F on black background.


Color preview on white background

This text has color #BCA04F on white background.


Black color preview on #BCA04F background

This text has black color on #BCA04F background.


White color preview on #BCA04F background

This text has white color on #BCA04F background.


Related colors

Complementary color

Complementary color for #hex is #435FB0.


I love getcolorcode.com

Triadic colors

1 #4FBCA0 and #A04FBC with #BCA04F are triadic colors.

2 #4FA0BC and #A0BC4F with #BCA04F are triadic colors.