COLOR #BCBD88

HEX: #BCBD88
RGB: (188,189,136)

Color info

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

RGB color model

#BCBD88 color RGB value is (188,189,136).

  • red value is 188;
  • green value is 189;
  • blue value is 136.
RGB:
(188,189,136)
(74%,74%,53%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 136 of 255 = 53%

188
189
136

R + G + B ~ 67%. #BCBD88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 189 + 136 = 513 (100%)
R 188 of 513 ~ 36.65%
G 189 of 513 ~ 36.84%
B 136 of 513 ~ 26.51%

%36.65
%36.84
%26.51

CMYK color model

#BCBD88 color CMYK value is (1,0,28,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 28.04%
  • key color value is 25.88%
CMYK:
(1,0,28,26)
C1M0Y28K26 
(1%,0%,28%,26%)
(0.01/0.00/0.28/0.26)	

CMYK percentages

%0.53
%0
%28.04
%25.88

Codes

Color #BCBD88 in popluar color models

BCBD88
RGB188189136
HSL61°28.65%63.73%
HSB/HSV61°28.04%74.12%
CMYK0.53%0.00%28.04%
25.88%

Color #BCBD88 in popluar number systems.

HEXBCBD88
Decimal188189136
Binary101111001011110110001000
Octal274275210

Shades and tints

Shades of #BCBD88

#BCBD88
(188,189,136)
#ABAC7C
(171,172,124)
#9A9B70
(154,155,112)
#898A64
(137,138,100)
#787958
(120,121,88)
#67684C
(103,104,76)
#565740
(86,87,64)
#454634
(69,70,52)
#343528
(52,53,40)
#23241C
(35,36,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BCBD88

#BCBD88
(188,189,136)
#C2C392
(194,195,146)
#C8C99C
(200,201,156)
#CECFA6
(206,207,166)
#D4D5B0
(212,213,176)
#DADBBA
(218,219,186)
#E0E1C4
(224,225,196)
#E6E7CE
(230,231,206)
#ECEDD8
(236,237,216)
#F2F3E2
(242,243,226)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBD88 color. Also use rgb(188,189,136) instead hex code.

Text Font Color

.myTextColor { color: #BCBD88; }

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

This text font color is #BCBD88.


Background Color

.myBgColor { background-color: #BCBD88; }

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

This div background color is #BCBD88.


Border color

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

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

This div border color is #BCBD88.


Opacity

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

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

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

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

This text has shadow with #BCBD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBD88 on black background.


Color preview on white background

This text has color #BCBD88 on white background.



Black color preview on #BCBD88 background

This text has black color on #BCBD88 background.


White color preview on #BCBD88 background

This text has white color on #BCBD88 background.