COLOR #BEBC87

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
188
135

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

Portions of RGB colors in percentages

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

%37.04
%36.65
%26.32

CMYK color model

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

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

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

CMYK percentages

%0
%1.05
%28.95
%25.49

Codes

Color #BEBC87 in popluar color models

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

Color #BEBC87 in popluar number systems.

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

Shades and tints

Shades of #BEBC87

#BEBC87
(190,188,135)
#ADAB7B
(173,171,123)
#9C9A6F
(156,154,111)
#8B8963
(139,137,99)
#7A7857
(122,120,87)
#69674B
(105,103,75)
#58563F
(88,86,63)
#474533
(71,69,51)
#363427
(54,52,39)
#25231B
(37,35,27)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BEBC87

#BEBC87
(190,188,135)
#C3C291
(195,194,145)
#C8C89B
(200,200,155)
#CDCEA5
(205,206,165)
#D2D4AF
(210,212,175)
#D7DAB9
(215,218,185)
#DCE0C3
(220,224,195)
#E1E6CD
(225,230,205)
#E6ECD7
(230,236,215)
#EBF2E1
(235,242,225)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBC87; }

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

This text font color is #BEBC87.

Background Color

.myBgColor { background-color: #BEBC87; }

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

This div background color is #BEBC87.

Border color

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

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

This div border color is #BEBC87.

Opacity

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

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

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

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

This text has shadow with #BEBC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBC87.

Preview

Color preview on black background

This text has color #BEBC87 on black background.


Color preview on white background

This text has color #BEBC87 on white background.


Black color preview on #BEBC87 background

This text has black color on #BEBC87 background.


White color preview on #BEBC87 background

This text has white color on #BEBC87 background.


Related colors

Complementary color

Complementary color for #hex is #414378.


I love getcolorcode.com

Triadic colors

1 #87BEBC and #BC87BE with #BEBC87 are triadic colors.

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