COLOR #BEBE6A

HEX: #BEBE6A
RGB: (190,190,106)

Color info

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

RGB color model

#BEBE6A color RGB value is (190,190,106).

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

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 106 of 255 = 42%

190
190
106

R + G + B ~ 64%. #BEBE6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 106 = 486 (100%)
R 190 of 486 ~ 39.09%
G 190 of 486 ~ 39.09%
B 106 of 486 ~ 21.81%

%39.09
%39.09
%21.81

CMYK color model

#BEBE6A color CMYK value is (0,0,44,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 25.49%
CMYK:
(0,0,44,25)
C0M0Y44K25 
(0%,0%,44%,25%)
(0.00/0.00/0.44/0.25)	

CMYK percentages

%0
%0
%44.21
%25.49

Codes

Color #BEBE6A in popluar color models

BEBE6A
RGB190190106
HSL60°39.25%58.04%
HSB/HSV60°44.21%74.51%
CMYK0.00%0.00%44.21%
25.49%

Color #BEBE6A in popluar number systems.

HEXBEBE6A
Decimal190190106
Binary10111110101111101101010
Octal276276152

Shades and tints

Shades of #BEBE6A

#BEBE6A
(190,190,106)
#ADAD61
(173,173,97)
#9C9C58
(156,156,88)
#8B8B4F
(139,139,79)
#7A7A46
(122,122,70)
#69693D
(105,105,61)
#585834
(88,88,52)
#47472B
(71,71,43)
#363622
(54,54,34)
#252519
(37,37,25)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #BEBE6A

#BEBE6A
(190,190,106)
#C3C377
(195,195,119)
#C8C884
(200,200,132)
#CDCD91
(205,205,145)
#D2D29E
(210,210,158)
#D7D7AB
(215,215,171)
#DCDCB8
(220,220,184)
#E1E1C5
(225,225,197)
#E6E6D2
(230,230,210)
#EBEBDF
(235,235,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBE6A; }

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

This text font color is #BEBE6A.


Background Color

.myBgColor { background-color: #BEBE6A; }

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

This div background color is #BEBE6A.


Border color

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

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

This div border color is #BEBE6A.


Opacity

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

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

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

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

This text has shadow with #BEBE6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBE6A on black background.


Color preview on white background

This text has color #BEBE6A on white background.



Black color preview on #BEBE6A background

This text has black color on #BEBE6A background.


White color preview on #BEBE6A background

This text has white color on #BEBE6A background.