COLOR #BCBE87

HEX: #BCBE87 RGB: (188,190,135)

Color info

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

RGB color model

#BCBE87 color RGB value is (188,190,135).

RGB: (188,190,135) (74%, 75%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 135 of 255 = 53%

188
190
135

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

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 135 = 513 (100%)
R 188 of 513 ~ 36.65%
G 190 of 513 ~ 37.04%
B 135 of 513 ~ 26.32'%

%36.65
%37.04
%26.32

CMYK color model

#BCBE87 color CMYK value is (1,0,29,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%

CMYK: (1,0,29,25)
C1M0Y29K25 (1%, 0%, 29%, 25%)
(0.01 / 0.00 / 0.29 / 0.25)

CMYK percentages

%1.05
%0
%28.95
%25.49

Codes

Color #BCBE87 in popluar color models

BC BE 87
RGB 188 190 135
HSL 62° 29.73% 63.73%
HSB/HSV 62° 28.95% 74.51%
CMYK 1.05% 0.00% 28.95%
25.49%

Color #BCBE87 in popluar number systems.

HEX BC BE 87
Decimal 188 190 135
Binary 10111100 10111110 10000111
Octal 274 276 207

Shades and tints

Shades of #BCBE87

#BCBE87
(188,190,135)
#ABAD7B
(171,173,123)
#9A9C6F
(154,156,111)
#898B63
(137,139,99)
#787A57
(120,122,87)
#67694B
(103,105,75)
#56583F
(86,88,63)
#454733
(69,71,51)
#343627
(52,54,39)
#23251B
(35,37,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #BCBE87

#BCBE87
(188,190,135)
#C2C391
(194,195,145)
#C8C89B
(200,200,155)
#CECDA5
(206,205,165)
#D4D2AF
(212,210,175)
#DAD7B9
(218,215,185)
#E0DCC3
(224,220,195)
#E6E1CD
(230,225,205)
#ECE6D7
(236,230,215)
#F2EBE1
(242,235,225)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBE87 color. Also use rgb(188,190,135) instead hex code.

Text Font Color

.myTextColor { color: #BCBE87; }

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

This text font color is #BCBE87.

Background Color

.myBgColor { background-color: #BCBE87; }

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

This div background color is #BCBE87.

Border color

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

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

This div border color is #BCBE87.

Opacity

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

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

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

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

This text has shadow with #BCBE87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBE87.

Preview

Color preview on black background

This text has color #BCBE87 on black background.


Color preview on white background

This text has color #BCBE87 on white background.


Black color preview on #BCBE87 background

This text has black color on #BCBE87 background.


White color preview on #BCBE87 background

This text has white color on #BCBE87 background.


Related colors

Complementary color

Complementary color for #hex is #434178.


I love getcolorcode.com

Triadic colors

1 #87BCBE and #BE87BC with #BCBE87 are triadic colors.

2 #87BEBC and #BEBC87 with #BCBE87 are triadic colors.