COLOR #BCAC85

HEX: #BCAC85 RGB: (188,172,133)

Color info

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

RGB color model

#BCAC85 color RGB value is (188,172,133).

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

RGB channels and saturation

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

188
172
133

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

Portions of RGB colors in percentages

R + G + B = 188 + 172 + 133 = 493 (100%)
R 188 of 493 ~ 38.13%
G 172 of 493 ~ 34.89%
B 133 of 493 ~ 26.98'%

%38.13
%34.89
%26.98

CMYK color model

#BCAC85 color CMYK value is (0,9,29,26).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 29.26%
  • key color value is 26.27%
CMYK: (0,9,29,26) C0M9Y29K26 (0%,9%,29%,26%) (0.00/0.09/0.29/0.26) 

CMYK percentages

%0
%8.51
%29.26
%26.27

Codes

Color #BCAC85 in popluar color models

BC AC 85
RGB 188 172 133
HSL 43° 29.10% 62.94%
HSB/HSV 43° 29.26% 73.73%
CMYK 0.00% 8.51% 29.26%
26.27%

Color #BCAC85 in popluar number systems.

HEX BC AC 85
Decimal 188 172 133
Binary 10111100 10101100 10000101
Octal 274 254 205

Shades and tints

Shades of #BCAC85

#BCAC85
(188,172,133)
#AB9D79
(171,157,121)
#9A8E6D
(154,142,109)
#897F61
(137,127,97)
#787055
(120,112,85)
#676149
(103,97,73)
#56523D
(86,82,61)
#454331
(69,67,49)
#343425
(52,52,37)
#232519
(35,37,25)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #BCAC85

#BCAC85
(188,172,133)
#C2B390
(194,179,144)
#C8BA9B
(200,186,155)
#CEC1A6
(206,193,166)
#D4C8B1
(212,200,177)
#DACFBC
(218,207,188)
#E0D6C7
(224,214,199)
#E6DDD2
(230,221,210)
#ECE4DD
(236,228,221)
#F2EBE8
(242,235,232)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAC85; }

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

This text font color is #BCAC85.

Background Color

.myBgColor { background-color: #BCAC85; }

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

This div background color is #BCAC85.

Border color

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

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

This div border color is #BCAC85.

Opacity

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

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

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

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

This text has shadow with #BCAC85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAC85.

Preview

Color preview on black background

This text has color #BCAC85 on black background.


Color preview on white background

This text has color #BCAC85 on white background.


Black color preview on #BCAC85 background

This text has black color on #BCAC85 background.


White color preview on #BCAC85 background

This text has white color on #BCAC85 background.


Related colors

Complementary color

Complementary color for #hex is #43537A.


I love getcolorcode.com

Triadic colors

1 #85BCAC and #AC85BC with #BCAC85 are triadic colors.

2 #85ACBC and #ACBC85 with #BCAC85 are triadic colors.