COLOR #BCAC95

HEX: #BCAC95 RGB: (188,172,149)

Color info

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

RGB color model

#BCAC95 color RGB value is (188,172,149).

RGB: (188,172,149) (74%, 67%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 172 of 255 = 67%
B 149 of 255 = 58%

188
172
149

R + G + B ~ 66%. #BCAC95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 172 + 149 = 509 (100%)
R 188 of 509 ~ 36.94%
G 172 of 509 ~ 33.79%
B 149 of 509 ~ 29.27'%

%36.94
%33.79
%29.27

CMYK color model

#BCAC95 color CMYK value is (0,9,21,26).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 20.74%
  • key color value is 26.27%
CMYK: (0,9,21,26) C0M9Y21K26 (0%,9%,21%,26%) (0.00/0.09/0.21/0.26) 

CMYK percentages

%0
%8.51
%20.74
%26.27

Codes

Color #BCAC95 in popluar color models

BC AC 95
RGB 188 172 149
HSL 35° 22.54% 66.08%
HSB/HSV 35° 20.74% 73.73%
CMYK 0.00% 8.51% 20.74%
26.27%

Color #BCAC95 in popluar number systems.

HEX BC AC 95
Decimal 188 172 149
Binary 10111100 10101100 10010101
Octal 274 254 225

Shades and tints

Shades of #BCAC95

#BCAC95
(188,172,149)
#AB9D88
(171,157,136)
#9A8E7B
(154,142,123)
#897F6E
(137,127,110)
#787061
(120,112,97)
#676154
(103,97,84)
#565247
(86,82,71)
#45433A
(69,67,58)
#34342D
(52,52,45)
#232520
(35,37,32)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #BCAC95

#BCAC95
(188,172,149)
#C2B39E
(194,179,158)
#C8BAA7
(200,186,167)
#CEC1B0
(206,193,176)
#D4C8B9
(212,200,185)
#DACFC2
(218,207,194)
#E0D6CB
(224,214,203)
#E6DDD4
(230,221,212)
#ECE4DD
(236,228,221)
#F2EBE6
(242,235,230)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAC95; }

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

This text font color is #BCAC95.

Background Color

.myBgColor { background-color: #BCAC95; }

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

This div background color is #BCAC95.

Border color

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

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

This div border color is #BCAC95.

Opacity

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

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

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

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

This text has shadow with #BCAC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAC95.

Preview

Color preview on black background

This text has color #BCAC95 on black background.


Color preview on white background

This text has color #BCAC95 on white background.


Black color preview on #BCAC95 background

This text has black color on #BCAC95 background.


White color preview on #BCAC95 background

This text has white color on #BCAC95 background.


Related colors

Complementary color

Complementary color for #hex is #43536A.


I love getcolorcode.com

Triadic colors

1 #95BCAC and #AC95BC with #BCAC95 are triadic colors.

2 #95ACBC and #ACBC95 with #BCAC95 are triadic colors.