COLOR #BEB12A

HEX: #BEB12A
RGB: (190,177,42)

Color info

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

RGB color model

#BEB12A color RGB value is (190,177,42).

  • red value is 190;
  • green value is 177;
  • blue value is 42.
RGB:
(190,177,42)
(75%,69%,16%)

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 42 of 255 = 16%

190
177
42

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 42 = 409 (100%)
R 190 of 409 ~ 46.45%
G 177 of 409 ~ 43.28%
B 42 of 409 ~ 10.27%

%46.45
%43.28
%10.27

CMYK color model

#BEB12A color CMYK value is (0,7,78,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 77.89%
  • key color value is 25.49%
CMYK:
(0,7,78,25)
C0M7Y78K25 
(0%,7%,78%,25%)
(0.00/0.07/0.78/0.25)	

CMYK percentages

%0
%6.84
%77.89
%25.49

Codes

Color #BEB12A in popluar color models

BEB12A
RGB19017742
HSL55°63.79%45.49%
HSB/HSV55°77.89%74.51%
CMYK0.00%6.84%77.89%
25.49%

Color #BEB12A in popluar number systems.

HEXBEB12A
Decimal19017742
Binary1011111010110001101010
Octal27626152

Shades and tints

Shades of #BEB12A

#BEB12A
(190,177,42)
#ADA127
(173,161,39)
#9C9124
(156,145,36)
#8B8121
(139,129,33)
#7A711E
(122,113,30)
#69611B
(105,97,27)
#585118
(88,81,24)
#474115
(71,65,21)
#363112
(54,49,18)
#25210F
(37,33,15)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #BEB12A

#BEB12A
(190,177,42)
#C3B83D
(195,184,61)
#C8BF50
(200,191,80)
#CDC663
(205,198,99)
#D2CD76
(210,205,118)
#D7D489
(215,212,137)
#DCDB9C
(220,219,156)
#E1E2AF
(225,226,175)
#E6E9C2
(230,233,194)
#EBF0D5
(235,240,213)
#F0F7E8
(240,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB12A color. Also use rgb(190,177,42) instead hex code.

Text Font Color

.myTextColor { color: #BEB12A; }

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

This text font color is #BEB12A.


Background Color

.myBgColor { background-color: #BEB12A; }

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

This div background color is #BEB12A.


Border color

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

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

This div border color is #BEB12A.


Opacity

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

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

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

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

This text has shadow with #BEB12A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB12A on black background.


Color preview on white background

This text has color #BEB12A on white background.



Black color preview on #BEB12A background

This text has black color on #BEB12A background.


White color preview on #BEB12A background

This text has white color on #BEB12A background.