COLOR #BEA57E

HEX: #BEA57E
RGB: (190,165,126)

Color info

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

RGB color model

#BEA57E color RGB value is (190,165,126).

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

RGB channels and saturation

R 190 of 255 = 75%
G 165 of 255 = 65%
B 126 of 255 = 49%

190
165
126

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

Portions of RGB colors in percentages

R + G + B =
190 + 165 + 126 = 481 (100%)
R 190 of 481 ~ 39.5%
G 165 of 481 ~ 34.3%
B 126 of 481 ~ 26.2%

%39.5
%34.3
%26.2

CMYK color model

#BEA57E color CMYK value is (0,13,34,25).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK:
(0,13,34,25)
C0M13Y34K25 
(0%,13%,34%,25%)
(0.00/0.13/0.34/0.25)	

CMYK percentages

%0
%13.16
%33.68
%25.49

Codes

Color #BEA57E in popluar color models

BEA57E
RGB190165126
HSL37°32.99%61.96%
HSB/HSV37°33.68%74.51%
CMYK0.00%13.16%33.68%
25.49%

Color #BEA57E in popluar number systems.

HEXBEA57E
Decimal190165126
Binary10111110101001011111110
Octal276245176

Shades and tints

Shades of #BEA57E

#BEA57E
(190,165,126)
#AD9673
(173,150,115)
#9C8768
(156,135,104)
#8B785D
(139,120,93)
#7A6952
(122,105,82)
#695A47
(105,90,71)
#584B3C
(88,75,60)
#473C31
(71,60,49)
#362D26
(54,45,38)
#251E1B
(37,30,27)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #BEA57E

#BEA57E
(190,165,126)
#C3AD89
(195,173,137)
#C8B594
(200,181,148)
#CDBD9F
(205,189,159)
#D2C5AA
(210,197,170)
#D7CDB5
(215,205,181)
#DCD5C0
(220,213,192)
#E1DDCB
(225,221,203)
#E6E5D6
(230,229,214)
#EBEDE1
(235,237,225)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA57E; }

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

This text font color is #BEA57E.


Background Color

.myBgColor { background-color: #BEA57E; }

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

This div background color is #BEA57E.


Border color

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

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

This div border color is #BEA57E.


Opacity

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

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

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

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

This text has shadow with #BEA57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA57E on black background.


Color preview on white background

This text has color #BEA57E on white background.



Black color preview on #BEA57E background

This text has black color on #BEA57E background.


White color preview on #BEA57E background

This text has white color on #BEA57E background.