COLOR #BEB11A

HEX: #BEB11A
RGB: (190,177,26)

Color info

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

RGB color model

#BEB11A color RGB value is (190,177,26).

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

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 26 of 255 = 10%

190
177
26

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 26 = 393 (100%)
R 190 of 393 ~ 48.35%
G 177 of 393 ~ 45.04%
B 26 of 393 ~ 6.62%

%48.35
%45.04

CMYK color model

#BEB11A color CMYK value is (0,7,86,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 86.32%
  • key color value is 25.49%
CMYK:
(0,7,86,25)
C0M7Y86K25 
(0%,7%,86%,25%)
(0.00/0.07/0.86/0.25)	

CMYK percentages

%0
%6.84
%86.32
%25.49

Codes

Color #BEB11A in popluar color models

BEB11A
RGB19017726
HSL55°75.93%42.35%
HSB/HSV55°86.32%74.51%
CMYK0.00%6.84%86.32%
25.49%

Color #BEB11A in popluar number systems.

HEXBEB11A
Decimal19017726
Binary101111101011000111010
Octal27626132

Shades and tints

Shades of #BEB11A

#BEB11A
(190,177,26)
#ADA118
(173,161,24)
#9C9116
(156,145,22)
#8B8114
(139,129,20)
#7A7112
(122,113,18)
#696110
(105,97,16)
#58510E
(88,81,14)
#47410C
(71,65,12)
#36310A
(54,49,10)
#252108
(37,33,8)
#141106
(20,17,6)
#000000
(0,0,0)

Tints of #BEB11A

#BEB11A
(190,177,26)
#C3B82E
(195,184,46)
#C8BF42
(200,191,66)
#CDC656
(205,198,86)
#D2CD6A
(210,205,106)
#D7D47E
(215,212,126)
#DCDB92
(220,219,146)
#E1E2A6
(225,226,166)
#E6E9BA
(230,233,186)
#EBF0CE
(235,240,206)
#F0F7E2
(240,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB11A; }

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

This text font color is #BEB11A.


Background Color

.myBgColor { background-color: #BEB11A; }

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

This div background color is #BEB11A.


Border color

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

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

This div border color is #BEB11A.


Opacity

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

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

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

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

This text has shadow with #BEB11A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB11A on black background.


Color preview on white background

This text has color #BEB11A on white background.



Black color preview on #BEB11A background

This text has black color on #BEB11A background.


White color preview on #BEB11A background

This text has white color on #BEB11A background.