COLOR #BEA499

HEX: #BEA499
RGB: (190,164,153)

Color info

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

RGB color model

#BEA499 color RGB value is (190,164,153).

  • red value is 190;
  • green value is 164;
  • blue value is 153.
RGB:
(190,164,153)
(75%,64%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 153 of 255 = 60%

190
164
153

R + G + B ~ 66%. #BEA499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 164 + 153 = 507 (100%)
R 190 of 507 ~ 37.48%
G 164 of 507 ~ 32.35%
B 153 of 507 ~ 30.18%

%37.48
%32.35
%30.18

CMYK color model

#BEA499 color CMYK value is (0,14,19,25).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(0,14,19,25)
C0M14Y19K25 
(0%,14%,19%,25%)
(0.00/0.14/0.19/0.25)	

CMYK percentages

%0
%13.68
%19.47
%25.49

Codes

Color #BEA499 in popluar color models

BEA499
RGB190164153
HSL18°22.16%67.25%
HSB/HSV18°19.47%74.51%
CMYK0.00%13.68%19.47%
25.49%

Color #BEA499 in popluar number systems.

HEXBEA499
Decimal190164153
Binary101111101010010010011001
Octal276244231

Shades and tints

Shades of #BEA499

#BEA499
(190,164,153)
#AD968C
(173,150,140)
#9C887F
(156,136,127)
#8B7A72
(139,122,114)
#7A6C65
(122,108,101)
#695E58
(105,94,88)
#58504B
(88,80,75)
#47423E
(71,66,62)
#363431
(54,52,49)
#252624
(37,38,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEA499

#BEA499
(190,164,153)
#C3ACA2
(195,172,162)
#C8B4AB
(200,180,171)
#CDBCB4
(205,188,180)
#D2C4BD
(210,196,189)
#D7CCC6
(215,204,198)
#DCD4CF
(220,212,207)
#E1DCD8
(225,220,216)
#E6E4E1
(230,228,225)
#EBECEA
(235,236,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA499 color. Also use rgb(190,164,153) instead hex code.

Text Font Color

.myTextColor { color: #BEA499; }

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

This text font color is #BEA499.


Background Color

.myBgColor { background-color: #BEA499; }

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

This div background color is #BEA499.


Border color

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

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

This div border color is #BEA499.


Opacity

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

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

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

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

This text has shadow with #BEA499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA499 on black background.


Color preview on white background

This text has color #BEA499 on white background.



Black color preview on #BEA499 background

This text has black color on #BEA499 background.


White color preview on #BEA499 background

This text has white color on #BEA499 background.