COLOR #BEA02C

HEX: #BEA02C
RGB: (190,160,44)

Color info

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

RGB color model

#BEA02C color RGB value is (190,160,44).

  • red value is 190;
  • green value is 160;
  • blue value is 44.
RGB:
(190,160,44)
(75%,63%,17%)

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 44 of 255 = 17%

190
160
44

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

Portions of RGB colors in percentages

R + G + B =
190 + 160 + 44 = 394 (100%)
R 190 of 394 ~ 48.22%
G 160 of 394 ~ 40.61%
B 44 of 394 ~ 11.17%

%48.22
%40.61
%11.17

CMYK color model

#BEA02C color CMYK value is (0,16,77,25).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 76.84%
  • key color value is 25.49%
CMYK:
(0,16,77,25)
C0M16Y77K25 
(0%,16%,77%,25%)
(0.00/0.16/0.77/0.25)	

CMYK percentages

%0
%15.79
%76.84
%25.49

Codes

Color #BEA02C in popluar color models

BEA02C
RGB19016044
HSL48°62.39%45.88%
HSB/HSV48°76.84%74.51%
CMYK0.00%15.79%76.84%
25.49%

Color #BEA02C in popluar number systems.

HEXBEA02C
Decimal19016044
Binary1011111010100000101100
Octal27624054

Shades and tints

Shades of #BEA02C

#BEA02C
(190,160,44)
#AD9228
(173,146,40)
#9C8424
(156,132,36)
#8B7620
(139,118,32)
#7A681C
(122,104,28)
#695A18
(105,90,24)
#584C14
(88,76,20)
#473E10
(71,62,16)
#36300C
(54,48,12)
#252208
(37,34,8)
#141404
(20,20,4)
#000000
(0,0,0)

Tints of #BEA02C

#BEA02C
(190,160,44)
#C3A83F
(195,168,63)
#C8B052
(200,176,82)
#CDB865
(205,184,101)
#D2C078
(210,192,120)
#D7C88B
(215,200,139)
#DCD09E
(220,208,158)
#E1D8B1
(225,216,177)
#E6E0C4
(230,224,196)
#EBE8D7
(235,232,215)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA02C color. Also use rgb(190,160,44) instead hex code.

Text Font Color

.myTextColor { color: #BEA02C; }

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

This text font color is #BEA02C.


Background Color

.myBgColor { background-color: #BEA02C; }

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

This div background color is #BEA02C.


Border color

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

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

This div border color is #BEA02C.


Opacity

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

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

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

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

This text has shadow with #BEA02C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA02C on black background.


Color preview on white background

This text has color #BEA02C on white background.



Black color preview on #BEA02C background

This text has black color on #BEA02C background.


White color preview on #BEA02C background

This text has white color on #BEA02C background.