COLOR #BCAC9C

HEX: #BCAC9C RGB: (188,172,156)

Color info

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

RGB color model

#BCAC9C color RGB value is (188,172,156).

RGB: (188,172,156) (74%, 67%, 61%)

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 156 of 255 = 61%

188
172
156

R + G + B ~ 67%. #BCAC9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 172 + 156 = 516 (100%)
R 188 of 516 ~ 36.43%
G 172 of 516 ~ 33.33%
B 156 of 516 ~ 30.23'%

%36.43
%33.33
%30.23

CMYK color model

#BCAC9C color CMYK value is (0,9,17,26).

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

CMYK: (0,9,17,26)
C0M9Y17K26 (0%, 9%, 17%, 26%)
(0.00 / 0.09 / 0.17 / 0.26)

CMYK percentages

%0
%8.51
%17.02
%26.27

Codes

Color #BCAC9C in popluar color models

BC AC 9C
RGB 188 172 156
HSL 30° 19.28% 67.45%
HSB/HSV 30° 17.02% 73.73%
CMYK 0.00% 8.51% 17.02%
26.27%

Color #BCAC9C in popluar number systems.

HEX BC AC 9C
Decimal 188 172 156
Binary 10111100 10101100 10011100
Octal 274 254 234

Shades and tints

Shades of #BCAC9C

#BCAC9C
(188,172,156)
#AB9D8E
(171,157,142)
#9A8E80
(154,142,128)
#897F72
(137,127,114)
#787064
(120,112,100)
#676156
(103,97,86)
#565248
(86,82,72)
#45433A
(69,67,58)
#34342C
(52,52,44)
#23251E
(35,37,30)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #BCAC9C

#BCAC9C
(188,172,156)
#C2B3A5
(194,179,165)
#C8BAAE
(200,186,174)
#CEC1B7
(206,193,183)
#D4C8C0
(212,200,192)
#DACFC9
(218,207,201)
#E0D6D2
(224,214,210)
#E6DDDB
(230,221,219)
#ECE4E4
(236,228,228)
#F2EBED
(242,235,237)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAC9C; }

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

This text font color is #BCAC9C.

Background Color

.myBgColor { background-color: #BCAC9C; }

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

This div background color is #BCAC9C.

Border color

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

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

This div border color is #BCAC9C.

Opacity

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

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

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

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

This text has shadow with #BCAC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAC9C.

Preview

Color preview on black background

This text has color #BCAC9C on black background.


Color preview on white background

This text has color #BCAC9C on white background.


Black color preview on #BCAC9C background

This text has black color on #BCAC9C background.


White color preview on #BCAC9C background

This text has white color on #BCAC9C background.


Related colors

Complementary color

Complementary color for #hex is #435363.


I love getcolorcode.com

Triadic colors

1 #9CBCAC and #AC9CBC with #BCAC9C are triadic colors.

2 #9CACBC and #ACBC9C with #BCAC9C are triadic colors.