COLOR #BCBE92

HEX: #BCBE92
RGB: (188,190,146)

Color info

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

RGB color model

#BCBE92 color RGB value is (188,190,146).

  • red value is 188;
  • green value is 190;
  • blue value is 146.
RGB:
(188,190,146)
(74%,75%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 146 of 255 = 57%

188
190
146

R + G + B ~ 69%. #BCBE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 190 + 146 = 524 (100%)
R 188 of 524 ~ 35.88%
G 190 of 524 ~ 36.26%
B 146 of 524 ~ 27.86%

%35.88
%36.26
%27.86

CMYK color model

#BCBE92 color CMYK value is (1,0,23,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 25.49%
CMYK:
(1,0,23,25)
C1M0Y23K25 
(1%,0%,23%,25%)
(0.01/0.00/0.23/0.25)	

CMYK percentages

%1.05
%0
%23.16
%25.49

Codes

Color #BCBE92 in popluar color models

BCBE92
RGB188190146
HSL63°25.29%65.88%
HSB/HSV63°23.16%74.51%
CMYK1.05%0.00%23.16%
25.49%

Color #BCBE92 in popluar number systems.

HEXBCBE92
Decimal188190146
Binary101111001011111010010010
Octal274276222

Shades and tints

Shades of #BCBE92

#BCBE92
(188,190,146)
#ABAD85
(171,173,133)
#9A9C78
(154,156,120)
#898B6B
(137,139,107)
#787A5E
(120,122,94)
#676951
(103,105,81)
#565844
(86,88,68)
#454737
(69,71,55)
#34362A
(52,54,42)
#23251D
(35,37,29)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #BCBE92

#BCBE92
(188,190,146)
#C2C39B
(194,195,155)
#C8C8A4
(200,200,164)
#CECDAD
(206,205,173)
#D4D2B6
(212,210,182)
#DAD7BF
(218,215,191)
#E0DCC8
(224,220,200)
#E6E1D1
(230,225,209)
#ECE6DA
(236,230,218)
#F2EBE3
(242,235,227)
#F8F0EC
(248,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBE92; }

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

This text font color is #BCBE92.


Background Color

.myBgColor { background-color: #BCBE92; }

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

This div background color is #BCBE92.


Border color

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

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

This div border color is #BCBE92.


Opacity

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

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

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

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

This text has shadow with #BCBE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBE92 on black background.


Color preview on white background

This text has color #BCBE92 on white background.



Black color preview on #BCBE92 background

This text has black color on #BCBE92 background.


White color preview on #BCBE92 background

This text has white color on #BCBE92 background.