COLOR #BEBB6C

HEX: #BEBB6C
RGB: (190,187,108)

Color info

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

RGB color model

#BEBB6C color RGB value is (190,187,108).

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

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 108 of 255 = 42%

190
187
108

R + G + B ~ 63%. #BEBB6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 108 = 485 (100%)
R 190 of 485 ~ 39.18%
G 187 of 485 ~ 38.56%
B 108 of 485 ~ 22.27%

%39.18
%38.56
%22.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 43.16%
  • key color value is 25.49%
CMYK:
(0,2,43,25)
C0M2Y43K25 
(0%,2%,43%,25%)
(0.00/0.02/0.43/0.25)	

CMYK percentages

%0
%1.58
%43.16
%25.49

Codes

Color #BEBB6C in popluar color models

BEBB6C
RGB190187108
HSL58°38.68%58.43%
HSB/HSV58°43.16%74.51%
CMYK0.00%1.58%43.16%
25.49%

Color #BEBB6C in popluar number systems.

HEXBEBB6C
Decimal190187108
Binary10111110101110111101100
Octal276273154

Shades and tints

Shades of #BEBB6C

#BEBB6C
(190,187,108)
#ADAA63
(173,170,99)
#9C995A
(156,153,90)
#8B8851
(139,136,81)
#7A7748
(122,119,72)
#69663F
(105,102,63)
#585536
(88,85,54)
#47442D
(71,68,45)
#363324
(54,51,36)
#25221B
(37,34,27)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BEBB6C

#BEBB6C
(190,187,108)
#C3C179
(195,193,121)
#C8C786
(200,199,134)
#CDCD93
(205,205,147)
#D2D3A0
(210,211,160)
#D7D9AD
(215,217,173)
#DCDFBA
(220,223,186)
#E1E5C7
(225,229,199)
#E6EBD4
(230,235,212)
#EBF1E1
(235,241,225)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBB6C; }

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

This text font color is #BEBB6C.


Background Color

.myBgColor { background-color: #BEBB6C; }

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

This div background color is #BEBB6C.


Border color

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

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

This div border color is #BEBB6C.


Opacity

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

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

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

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

This text has shadow with #BEBB6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBB6C on black background.


Color preview on white background

This text has color #BEBB6C on white background.



Black color preview on #BEBB6C background

This text has black color on #BEBB6C background.


White color preview on #BEBB6C background

This text has white color on #BEBB6C background.