COLOR #BEA40D

HEX: #BEA40D
RGB: (190,164,13)

Color info

#BEA40D contains mainly red and green colors. Web safe color of #BEA40D is #CC9900 (or #C90).

RGB color model

#BEA40D color RGB value is (190,164,13).

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

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 13 of 255 = 5%

190
164
13

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

Portions of RGB colors in percentages

R + G + B =
190 + 164 + 13 = 367 (100%)
R 190 of 367 ~ 51.77%
G 164 of 367 ~ 44.69%
B 13 of 367 ~ 3.54%

%51.77
%44.69

CMYK color model

#BEA40D color CMYK value is (0,14,93,25).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 93.16%
  • key color value is 25.49%
CMYK:
(0,14,93,25)
C0M14Y93K25 
(0%,14%,93%,25%)
(0.00/0.14/0.93/0.25)	

CMYK percentages

%0
%13.68
%93.16
%25.49

Codes

Color #BEA40D in popluar color models

BEA40D
RGB19016413
HSL51°87.19%39.80%
HSB/HSV51°93.16%74.51%
CMYK0.00%13.68%93.16%
25.49%

Color #BEA40D in popluar number systems.

HEXBEA40D
Decimal19016413
Binary10111110101001001101
Octal27624415

Shades and tints

Shades of #BEA40D

#BEA40D
(190,164,13)
#AD960C
(173,150,12)
#9C880B
(156,136,11)
#8B7A0A
(139,122,10)
#7A6C09
(122,108,9)
#695E08
(105,94,8)
#585007
(88,80,7)
#474206
(71,66,6)
#363405
(54,52,5)
#252604
(37,38,4)
#141803
(20,24,3)
#000000
(0,0,0)

Tints of #BEA40D

#BEA40D
(190,164,13)
#C3AC23
(195,172,35)
#C8B439
(200,180,57)
#CDBC4F
(205,188,79)
#D2C465
(210,196,101)
#D7CC7B
(215,204,123)
#DCD491
(220,212,145)
#E1DCA7
(225,220,167)
#E6E4BD
(230,228,189)
#EBECD3
(235,236,211)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA40D; }

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

This text font color is #BEA40D.


Background Color

.myBgColor { background-color: #BEA40D; }

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

This div background color is #BEA40D.


Border color

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

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

This div border color is #BEA40D.


Opacity

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

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

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

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

This text has shadow with #BEA40D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA40D on black background.


Color preview on white background

This text has color #BEA40D on white background.



Black color preview on #BEA40D background

This text has black color on #BEA40D background.


White color preview on #BEA40D background

This text has white color on #BEA40D background.