COLOR #BEB4A5

HEX: #BEB4A5
RGB: (190,180,165)

Color info

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

RGB color model

#BEB4A5 color RGB value is (190,180,165).

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

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 165 of 255 = 65%

190
180
165

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

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 165 = 535 (100%)
R 190 of 535 ~ 35.51%
G 180 of 535 ~ 33.64%
B 165 of 535 ~ 30.84%

%35.51
%33.64
%30.84

CMYK color model

#BEB4A5 color CMYK value is (0,5,13,25).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 13.16%
  • key color value is 25.49%
CMYK:
(0,5,13,25)
C0M5Y13K25 
(0%,5%,13%,25%)
(0.00/0.05/0.13/0.25)	

CMYK percentages

%0
%5.26
%13.16
%25.49

Codes

Color #BEB4A5 in popluar color models

BEB4A5
RGB190180165
HSL36°16.13%69.61%
HSB/HSV36°13.16%74.51%
CMYK0.00%5.26%13.16%
25.49%

Color #BEB4A5 in popluar number systems.

HEXBEB4A5
Decimal190180165
Binary101111101011010010100101
Octal276264245

Shades and tints

Shades of #BEB4A5

#BEB4A5
(190,180,165)
#ADA496
(173,164,150)
#9C9487
(156,148,135)
#8B8478
(139,132,120)
#7A7469
(122,116,105)
#69645A
(105,100,90)
#58544B
(88,84,75)
#47443C
(71,68,60)
#36342D
(54,52,45)
#25241E
(37,36,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BEB4A5

#BEB4A5
(190,180,165)
#C3BAAD
(195,186,173)
#C8C0B5
(200,192,181)
#CDC6BD
(205,198,189)
#D2CCC5
(210,204,197)
#D7D2CD
(215,210,205)
#DCD8D5
(220,216,213)
#E1DEDD
(225,222,221)
#E6E4E5
(230,228,229)
#EBEAED
(235,234,237)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4A5; }

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

This text font color is #BEB4A5.


Background Color

.myBgColor { background-color: #BEB4A5; }

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

This div background color is #BEB4A5.


Border color

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

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

This div border color is #BEB4A5.


Opacity

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

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

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

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

This text has shadow with #BEB4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4A5 on black background.


Color preview on white background

This text has color #BEB4A5 on white background.



Black color preview on #BEB4A5 background

This text has black color on #BEB4A5 background.


White color preview on #BEB4A5 background

This text has white color on #BEB4A5 background.