COLOR #BCB3A0

HEX: #BCB3A0
RGB: (188,179,160)

Color info

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

RGB color model

#BCB3A0 color RGB value is (188,179,160).

  • red value is 188;
  • green value is 179;
  • blue value is 160.
RGB:
(188,179,160)
(74%,70%,63%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 160 of 255 = 63%

188
179
160

R + G + B ~ 69%. #BCB3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 160 = 527 (100%)
R 188 of 527 ~ 35.67%
G 179 of 527 ~ 33.97%
B 160 of 527 ~ 30.36%

%35.67
%33.97
%30.36

CMYK color model

#BCB3A0 color CMYK value is (0,5,15,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 14.89%
  • key color value is 26.27%
CMYK:
(0,5,15,26)
C0M5Y15K26 
(0%,5%,15%,26%)
(0.00/0.05/0.15/0.26)	

CMYK percentages

%0
%4.79
%14.89
%26.27

Codes

Color #BCB3A0 in popluar color models

BCB3A0
RGB188179160
HSL41°17.28%68.24%
HSB/HSV41°14.89%73.73%
CMYK0.00%4.79%14.89%
26.27%

Color #BCB3A0 in popluar number systems.

HEXBCB3A0
Decimal188179160
Binary101111001011001110100000
Octal274263240

Shades and tints

Shades of #BCB3A0

#BCB3A0
(188,179,160)
#ABA392
(171,163,146)
#9A9384
(154,147,132)
#898376
(137,131,118)
#787368
(120,115,104)
#67635A
(103,99,90)
#56534C
(86,83,76)
#45433E
(69,67,62)
#343330
(52,51,48)
#232322
(35,35,34)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCB3A0

#BCB3A0
(188,179,160)
#C2B9A8
(194,185,168)
#C8BFB0
(200,191,176)
#CEC5B8
(206,197,184)
#D4CBC0
(212,203,192)
#DAD1C8
(218,209,200)
#E0D7D0
(224,215,208)
#E6DDD8
(230,221,216)
#ECE3E0
(236,227,224)
#F2E9E8
(242,233,232)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB3A0 color. Also use rgb(188,179,160) instead hex code.

Text Font Color

.myTextColor { color: #BCB3A0; }

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

This text font color is #BCB3A0.


Background Color

.myBgColor { background-color: #BCB3A0; }

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

This div background color is #BCB3A0.


Border color

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

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

This div border color is #BCB3A0.


Opacity

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

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

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

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

This text has shadow with #BCB3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB3A0 on black background.


Color preview on white background

This text has color #BCB3A0 on white background.



Black color preview on #BCB3A0 background

This text has black color on #BCB3A0 background.


White color preview on #BCB3A0 background

This text has white color on #BCB3A0 background.