COLOR #BEB5A0

HEX: #BEB5A0
RGB: (190,181,160)

Color info

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

RGB color model

#BEB5A0 color RGB value is (190,181,160).

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

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 160 of 255 = 63%

190
181
160

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 160 = 531 (100%)
R 190 of 531 ~ 35.78%
G 181 of 531 ~ 34.09%
B 160 of 531 ~ 30.13%

%35.78
%34.09
%30.13

CMYK color model

#BEB5A0 color CMYK value is (0,5,16,25).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 15.79%
  • key color value is 25.49%
CMYK:
(0,5,16,25)
C0M5Y16K25 
(0%,5%,16%,25%)
(0.00/0.05/0.16/0.25)	

CMYK percentages

%0
%4.74
%15.79
%25.49

Codes

Color #BEB5A0 in popluar color models

BEB5A0
RGB190181160
HSL42°18.75%68.63%
HSB/HSV42°15.79%74.51%
CMYK0.00%4.74%15.79%
25.49%

Color #BEB5A0 in popluar number systems.

HEXBEB5A0
Decimal190181160
Binary101111101011010110100000
Octal276265240

Shades and tints

Shades of #BEB5A0

#BEB5A0
(190,181,160)
#ADA592
(173,165,146)
#9C9584
(156,149,132)
#8B8576
(139,133,118)
#7A7568
(122,117,104)
#69655A
(105,101,90)
#58554C
(88,85,76)
#47453E
(71,69,62)
#363530
(54,53,48)
#252522
(37,37,34)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEB5A0

#BEB5A0
(190,181,160)
#C3BBA8
(195,187,168)
#C8C1B0
(200,193,176)
#CDC7B8
(205,199,184)
#D2CDC0
(210,205,192)
#D7D3C8
(215,211,200)
#DCD9D0
(220,217,208)
#E1DFD8
(225,223,216)
#E6E5E0
(230,229,224)
#EBEBE8
(235,235,232)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5A0; }

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

This text font color is #BEB5A0.


Background Color

.myBgColor { background-color: #BEB5A0; }

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

This div background color is #BEB5A0.


Border color

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

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

This div border color is #BEB5A0.


Opacity

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

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

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

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

This text has shadow with #BEB5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5A0 on black background.


Color preview on white background

This text has color #BEB5A0 on white background.



Black color preview on #BEB5A0 background

This text has black color on #BEB5A0 background.


White color preview on #BEB5A0 background

This text has white color on #BEB5A0 background.