COLOR #BEB3A5

HEX: #BEB3A5
RGB: (190,179,165)

Color info

#BEB3A5 contains red, green and blue colors in about the same proportion. Web safe color of #BEB3A5 is #CC9999 (or #C99).

RGB color model

#BEB3A5 color RGB value is (190,179,165).

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

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 165 of 255 = 65%

190
179
165

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

Portions of RGB colors in percentages

R + G + B =
190 + 179 + 165 = 534 (100%)
R 190 of 534 ~ 35.58%
G 179 of 534 ~ 33.52%
B 165 of 534 ~ 30.9%

%35.58
%33.52
%30.9

CMYK color model

#BEB3A5 color CMYK value is (0,6,13,25).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 13.16%
  • key color value is 25.49%
CMYK:
(0,6,13,25)
C0M6Y13K25 
(0%,6%,13%,25%)
(0.00/0.06/0.13/0.25)	

CMYK percentages

%0
%5.79
%13.16
%25.49

Codes

Color #BEB3A5 in popluar color models

BEB3A5
RGB190179165
HSL34°16.13%69.61%
HSB/HSV34°13.16%74.51%
CMYK0.00%5.79%13.16%
25.49%

Color #BEB3A5 in popluar number systems.

HEXBEB3A5
Decimal190179165
Binary101111101011001110100101
Octal276263245

Shades and tints

Shades of #BEB3A5

#BEB3A5
(190,179,165)
#ADA396
(173,163,150)
#9C9387
(156,147,135)
#8B8378
(139,131,120)
#7A7369
(122,115,105)
#69635A
(105,99,90)
#58534B
(88,83,75)
#47433C
(71,67,60)
#36332D
(54,51,45)
#25231E
(37,35,30)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #BEB3A5

#BEB3A5
(190,179,165)
#C3B9AD
(195,185,173)
#C8BFB5
(200,191,181)
#CDC5BD
(205,197,189)
#D2CBC5
(210,203,197)
#D7D1CD
(215,209,205)
#DCD7D5
(220,215,213)
#E1DDDD
(225,221,221)
#E6E3E5
(230,227,229)
#EBE9ED
(235,233,237)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB3A5; }

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

This text font color is #BEB3A5.


Background Color

.myBgColor { background-color: #BEB3A5; }

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

This div background color is #BEB3A5.


Border color

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

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

This div border color is #BEB3A5.


Opacity

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

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

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

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

This text has shadow with #BEB3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB3A5 on black background.


Color preview on white background

This text has color #BEB3A5 on white background.



Black color preview on #BEB3A5 background

This text has black color on #BEB3A5 background.


White color preview on #BEB3A5 background

This text has white color on #BEB3A5 background.