COLOR #BCBD84

HEX: #BCBD84
RGB: (188,189,132)

Color info

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

RGB color model

#BCBD84 color RGB value is (188,189,132).

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

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 132 of 255 = 52%

188
189
132

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

Portions of RGB colors in percentages

R + G + B =
188 + 189 + 132 = 509 (100%)
R 188 of 509 ~ 36.94%
G 189 of 509 ~ 37.13%
B 132 of 509 ~ 25.93%

%36.94
%37.13
%25.93

CMYK color model

#BCBD84 color CMYK value is (1,0,30,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(1,0,30,26)
C1M0Y30K26 
(1%,0%,30%,26%)
(0.01/0.00/0.30/0.26)	

CMYK percentages

%0.53
%0
%30.16
%25.88

Codes

Color #BCBD84 in popluar color models

BCBD84
RGB188189132
HSL61°30.16%62.94%
HSB/HSV61°30.16%74.12%
CMYK0.53%0.00%30.16%
25.88%

Color #BCBD84 in popluar number systems.

HEXBCBD84
Decimal188189132
Binary101111001011110110000100
Octal274275204

Shades and tints

Shades of #BCBD84

#BCBD84
(188,189,132)
#ABAC78
(171,172,120)
#9A9B6C
(154,155,108)
#898A60
(137,138,96)
#787954
(120,121,84)
#676848
(103,104,72)
#56573C
(86,87,60)
#454630
(69,70,48)
#343524
(52,53,36)
#232418
(35,36,24)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #BCBD84

#BCBD84
(188,189,132)
#C2C38F
(194,195,143)
#C8C99A
(200,201,154)
#CECFA5
(206,207,165)
#D4D5B0
(212,213,176)
#DADBBB
(218,219,187)
#E0E1C6
(224,225,198)
#E6E7D1
(230,231,209)
#ECEDDC
(236,237,220)
#F2F3E7
(242,243,231)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBD84; }

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

This text font color is #BCBD84.


Background Color

.myBgColor { background-color: #BCBD84; }

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

This div background color is #BCBD84.


Border color

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

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

This div border color is #BCBD84.


Opacity

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

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

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

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

This text has shadow with #BCBD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBD84 on black background.


Color preview on white background

This text has color #BCBD84 on white background.



Black color preview on #BCBD84 background

This text has black color on #BCBD84 background.


White color preview on #BCBD84 background

This text has white color on #BCBD84 background.