COLOR #BEBE6D

HEX: #BEBE6D RGB: (190,190,109)

Color info

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

RGB color model

#BEBE6D color RGB value is (190,190,109).

RGB: (190,190,109) (75%, 75%, 43%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 109 of 255 = 43%

190
190
109

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

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 109 = 489 (100%)
R 190 of 489 ~ 38.85%
G 190 of 489 ~ 38.85%
B 109 of 489 ~ 22.29'%

%38.85
%38.85
%22.29

CMYK color model

#BEBE6D color CMYK value is (0,0,43,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 42.63%
  • key color value is 25.49%

CMYK: (0,0,43,25)
C0M0Y43K25 (0%, 0%, 43%, 25%)
(0.00 / 0.00 / 0.43 / 0.25)

CMYK percentages

%0
%0
%42.63
%25.49

Codes

Color #BEBE6D in popluar color models

BE BE 6D
RGB 190 190 109
HSL 60° 38.39% 58.63%
HSB/HSV 60° 42.63% 74.51%
CMYK 0.00% 0.00% 42.63%
25.49%

Color #BEBE6D in popluar number systems.

HEX BE BE 6D
Decimal 190 190 109
Binary 10111110 10111110 1101101
Octal 276 276 155

Shades and tints

Shades of #BEBE6D

#BEBE6D
(190,190,109)
#ADAD64
(173,173,100)
#9C9C5B
(156,156,91)
#8B8B52
(139,139,82)
#7A7A49
(122,122,73)
#696940
(105,105,64)
#585837
(88,88,55)
#47472E
(71,71,46)
#363625
(54,54,37)
#25251C
(37,37,28)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BEBE6D

#BEBE6D
(190,190,109)
#C3C37A
(195,195,122)
#C8C887
(200,200,135)
#CDCD94
(205,205,148)
#D2D2A1
(210,210,161)
#D7D7AE
(215,215,174)
#DCDCBB
(220,220,187)
#E1E1C8
(225,225,200)
#E6E6D5
(230,230,213)
#EBEBE2
(235,235,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBE6D; }

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

This text font color is #BEBE6D.

Background Color

.myBgColor { background-color: #BEBE6D; }

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

This div background color is #BEBE6D.

Border color

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

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

This div border color is #BEBE6D.

Opacity

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

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

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

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

This text has shadow with #BEBE6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBE6D.

Preview

Color preview on black background

This text has color #BEBE6D on black background.


Color preview on white background

This text has color #BEBE6D on white background.


Black color preview on #BEBE6D background

This text has black color on #BEBE6D background.


White color preview on #BEBE6D background

This text has white color on #BEBE6D background.


Related colors

Complementary color

Complementary color for #hex is #414192.


I love getcolorcode.com