COLOR #BEBC41

HEX: #BEBC41
RGB: (190,188,65)

Color info

#BEBC41 contains mainly red and green colors. Web safe color of #BEBC41 is #CCCC33 (or #CC3).

RGB color model

#BEBC41 color RGB value is (190,188,65).

  • red value is 190;
  • green value is 188;
  • blue value is 65.
RGB:
(190,188,65)
(75%,74%,25%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 65 of 255 = 25%

190
188
65

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 65 = 443 (100%)
R 190 of 443 ~ 42.89%
G 188 of 443 ~ 42.44%
B 65 of 443 ~ 14.67%

%42.89
%42.44
%14.67

CMYK color model

#BEBC41 color CMYK value is (0,1,66,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 65.79%
  • key color value is 25.49%
CMYK:
(0,1,66,25)
C0M1Y66K25 
(0%,1%,66%,25%)
(0.00/0.01/0.66/0.25)	

CMYK percentages

%0
%1.05
%65.79
%25.49

Codes

Color #BEBC41 in popluar color models

BEBC41
RGB19018865
HSL59°49.02%50.00%
HSB/HSV59°65.79%74.51%
CMYK0.00%1.05%65.79%
25.49%

Color #BEBC41 in popluar number systems.

HEXBEBC41
Decimal19018865
Binary10111110101111001000001
Octal276274101

Shades and tints

Shades of #BEBC41

#BEBC41
(190,188,65)
#ADAB3C
(173,171,60)
#9C9A37
(156,154,55)
#8B8932
(139,137,50)
#7A782D
(122,120,45)
#696728
(105,103,40)
#585623
(88,86,35)
#47451E
(71,69,30)
#363419
(54,52,25)
#252314
(37,35,20)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BEBC41

#BEBC41
(190,188,65)
#C3C252
(195,194,82)
#C8C863
(200,200,99)
#CDCE74
(205,206,116)
#D2D485
(210,212,133)
#D7DA96
(215,218,150)
#DCE0A7
(220,224,167)
#E1E6B8
(225,230,184)
#E6ECC9
(230,236,201)
#EBF2DA
(235,242,218)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBC41 color. Also use rgb(190,188,65) instead hex code.

Text Font Color

.myTextColor { color: #BEBC41; }

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

This text font color is #BEBC41.


Background Color

.myBgColor { background-color: #BEBC41; }

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

This div background color is #BEBC41.


Border color

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

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

This div border color is #BEBC41.


Opacity

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

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

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

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

This text has shadow with #BEBC41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBC41 on black background.


Color preview on white background

This text has color #BEBC41 on white background.



Black color preview on #BEBC41 background

This text has black color on #BEBC41 background.


White color preview on #BEBC41 background

This text has white color on #BEBC41 background.