COLOR #BCAC41

HEX: #BCAC41 RGB: (188,172,65)

Color info

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

RGB color model

#BCAC41 color RGB value is (188,172,65).

RGB: (188,172,65) (74%, 67%, 25%)

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 65 of 255 = 25%

188
172
65

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

Portions of RGB colors in percentages

R + G + B = 188 + 172 + 65 = 425 (100%)
R 188 of 425 ~ 44.24%
G 172 of 425 ~ 40.47%
B 65 of 425 ~ 15.29'%

%44.24
%40.47
%15.29

CMYK color model

#BCAC41 color CMYK value is (0,9,65,26).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 65.43%
  • key color value is 26.27%
CMYK: (0,9,65,26) C0M9Y65K26 (0%,9%,65%,26%) (0.00/0.09/0.65/0.26) 

CMYK percentages

%0
%8.51
%65.43
%26.27

Codes

Color #BCAC41 in popluar color models

BC AC 41
RGB 188 172 65
HSL 52° 48.62% 49.61%
HSB/HSV 52° 65.43% 73.73%
CMYK 0.00% 8.51% 65.43%
26.27%

Color #BCAC41 in popluar number systems.

HEX BC AC 41
Decimal 188 172 65
Binary 10111100 10101100 1000001
Octal 274 254 101

Shades and tints

Shades of #BCAC41

#BCAC41
(188,172,65)
#AB9D3C
(171,157,60)
#9A8E37
(154,142,55)
#897F32
(137,127,50)
#78702D
(120,112,45)
#676128
(103,97,40)
#565223
(86,82,35)
#45431E
(69,67,30)
#343419
(52,52,25)
#232514
(35,37,20)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #BCAC41

#BCAC41
(188,172,65)
#C2B352
(194,179,82)
#C8BA63
(200,186,99)
#CEC174
(206,193,116)
#D4C885
(212,200,133)
#DACF96
(218,207,150)
#E0D6A7
(224,214,167)
#E6DDB8
(230,221,184)
#ECE4C9
(236,228,201)
#F2EBDA
(242,235,218)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAC41 color. Also use rgb(188,172,65) instead hex code.

Text Font Color

.myTextColor { color: #BCAC41; }

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

This text font color is #BCAC41.

Background Color

.myBgColor { background-color: #BCAC41; }

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

This div background color is #BCAC41.

Border color

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

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

This div border color is #BCAC41.

Opacity

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

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

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

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

This text has shadow with #BCAC41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAC41.

Preview

Color preview on black background

This text has color #BCAC41 on black background.


Color preview on white background

This text has color #BCAC41 on white background.


Black color preview on #BCAC41 background

This text has black color on #BCAC41 background.


White color preview on #BCAC41 background

This text has white color on #BCAC41 background.


Related colors

Complementary color

Complementary color for #hex is #4353BE.


I love getcolorcode.com

Triadic colors

1 #41BCAC and #AC41BC with #BCAC41 are triadic colors.

2 #41ACBC and #ACBC41 with #BCAC41 are triadic colors.