COLOR #BCAC84

HEX: #BCAC84 RGB: (188,172,132)

Color info

#BCAC84 contains red, green and blue colors in about the same proportion. Web safe color of #BCAC84 is #CC9999 (or #C99).

RGB color model

#BCAC84 color RGB value is (188,172,132).

RGB: (188,172,132) (74%, 67%, 52%)

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 132 of 255 = 52%

188
172
132

R + G + B ~ 64%. #BCAC84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 172 + 132 = 492 (100%)
R 188 of 492 ~ 38.21%
G 172 of 492 ~ 34.96%
B 132 of 492 ~ 26.83'%

%38.21
%34.96
%26.83

CMYK color model

#BCAC84 color CMYK value is (0,9,30,26).

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

CMYK: (0,9,30,26)
C0M9Y30K26 (0%, 9%, 30%, 26%)
(0.00 / 0.09 / 0.30 / 0.26)

CMYK percentages

%0
%8.51
%29.79
%26.27

Codes

Color #BCAC84 in popluar color models

BC AC 84
RGB 188 172 132
HSL 43° 29.47% 62.75%
HSB/HSV 43° 29.79% 73.73%
CMYK 0.00% 8.51% 29.79%
26.27%

Color #BCAC84 in popluar number systems.

HEX BC AC 84
Decimal 188 172 132
Binary 10111100 10101100 10000100
Octal 274 254 204

Shades and tints

Shades of #BCAC84

#BCAC84
(188,172,132)
#AB9D78
(171,157,120)
#9A8E6C
(154,142,108)
#897F60
(137,127,96)
#787054
(120,112,84)
#676148
(103,97,72)
#56523C
(86,82,60)
#454330
(69,67,48)
#343424
(52,52,36)
#232518
(35,37,24)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #BCAC84

#BCAC84
(188,172,132)
#C2B38F
(194,179,143)
#C8BA9A
(200,186,154)
#CEC1A5
(206,193,165)
#D4C8B0
(212,200,176)
#DACFBB
(218,207,187)
#E0D6C6
(224,214,198)
#E6DDD1
(230,221,209)
#ECE4DC
(236,228,220)
#F2EBE7
(242,235,231)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAC84; }

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

This text font color is #BCAC84.

Background Color

.myBgColor { background-color: #BCAC84; }

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

This div background color is #BCAC84.

Border color

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

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

This div border color is #BCAC84.

Opacity

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

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

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

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

This text has shadow with #BCAC84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAC84.

Preview

Color preview on black background

This text has color #BCAC84 on black background.


Color preview on white background

This text has color #BCAC84 on white background.


Black color preview on #BCAC84 background

This text has black color on #BCAC84 background.


White color preview on #BCAC84 background

This text has white color on #BCAC84 background.


Related colors

Complementary color

Complementary color for #hex is #43537B.


I love getcolorcode.com

Triadic colors

1 #84BCAC and #AC84BC with #BCAC84 are triadic colors.

2 #84ACBC and #ACBC84 with #BCAC84 are triadic colors.