COLOR #BEA32E

HEX: #BEA32E
RGB: (190,163,46)

Color info

#BEA32E contains mainly red and green colors. Web safe color of #BEA32E is #CC9933 (or #C93).

RGB color model

#BEA32E color RGB value is (190,163,46).

  • red value is 190;
  • green value is 163;
  • blue value is 46.
RGB:
(190,163,46)
(75%,64%,18%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 46 of 255 = 18%

190
163
46

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

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 46 = 399 (100%)
R 190 of 399 ~ 47.62%
G 163 of 399 ~ 40.85%
B 46 of 399 ~ 11.53%

%47.62
%40.85
%11.53

CMYK color model

#BEA32E color CMYK value is (0,14,76,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 75.79%
  • key color value is 25.49%
CMYK:
(0,14,76,25)
C0M14Y76K25 
(0%,14%,76%,25%)
(0.00/0.14/0.76/0.25)	

CMYK percentages

%0
%14.21
%75.79
%25.49

Codes

Color #BEA32E in popluar color models

BEA32E
RGB19016346
HSL49°61.02%46.27%
HSB/HSV49°75.79%74.51%
CMYK0.00%14.21%75.79%
25.49%

Color #BEA32E in popluar number systems.

HEXBEA32E
Decimal19016346
Binary1011111010100011101110
Octal27624356

Shades and tints

Shades of #BEA32E

#BEA32E
(190,163,46)
#AD952A
(173,149,42)
#9C8726
(156,135,38)
#8B7922
(139,121,34)
#7A6B1E
(122,107,30)
#695D1A
(105,93,26)
#584F16
(88,79,22)
#474112
(71,65,18)
#36330E
(54,51,14)
#25250A
(37,37,10)
#141706
(20,23,6)
#000000
(0,0,0)

Tints of #BEA32E

#BEA32E
(190,163,46)
#C3AB41
(195,171,65)
#C8B354
(200,179,84)
#CDBB67
(205,187,103)
#D2C37A
(210,195,122)
#D7CB8D
(215,203,141)
#DCD3A0
(220,211,160)
#E1DBB3
(225,219,179)
#E6E3C6
(230,227,198)
#EBEBD9
(235,235,217)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA32E color. Also use rgb(190,163,46) instead hex code.

Text Font Color

.myTextColor { color: #BEA32E; }

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

This text font color is #BEA32E.


Background Color

.myBgColor { background-color: #BEA32E; }

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

This div background color is #BEA32E.


Border color

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

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

This div border color is #BEA32E.


Opacity

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

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

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

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

This text has shadow with #BEA32E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA32E on black background.


Color preview on white background

This text has color #BEA32E on white background.



Black color preview on #BEA32E background

This text has black color on #BEA32E background.


White color preview on #BEA32E background

This text has white color on #BEA32E background.