COLOR #BCA186

HEX: #BCA186
RGB: (188,161,134)

Color info

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

RGB color model

#BCA186 color RGB value is (188,161,134).

  • red value is 188;
  • green value is 161;
  • blue value is 134.
RGB:
(188,161,134)
(74%,63%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 134 of 255 = 53%

188
161
134

R + G + B ~ 63%. #BCA186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 134 = 483 (100%)
R 188 of 483 ~ 38.92%
G 161 of 483 ~ 33.33%
B 134 of 483 ~ 27.74%

%38.92
%33.33
%27.74

CMYK color model

#BCA186 color CMYK value is (0,14,29,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 28.72%
  • key color value is 26.27%
CMYK:
(0,14,29,26)
C0M14Y29K26 
(0%,14%,29%,26%)
(0.00/0.14/0.29/0.26)	

CMYK percentages

%0
%14.36
%28.72
%26.27

Codes

Color #BCA186 in popluar color models

BCA186
RGB188161134
HSL30°28.72%63.14%
HSB/HSV30°28.72%73.73%
CMYK0.00%14.36%28.72%
26.27%

Color #BCA186 in popluar number systems.

HEXBCA186
Decimal188161134
Binary101111001010000110000110
Octal274241206

Shades and tints

Shades of #BCA186

#BCA186
(188,161,134)
#AB937A
(171,147,122)
#9A856E
(154,133,110)
#897762
(137,119,98)
#786956
(120,105,86)
#675B4A
(103,91,74)
#564D3E
(86,77,62)
#453F32
(69,63,50)
#343126
(52,49,38)
#23231A
(35,35,26)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #BCA186

#BCA186
(188,161,134)
#C2A991
(194,169,145)
#C8B19C
(200,177,156)
#CEB9A7
(206,185,167)
#D4C1B2
(212,193,178)
#DAC9BD
(218,201,189)
#E0D1C8
(224,209,200)
#E6D9D3
(230,217,211)
#ECE1DE
(236,225,222)
#F2E9E9
(242,233,233)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA186 color. Also use rgb(188,161,134) instead hex code.

Text Font Color

.myTextColor { color: #BCA186; }

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

This text font color is #BCA186.


Background Color

.myBgColor { background-color: #BCA186; }

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

This div background color is #BCA186.


Border color

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

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

This div border color is #BCA186.


Opacity

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

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

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

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

This text has shadow with #BCA186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA186 on black background.


Color preview on white background

This text has color #BCA186 on white background.



Black color preview on #BCA186 background

This text has black color on #BCA186 background.


White color preview on #BCA186 background

This text has white color on #BCA186 background.