COLOR #BEBE8B

HEX: #BEBE8B
RGB: (190,190,139)

Color info

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

RGB color model

#BEBE8B color RGB value is (190,190,139).

  • red value is 190;
  • green value is 190;
  • blue value is 139.
RGB:
(190,190,139)
(75%,75%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 139 of 255 = 55%

190
190
139

R + G + B ~ 68%. #BEBE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 139 = 519 (100%)
R 190 of 519 ~ 36.61%
G 190 of 519 ~ 36.61%
B 139 of 519 ~ 26.78%

%36.61
%36.61
%26.78

CMYK color model

#BEBE8B color CMYK value is (0,0,27,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.84%
  • key color value is 25.49%
CMYK:
(0,0,27,25)
C0M0Y27K25 
(0%,0%,27%,25%)
(0.00/0.00/0.27/0.25)	

CMYK percentages

%0
%0
%26.84
%25.49

Codes

Color #BEBE8B in popluar color models

BEBE8B
RGB190190139
HSL60°28.18%64.51%
HSB/HSV60°26.84%74.51%
CMYK0.00%0.00%26.84%
25.49%

Color #BEBE8B in popluar number systems.

HEXBEBE8B
Decimal190190139
Binary101111101011111010001011
Octal276276213

Shades and tints

Shades of #BEBE8B

#BEBE8B
(190,190,139)
#ADAD7F
(173,173,127)
#9C9C73
(156,156,115)
#8B8B67
(139,139,103)
#7A7A5B
(122,122,91)
#69694F
(105,105,79)
#585843
(88,88,67)
#474737
(71,71,55)
#36362B
(54,54,43)
#25251F
(37,37,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BEBE8B

#BEBE8B
(190,190,139)
#C3C395
(195,195,149)
#C8C89F
(200,200,159)
#CDCDA9
(205,205,169)
#D2D2B3
(210,210,179)
#D7D7BD
(215,215,189)
#DCDCC7
(220,220,199)
#E1E1D1
(225,225,209)
#E6E6DB
(230,230,219)
#EBEBE5
(235,235,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBE8B; }

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

This text font color is #BEBE8B.


Background Color

.myBgColor { background-color: #BEBE8B; }

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

This div background color is #BEBE8B.


Border color

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

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

This div border color is #BEBE8B.


Opacity

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

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

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

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

This text has shadow with #BEBE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBE8B on black background.


Color preview on white background

This text has color #BEBE8B on white background.



Black color preview on #BEBE8B background

This text has black color on #BEBE8B background.


White color preview on #BEBE8B background

This text has white color on #BEBE8B background.