COLOR #BCB5A5

HEX: #BCB5A5
RGB: (188,181,165)

Color info

#BCB5A5 contains red, green and blue colors in about the same proportion. Web safe color of #BCB5A5 is #CCCC99 (or #CC9).

RGB color model

#BCB5A5 color RGB value is (188,181,165).

  • red value is 188;
  • green value is 181;
  • blue value is 165.
RGB:
(188,181,165)
(74%,71%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 165 of 255 = 65%

188
181
165

R + G + B ~ 70%. #BCB5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 165 = 534 (100%)
R 188 of 534 ~ 35.21%
G 181 of 534 ~ 33.9%
B 165 of 534 ~ 30.9%

%35.21
%33.9
%30.9

CMYK color model

#BCB5A5 color CMYK value is (0,4,12,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 12.23%
  • key color value is 26.27%
CMYK:
(0,4,12,26)
C0M4Y12K26 
(0%,4%,12%,26%)
(0.00/0.04/0.12/0.26)	

CMYK percentages

%0
%3.72
%12.23
%26.27

Codes

Color #BCB5A5 in popluar color models

BCB5A5
RGB188181165
HSL42°14.65%69.22%
HSB/HSV42°12.23%73.73%
CMYK0.00%3.72%12.23%
26.27%

Color #BCB5A5 in popluar number systems.

HEXBCB5A5
Decimal188181165
Binary101111001011010110100101
Octal274265245

Shades and tints

Shades of #BCB5A5

#BCB5A5
(188,181,165)
#ABA596
(171,165,150)
#9A9587
(154,149,135)
#898578
(137,133,120)
#787569
(120,117,105)
#67655A
(103,101,90)
#56554B
(86,85,75)
#45453C
(69,69,60)
#34352D
(52,53,45)
#23251E
(35,37,30)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #BCB5A5

#BCB5A5
(188,181,165)
#C2BBAD
(194,187,173)
#C8C1B5
(200,193,181)
#CEC7BD
(206,199,189)
#D4CDC5
(212,205,197)
#DAD3CD
(218,211,205)
#E0D9D5
(224,217,213)
#E6DFDD
(230,223,221)
#ECE5E5
(236,229,229)
#F2EBED
(242,235,237)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB5A5 color. Also use rgb(188,181,165) instead hex code.

Text Font Color

.myTextColor { color: #BCB5A5; }

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

This text font color is #BCB5A5.


Background Color

.myBgColor { background-color: #BCB5A5; }

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

This div background color is #BCB5A5.


Border color

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

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

This div border color is #BCB5A5.


Opacity

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

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

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

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

This text has shadow with #BCB5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5A5 on black background.


Color preview on white background

This text has color #BCB5A5 on white background.



Black color preview on #BCB5A5 background

This text has black color on #BCB5A5 background.


White color preview on #BCB5A5 background

This text has white color on #BCB5A5 background.