COLOR #BEBC77

HEX: #BEBC77
RGB: (190,188,119)

Color info

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

RGB color model

#BEBC77 color RGB value is (190,188,119).

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

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 119 of 255 = 47%

190
188
119

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 119 = 497 (100%)
R 190 of 497 ~ 38.23%
G 188 of 497 ~ 37.83%
B 119 of 497 ~ 23.94%

%38.23
%37.83
%23.94

CMYK color model

#BEBC77 color CMYK value is (0,1,37,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 37.37%
  • key color value is 25.49%
CMYK:
(0,1,37,25)
C0M1Y37K25 
(0%,1%,37%,25%)
(0.00/0.01/0.37/0.25)	

CMYK percentages

%0
%1.05
%37.37
%25.49

Codes

Color #BEBC77 in popluar color models

BEBC77
RGB190188119
HSL58°35.32%60.59%
HSB/HSV58°37.37%74.51%
CMYK0.00%1.05%37.37%
25.49%

Color #BEBC77 in popluar number systems.

HEXBEBC77
Decimal190188119
Binary10111110101111001110111
Octal276274167

Shades and tints

Shades of #BEBC77

#BEBC77
(190,188,119)
#ADAB6D
(173,171,109)
#9C9A63
(156,154,99)
#8B8959
(139,137,89)
#7A784F
(122,120,79)
#696745
(105,103,69)
#58563B
(88,86,59)
#474531
(71,69,49)
#363427
(54,52,39)
#25231D
(37,35,29)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #BEBC77

#BEBC77
(190,188,119)
#C3C283
(195,194,131)
#C8C88F
(200,200,143)
#CDCE9B
(205,206,155)
#D2D4A7
(210,212,167)
#D7DAB3
(215,218,179)
#DCE0BF
(220,224,191)
#E1E6CB
(225,230,203)
#E6ECD7
(230,236,215)
#EBF2E3
(235,242,227)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBC77; }

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

This text font color is #BEBC77.


Background Color

.myBgColor { background-color: #BEBC77; }

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

This div background color is #BEBC77.


Border color

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

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

This div border color is #BEBC77.


Opacity

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

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

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

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

This text has shadow with #BEBC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBC77 on black background.


Color preview on white background

This text has color #BEBC77 on white background.



Black color preview on #BEBC77 background

This text has black color on #BEBC77 background.


White color preview on #BEBC77 background

This text has white color on #BEBC77 background.