COLOR #BEBE92

HEX: #BEBE92
RGB: (190,190,146)

Color info

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

RGB color model

#BEBE92 color RGB value is (190,190,146).

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

RGB channels and saturation

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

190
190
146

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

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 146 = 526 (100%)
R 190 of 526 ~ 36.12%
G 190 of 526 ~ 36.12%
B 146 of 526 ~ 27.76%

%36.12
%36.12
%27.76

CMYK color model

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

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

CMYK percentages

%0
%0
%23.16
%25.49

Codes

Color #BEBE92 in popluar color models

BEBE92
RGB190190146
HSL60°25.29%65.88%
HSB/HSV60°23.16%74.51%
CMYK0.00%0.00%23.16%
25.49%

Color #BEBE92 in popluar number systems.

HEXBEBE92
Decimal190190146
Binary101111101011111010010010
Octal276276222

Shades and tints

Shades of #BEBE92

#BEBE92
(190,190,146)
#ADAD85
(173,173,133)
#9C9C78
(156,156,120)
#8B8B6B
(139,139,107)
#7A7A5E
(122,122,94)
#696951
(105,105,81)
#585844
(88,88,68)
#474737
(71,71,55)
#36362A
(54,54,42)
#25251D
(37,37,29)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #BEBE92

#BEBE92
(190,190,146)
#C3C39B
(195,195,155)
#C8C8A4
(200,200,164)
#CDCDAD
(205,205,173)
#D2D2B6
(210,210,182)
#D7D7BF
(215,215,191)
#DCDCC8
(220,220,200)
#E1E1D1
(225,225,209)
#E6E6DA
(230,230,218)
#EBEBE3
(235,235,227)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBE92; }

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

This text font color is #BEBE92.


Background Color

.myBgColor { background-color: #BEBE92; }

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

This div background color is #BEBE92.


Border color

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

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

This div border color is #BEBE92.


Opacity

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

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

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

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

This text has shadow with #BEBE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBE92 on black background.


Color preview on white background

This text has color #BEBE92 on white background.



Black color preview on #BEBE92 background

This text has black color on #BEBE92 background.


White color preview on #BEBE92 background

This text has white color on #BEBE92 background.