COLOR #BCA031

HEX: #BCA031 RGB: (188,160,49)

Color info

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

RGB color model

#BCA031 color RGB value is (188,160,49).

RGB: (188,160,49) (74%, 63%, 19%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 49 of 255 = 19%

188
160
49

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

Portions of RGB colors in percentages

R + G + B = 188 + 160 + 49 = 397 (100%)
R 188 of 397 ~ 47.36%
G 160 of 397 ~ 40.3%
B 49 of 397 ~ 12.34'%

%47.36
%40.3
%12.34

CMYK color model

#BCA031 color CMYK value is (0,15,74,26).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 73.94%
  • key color value is 26.27%

CMYK: (0,15,74,26)
C0M15Y74K26 (0%, 15%, 74%, 26%)
(0.00 / 0.15 / 0.74 / 0.26)

CMYK percentages

%0
%14.89
%73.94
%26.27

Codes

Color #BCA031 in popluar color models

BC A0 31
RGB 188 160 49
HSL 48° 58.65% 46.47%
HSB/HSV 48° 73.94% 73.73%
CMYK 0.00% 14.89% 73.94%
26.27%

Color #BCA031 in popluar number systems.

HEX BC A0 31
Decimal 188 160 49
Binary 10111100 10100000 110001
Octal 274 240 61

Shades and tints

Shades of #BCA031

#BCA031
(188,160,49)
#AB922D
(171,146,45)
#9A8429
(154,132,41)
#897625
(137,118,37)
#786821
(120,104,33)
#675A1D
(103,90,29)
#564C19
(86,76,25)
#453E15
(69,62,21)
#343011
(52,48,17)
#23220D
(35,34,13)
#121409
(18,20,9)
#000000
(0,0,0)

Tints of #BCA031

#BCA031
(188,160,49)
#C2A843
(194,168,67)
#C8B055
(200,176,85)
#CEB867
(206,184,103)
#D4C079
(212,192,121)
#DAC88B
(218,200,139)
#E0D09D
(224,208,157)
#E6D8AF
(230,216,175)
#ECE0C1
(236,224,193)
#F2E8D3
(242,232,211)
#F8F0E5
(248,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA031; }

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

This text font color is #BCA031.

Background Color

.myBgColor { background-color: #BCA031; }

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

This div background color is #BCA031.

Border color

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

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

This div border color is #BCA031.

Opacity

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

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

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

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

This text has shadow with #BCA031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA031.

Preview

Color preview on black background

This text has color #BCA031 on black background.


Color preview on white background

This text has color #BCA031 on white background.


Black color preview on #BCA031 background

This text has black color on #BCA031 background.


White color preview on #BCA031 background

This text has white color on #BCA031 background.


Related colors

Complementary color

Complementary color for #hex is #435FCE.


I love getcolorcode.com

Triadic colors

1 #31BCA0 and #A031BC with #BCA031 are triadic colors.

2 #31A0BC and #A0BC31 with #BCA031 are triadic colors.