COLOR #BEBAA0

HEX: #BEBAA0
RGB: (190,186,160)

Color info

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

RGB color model

#BEBAA0 color RGB value is (190,186,160).

  • red value is 190;
  • green value is 186;
  • blue value is 160.
RGB:
(190,186,160)
(75%,73%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 160 of 255 = 63%

190
186
160

R + G + B ~ 70%. #BEBAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 186 + 160 = 536 (100%)
R 190 of 536 ~ 35.45%
G 186 of 536 ~ 34.7%
B 160 of 536 ~ 29.85%

%35.45
%34.7
%29.85

CMYK color model

#BEBAA0 color CMYK value is (0,2,16,25).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 15.79%
  • key color value is 25.49%
CMYK:
(0,2,16,25)
C0M2Y16K25 
(0%,2%,16%,25%)
(0.00/0.02/0.16/0.25)	

CMYK percentages

%0
%2.11
%15.79
%25.49

Codes

Color #BEBAA0 in popluar color models

BEBAA0
RGB190186160
HSL52°18.75%68.63%
HSB/HSV52°15.79%74.51%
CMYK0.00%2.11%15.79%
25.49%

Color #BEBAA0 in popluar number systems.

HEXBEBAA0
Decimal190186160
Binary101111101011101010100000
Octal276272240

Shades and tints

Shades of #BEBAA0

#BEBAA0
(190,186,160)
#ADAA92
(173,170,146)
#9C9A84
(156,154,132)
#8B8A76
(139,138,118)
#7A7A68
(122,122,104)
#696A5A
(105,106,90)
#585A4C
(88,90,76)
#474A3E
(71,74,62)
#363A30
(54,58,48)
#252A22
(37,42,34)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #BEBAA0

#BEBAA0
(190,186,160)
#C3C0A8
(195,192,168)
#C8C6B0
(200,198,176)
#CDCCB8
(205,204,184)
#D2D2C0
(210,210,192)
#D7D8C8
(215,216,200)
#DCDED0
(220,222,208)
#E1E4D8
(225,228,216)
#E6EAE0
(230,234,224)
#EBF0E8
(235,240,232)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAA0; }

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

This text font color is #BEBAA0.


Background Color

.myBgColor { background-color: #BEBAA0; }

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

This div background color is #BEBAA0.


Border color

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

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

This div border color is #BEBAA0.


Opacity

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

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

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

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

This text has shadow with #BEBAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBAA0 on black background.


Color preview on white background

This text has color #BEBAA0 on white background.



Black color preview on #BEBAA0 background

This text has black color on #BEBAA0 background.


White color preview on #BEBAA0 background

This text has white color on #BEBAA0 background.