COLOR #BCAC72

HEX: #BCAC72 RGB: (188,172,114)

Color info

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

RGB color model

#BCAC72 color RGB value is (188,172,114).

RGB: (188,172,114) (74%, 67%, 45%)

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 114 of 255 = 45%

188
172
114

R + G + B ~ 62%. #BCAC72 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 172 + 114 = 474 (100%)
R 188 of 474 ~ 39.66%
G 172 of 474 ~ 36.29%
B 114 of 474 ~ 24.05'%

%39.66
%36.29
%24.05

CMYK color model

#BCAC72 color CMYK value is (0,9,39,26).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 39.36%
  • key color value is 26.27%

CMYK: (0,9,39,26)
C0M9Y39K26 (0%, 9%, 39%, 26%)
(0.00 / 0.09 / 0.39 / 0.26)

CMYK percentages

%0
%8.51
%39.36
%26.27

Codes

Color #BCAC72 in popluar color models

BC AC 72
RGB 188 172 114
HSL 47° 35.58% 59.22%
HSB/HSV 47° 39.36% 73.73%
CMYK 0.00% 8.51% 39.36%
26.27%

Color #BCAC72 in popluar number systems.

HEX BC AC 72
Decimal 188 172 114
Binary 10111100 10101100 1110010
Octal 274 254 162

Shades and tints

Shades of #BCAC72

#BCAC72
(188,172,114)
#AB9D68
(171,157,104)
#9A8E5E
(154,142,94)
#897F54
(137,127,84)
#78704A
(120,112,74)
#676140
(103,97,64)
#565236
(86,82,54)
#45432C
(69,67,44)
#343422
(52,52,34)
#232518
(35,37,24)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #BCAC72

#BCAC72
(188,172,114)
#C2B37E
(194,179,126)
#C8BA8A
(200,186,138)
#CEC196
(206,193,150)
#D4C8A2
(212,200,162)
#DACFAE
(218,207,174)
#E0D6BA
(224,214,186)
#E6DDC6
(230,221,198)
#ECE4D2
(236,228,210)
#F2EBDE
(242,235,222)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAC72; }

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

This text font color is #BCAC72.

Background Color

.myBgColor { background-color: #BCAC72; }

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

This div background color is #BCAC72.

Border color

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

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

This div border color is #BCAC72.

Opacity

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

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

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

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

This text has shadow with #BCAC72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAC72.

Preview

Color preview on black background

This text has color #BCAC72 on black background.


Color preview on white background

This text has color #BCAC72 on white background.


Black color preview on #BCAC72 background

This text has black color on #BCAC72 background.


White color preview on #BCAC72 background

This text has white color on #BCAC72 background.


Related colors

Complementary color

Complementary color for #hex is #43538D.


I love getcolorcode.com

Triadic colors

1 #72BCAC and #AC72BC with #BCAC72 are triadic colors.

2 #72ACBC and #ACBC72 with #BCAC72 are triadic colors.