COLOR #BEBC7F

HEX: #BEBC7F
RGB: (190,188,127)

Color info

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

RGB color model

#BEBC7F color RGB value is (190,188,127).

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

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 127 of 255 = 50%

190
188
127

R + G + B ~ 66%. #BEBC7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 127 = 505 (100%)
R 190 of 505 ~ 37.62%
G 188 of 505 ~ 37.23%
B 127 of 505 ~ 25.15%

%37.62
%37.23
%25.15

CMYK color model

#BEBC7F color CMYK value is (0,1,33,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK:
(0,1,33,25)
C0M1Y33K25 
(0%,1%,33%,25%)
(0.00/0.01/0.33/0.25)	

CMYK percentages

%0
%1.05
%33.16
%25.49

Codes

Color #BEBC7F in popluar color models

BEBC7F
RGB190188127
HSL58°32.64%62.16%
HSB/HSV58°33.16%74.51%
CMYK0.00%1.05%33.16%
25.49%

Color #BEBC7F in popluar number systems.

HEXBEBC7F
Decimal190188127
Binary10111110101111001111111
Octal276274177

Shades and tints

Shades of #BEBC7F

#BEBC7F
(190,188,127)
#ADAB74
(173,171,116)
#9C9A69
(156,154,105)
#8B895E
(139,137,94)
#7A7853
(122,120,83)
#696748
(105,103,72)
#58563D
(88,86,61)
#474532
(71,69,50)
#363427
(54,52,39)
#25231C
(37,35,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BEBC7F

#BEBC7F
(190,188,127)
#C3C28A
(195,194,138)
#C8C895
(200,200,149)
#CDCEA0
(205,206,160)
#D2D4AB
(210,212,171)
#D7DAB6
(215,218,182)
#DCE0C1
(220,224,193)
#E1E6CC
(225,230,204)
#E6ECD7
(230,236,215)
#EBF2E2
(235,242,226)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBC7F; }

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

This text font color is #BEBC7F.


Background Color

.myBgColor { background-color: #BEBC7F; }

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

This div background color is #BEBC7F.


Border color

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

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

This div border color is #BEBC7F.


Opacity

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

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

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

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

This text has shadow with #BEBC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBC7F on black background.


Color preview on white background

This text has color #BEBC7F on white background.



Black color preview on #BEBC7F background

This text has black color on #BEBC7F background.


White color preview on #BEBC7F background

This text has white color on #BEBC7F background.