COLOR #BEA55E

HEX: #BEA55E
RGB: (190,165,94)

Color info

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

RGB color model

#BEA55E color RGB value is (190,165,94).

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

RGB channels and saturation

R 190 of 255 = 75%
G 165 of 255 = 65%
B 94 of 255 = 37%

190
165
94

R + G + B ~ 59%. #BEA55E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 165 + 94 = 449 (100%)
R 190 of 449 ~ 42.32%
G 165 of 449 ~ 36.75%
B 94 of 449 ~ 20.94%

%42.32
%36.75
%20.94

CMYK color model

#BEA55E color CMYK value is (0,13,51,25).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 50.53%
  • key color value is 25.49%
CMYK:
(0,13,51,25)
C0M13Y51K25 
(0%,13%,51%,25%)
(0.00/0.13/0.51/0.25)	

CMYK percentages

%0
%13.16
%50.53
%25.49

Codes

Color #BEA55E in popluar color models

BEA55E
RGB19016594
HSL44°42.48%55.69%
HSB/HSV44°50.53%74.51%
CMYK0.00%13.16%50.53%
25.49%

Color #BEA55E in popluar number systems.

HEXBEA55E
Decimal19016594
Binary10111110101001011011110
Octal276245136

Shades and tints

Shades of #BEA55E

#BEA55E
(190,165,94)
#AD9656
(173,150,86)
#9C874E
(156,135,78)
#8B7846
(139,120,70)
#7A693E
(122,105,62)
#695A36
(105,90,54)
#584B2E
(88,75,46)
#473C26
(71,60,38)
#362D1E
(54,45,30)
#251E16
(37,30,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #BEA55E

#BEA55E
(190,165,94)
#C3AD6C
(195,173,108)
#C8B57A
(200,181,122)
#CDBD88
(205,189,136)
#D2C596
(210,197,150)
#D7CDA4
(215,205,164)
#DCD5B2
(220,213,178)
#E1DDC0
(225,221,192)
#E6E5CE
(230,229,206)
#EBEDDC
(235,237,220)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA55E; }

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

This text font color is #BEA55E.


Background Color

.myBgColor { background-color: #BEA55E; }

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

This div background color is #BEA55E.


Border color

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

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

This div border color is #BEA55E.


Opacity

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

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

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

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

This text has shadow with #BEA55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA55E on black background.


Color preview on white background

This text has color #BEA55E on white background.



Black color preview on #BEA55E background

This text has black color on #BEA55E background.


White color preview on #BEA55E background

This text has white color on #BEA55E background.