COLOR #BEBE93

HEX: #BEBE93
RGB: (190,190,147)

Color info

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

RGB color model

#BEBE93 color RGB value is (190,190,147).

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

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 147 of 255 = 58%

190
190
147

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

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 147 = 527 (100%)
R 190 of 527 ~ 36.05%
G 190 of 527 ~ 36.05%
B 147 of 527 ~ 27.89%

%36.05
%36.05
%27.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • 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
%22.63
%25.49

Codes

Color #BEBE93 in popluar color models

BEBE93
RGB190190147
HSL60°24.86%66.08%
HSB/HSV60°22.63%74.51%
CMYK0.00%0.00%22.63%
25.49%

Color #BEBE93 in popluar number systems.

HEXBEBE93
Decimal190190147
Binary101111101011111010010011
Octal276276223

Shades and tints

Shades of #BEBE93

#BEBE93
(190,190,147)
#ADAD86
(173,173,134)
#9C9C79
(156,156,121)
#8B8B6C
(139,139,108)
#7A7A5F
(122,122,95)
#696952
(105,105,82)
#585845
(88,88,69)
#474738
(71,71,56)
#36362B
(54,54,43)
#25251E
(37,37,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEBE93

#BEBE93
(190,190,147)
#C3C39C
(195,195,156)
#C8C8A5
(200,200,165)
#CDCDAE
(205,205,174)
#D2D2B7
(210,210,183)
#D7D7C0
(215,215,192)
#DCDCC9
(220,220,201)
#E1E1D2
(225,225,210)
#E6E6DB
(230,230,219)
#EBEBE4
(235,235,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBE93; }

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

This text font color is #BEBE93.


Background Color

.myBgColor { background-color: #BEBE93; }

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

This div background color is #BEBE93.


Border color

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

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

This div border color is #BEBE93.


Opacity

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

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

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

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

This text has shadow with #BEBE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBE93 on black background.


Color preview on white background

This text has color #BEBE93 on white background.



Black color preview on #BEBE93 background

This text has black color on #BEBE93 background.


White color preview on #BEBE93 background

This text has white color on #BEBE93 background.