COLOR #BCB6A5

HEX: #BCB6A5
RGB: (188,182,165)

Color info

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

RGB color model

#BCB6A5 color RGB value is (188,182,165).

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

RGB channels and saturation

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

188
182
165

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

Portions of RGB colors in percentages

R + G + B =
188 + 182 + 165 = 535 (100%)
R 188 of 535 ~ 35.14%
G 182 of 535 ~ 34.02%
B 165 of 535 ~ 30.84%

%35.14
%34.02
%30.84

CMYK color model

#BCB6A5 color CMYK value is (0,3,12,26).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 12.23%
  • key color value is 26.27%
CMYK:
(0,3,12,26)
C0M3Y12K26 
(0%,3%,12%,26%)
(0.00/0.03/0.12/0.26)	

CMYK percentages

%0
%3.19
%12.23
%26.27

Codes

Color #BCB6A5 in popluar color models

BCB6A5
RGB188182165
HSL44°14.65%69.22%
HSB/HSV44°12.23%73.73%
CMYK0.00%3.19%12.23%
26.27%

Color #BCB6A5 in popluar number systems.

HEXBCB6A5
Decimal188182165
Binary101111001011011010100101
Octal274266245

Shades and tints

Shades of #BCB6A5

#BCB6A5
(188,182,165)
#ABA696
(171,166,150)
#9A9687
(154,150,135)
#898678
(137,134,120)
#787669
(120,118,105)
#67665A
(103,102,90)
#56564B
(86,86,75)
#45463C
(69,70,60)
#34362D
(52,54,45)
#23261E
(35,38,30)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #BCB6A5

#BCB6A5
(188,182,165)
#C2BCAD
(194,188,173)
#C8C2B5
(200,194,181)
#CEC8BD
(206,200,189)
#D4CEC5
(212,206,197)
#DAD4CD
(218,212,205)
#E0DAD5
(224,218,213)
#E6E0DD
(230,224,221)
#ECE6E5
(236,230,229)
#F2ECED
(242,236,237)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB6A5; }

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

This text font color is #BCB6A5.


Background Color

.myBgColor { background-color: #BCB6A5; }

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

This div background color is #BCB6A5.


Border color

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

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

This div border color is #BCB6A5.


Opacity

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

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

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

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

This text has shadow with #BCB6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB6A5 on black background.


Color preview on white background

This text has color #BCB6A5 on white background.



Black color preview on #BCB6A5 background

This text has black color on #BCB6A5 background.


White color preview on #BCB6A5 background

This text has white color on #BCB6A5 background.