COLOR #BEA979

HEX: #BEA979
RGB: (190,169,121)

Color info

#BEA979 contains mainly red and green colors. Web safe color of #BEA979 is #CC9966 (or #C96).

RGB color model

#BEA979 color RGB value is (190,169,121).

  • red value is 190;
  • green value is 169;
  • blue value is 121.
RGB:
(190,169,121)
(75%,66%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 121 of 255 = 47%

190
169
121

R + G + B ~ 63%. #BEA979 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 169 + 121 = 480 (100%)
R 190 of 480 ~ 39.58%
G 169 of 480 ~ 35.21%
B 121 of 480 ~ 25.21%

%39.58
%35.21
%25.21

CMYK color model

#BEA979 color CMYK value is (0,11,36,25).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 36.32%
  • key color value is 25.49%
CMYK:
(0,11,36,25)
C0M11Y36K25 
(0%,11%,36%,25%)
(0.00/0.11/0.36/0.25)	

CMYK percentages

%0
%11.05
%36.32
%25.49

Codes

Color #BEA979 in popluar color models

BEA979
RGB190169121
HSL42°34.67%60.98%
HSB/HSV42°36.32%74.51%
CMYK0.00%11.05%36.32%
25.49%

Color #BEA979 in popluar number systems.

HEXBEA979
Decimal190169121
Binary10111110101010011111001
Octal276251171

Shades and tints

Shades of #BEA979

#BEA979
(190,169,121)
#AD9A6E
(173,154,110)
#9C8B63
(156,139,99)
#8B7C58
(139,124,88)
#7A6D4D
(122,109,77)
#695E42
(105,94,66)
#584F37
(88,79,55)
#47402C
(71,64,44)
#363121
(54,49,33)
#252216
(37,34,22)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #BEA979

#BEA979
(190,169,121)
#C3B085
(195,176,133)
#C8B791
(200,183,145)
#CDBE9D
(205,190,157)
#D2C5A9
(210,197,169)
#D7CCB5
(215,204,181)
#DCD3C1
(220,211,193)
#E1DACD
(225,218,205)
#E6E1D9
(230,225,217)
#EBE8E5
(235,232,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA979 color. Also use rgb(190,169,121) instead hex code.

Text Font Color

.myTextColor { color: #BEA979; }

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

This text font color is #BEA979.


Background Color

.myBgColor { background-color: #BEA979; }

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

This div background color is #BEA979.


Border color

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

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

This div border color is #BEA979.


Opacity

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

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

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

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

This text has shadow with #BEA979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA979 on black background.


Color preview on white background

This text has color #BEA979 on white background.



Black color preview on #BEA979 background

This text has black color on #BEA979 background.


White color preview on #BEA979 background

This text has white color on #BEA979 background.