COLOR #BEB4A0

HEX: #BEB4A0
RGB: (190,180,160)

Color info

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

RGB color model

#BEB4A0 color RGB value is (190,180,160).

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

RGB channels and saturation

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

190
180
160

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

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 160 = 530 (100%)
R 190 of 530 ~ 35.85%
G 180 of 530 ~ 33.96%
B 160 of 530 ~ 30.19%

%35.85
%33.96
%30.19

CMYK color model

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

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

Codes

Color #BEB4A0 in popluar color models

BEB4A0
RGB190180160
HSL40°18.75%68.63%
HSB/HSV40°15.79%74.51%
CMYK0.00%5.26%15.79%
25.49%

Color #BEB4A0 in popluar number systems.

HEXBEB4A0
Decimal190180160
Binary101111101011010010100000
Octal276264240

Shades and tints

Shades of #BEB4A0

#BEB4A0
(190,180,160)
#ADA492
(173,164,146)
#9C9484
(156,148,132)
#8B8476
(139,132,118)
#7A7468
(122,116,104)
#69645A
(105,100,90)
#58544C
(88,84,76)
#47443E
(71,68,62)
#363430
(54,52,48)
#252422
(37,36,34)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEB4A0

#BEB4A0
(190,180,160)
#C3BAA8
(195,186,168)
#C8C0B0
(200,192,176)
#CDC6B8
(205,198,184)
#D2CCC0
(210,204,192)
#D7D2C8
(215,210,200)
#DCD8D0
(220,216,208)
#E1DED8
(225,222,216)
#E6E4E0
(230,228,224)
#EBEAE8
(235,234,232)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4A0; }

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

This text font color is #BEB4A0.


Background Color

.myBgColor { background-color: #BEB4A0; }

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

This div background color is #BEB4A0.


Border color

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

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

This div border color is #BEB4A0.


Opacity

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

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

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

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

This text has shadow with #BEB4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4A0 on black background.


Color preview on white background

This text has color #BEB4A0 on white background.



Black color preview on #BEB4A0 background

This text has black color on #BEB4A0 background.


White color preview on #BEB4A0 background

This text has white color on #BEB4A0 background.