COLOR #BEBE74

HEX: #BEBE74
RGB: (190,190,116)

Color info

#BEBE74 contains mainly red and green colors. Web safe color of #BEBE74 is #CCCC66 (or #CC6).

RGB color model

#BEBE74 color RGB value is (190,190,116).

  • red value is 190;
  • green value is 190;
  • blue value is 116.
RGB:
(190,190,116)
(75%,75%,45%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 116 of 255 = 45%

190
190
116

R + G + B ~ 65%. #BEBE74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 116 = 496 (100%)
R 190 of 496 ~ 38.31%
G 190 of 496 ~ 38.31%
B 116 of 496 ~ 23.39%

%38.31
%38.31
%23.39

CMYK color model

#BEBE74 color CMYK value is (0,0,39,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(0,0,39,25)
C0M0Y39K25 
(0%,0%,39%,25%)
(0.00/0.00/0.39/0.25)	

CMYK percentages

%0
%0
%38.95
%25.49

Codes

Color #BEBE74 in popluar color models

BEBE74
RGB190190116
HSL60°36.27%60.00%
HSB/HSV60°38.95%74.51%
CMYK0.00%0.00%38.95%
25.49%

Color #BEBE74 in popluar number systems.

HEXBEBE74
Decimal190190116
Binary10111110101111101110100
Octal276276164

Shades and tints

Shades of #BEBE74

#BEBE74
(190,190,116)
#ADAD6A
(173,173,106)
#9C9C60
(156,156,96)
#8B8B56
(139,139,86)
#7A7A4C
(122,122,76)
#696942
(105,105,66)
#585838
(88,88,56)
#47472E
(71,71,46)
#363624
(54,54,36)
#25251A
(37,37,26)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #BEBE74

#BEBE74
(190,190,116)
#C3C380
(195,195,128)
#C8C88C
(200,200,140)
#CDCD98
(205,205,152)
#D2D2A4
(210,210,164)
#D7D7B0
(215,215,176)
#DCDCBC
(220,220,188)
#E1E1C8
(225,225,200)
#E6E6D4
(230,230,212)
#EBEBE0
(235,235,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBE74; }

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

This text font color is #BEBE74.


Background Color

.myBgColor { background-color: #BEBE74; }

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

This div background color is #BEBE74.


Border color

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

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

This div border color is #BEBE74.


Opacity

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

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

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

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

This text has shadow with #BEBE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBE74 on black background.


Color preview on white background

This text has color #BEBE74 on white background.



Black color preview on #BEBE74 background

This text has black color on #BEBE74 background.


White color preview on #BEBE74 background

This text has white color on #BEBE74 background.