COLOR #BEAB40

HEX: #BEAB40
RGB: (190,171,64)

Color info

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

RGB color model

#BEAB40 color RGB value is (190,171,64).

  • red value is 190;
  • green value is 171;
  • blue value is 64.
RGB:
(190,171,64)
(75%,67%,25%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 64 of 255 = 25%

190
171
64

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

Portions of RGB colors in percentages

R + G + B =
190 + 171 + 64 = 425 (100%)
R 190 of 425 ~ 44.71%
G 171 of 425 ~ 40.24%
B 64 of 425 ~ 15.06%

%44.71
%40.24
%15.06

CMYK color model

#BEAB40 color CMYK value is (0,10,66,25).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 66.32%
  • key color value is 25.49%
CMYK:
(0,10,66,25)
C0M10Y66K25 
(0%,10%,66%,25%)
(0.00/0.10/0.66/0.25)	

CMYK percentages

%0
%10
%66.32
%25.49

Codes

Color #BEAB40 in popluar color models

BEAB40
RGB19017164
HSL51°49.61%49.80%
HSB/HSV51°66.32%74.51%
CMYK0.00%10.00%66.32%
25.49%

Color #BEAB40 in popluar number systems.

HEXBEAB40
Decimal19017164
Binary10111110101010111000000
Octal276253100

Shades and tints

Shades of #BEAB40

#BEAB40
(190,171,64)
#AD9C3B
(173,156,59)
#9C8D36
(156,141,54)
#8B7E31
(139,126,49)
#7A6F2C
(122,111,44)
#696027
(105,96,39)
#585122
(88,81,34)
#47421D
(71,66,29)
#363318
(54,51,24)
#252413
(37,36,19)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #BEAB40

#BEAB40
(190,171,64)
#C3B251
(195,178,81)
#C8B962
(200,185,98)
#CDC073
(205,192,115)
#D2C784
(210,199,132)
#D7CE95
(215,206,149)
#DCD5A6
(220,213,166)
#E1DCB7
(225,220,183)
#E6E3C8
(230,227,200)
#EBEAD9
(235,234,217)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAB40 color. Also use rgb(190,171,64) instead hex code.

Text Font Color

.myTextColor { color: #BEAB40; }

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

This text font color is #BEAB40.


Background Color

.myBgColor { background-color: #BEAB40; }

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

This div background color is #BEAB40.


Border color

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

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

This div border color is #BEAB40.


Opacity

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

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

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

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

This text has shadow with #BEAB40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAB40 on black background.


Color preview on white background

This text has color #BEAB40 on white background.



Black color preview on #BEAB40 background

This text has black color on #BEAB40 background.


White color preview on #BEAB40 background

This text has white color on #BEAB40 background.