COLOR #BEB078

HEX: #BEB078
RGB: (190,176,120)

Color info

#BEB078 contains mainly red and green colors. Web safe color of #BEB078 is #CC9966 (or #C96).

RGB color model

#BEB078 color RGB value is (190,176,120).

  • red value is 190;
  • green value is 176;
  • blue value is 120.
RGB:
(190,176,120)
(75%,69%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 120 of 255 = 47%

190
176
120

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

Portions of RGB colors in percentages

R + G + B =
190 + 176 + 120 = 486 (100%)
R 190 of 486 ~ 39.09%
G 176 of 486 ~ 36.21%
B 120 of 486 ~ 24.69%

%39.09
%36.21
%24.69

CMYK color model

#BEB078 color CMYK value is (0,7,37,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 36.84%
  • key color value is 25.49%
CMYK:
(0,7,37,25)
C0M7Y37K25 
(0%,7%,37%,25%)
(0.00/0.07/0.37/0.25)	

CMYK percentages

%0
%7.37
%36.84
%25.49

Codes

Color #BEB078 in popluar color models

BEB078
RGB190176120
HSL48°35.00%60.78%
HSB/HSV48°36.84%74.51%
CMYK0.00%7.37%36.84%
25.49%

Color #BEB078 in popluar number systems.

HEXBEB078
Decimal190176120
Binary10111110101100001111000
Octal276260170

Shades and tints

Shades of #BEB078

#BEB078
(190,176,120)
#ADA06E
(173,160,110)
#9C9064
(156,144,100)
#8B805A
(139,128,90)
#7A7050
(122,112,80)
#696046
(105,96,70)
#58503C
(88,80,60)
#474032
(71,64,50)
#363028
(54,48,40)
#25201E
(37,32,30)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BEB078

#BEB078
(190,176,120)
#C3B784
(195,183,132)
#C8BE90
(200,190,144)
#CDC59C
(205,197,156)
#D2CCA8
(210,204,168)
#D7D3B4
(215,211,180)
#DCDAC0
(220,218,192)
#E1E1CC
(225,225,204)
#E6E8D8
(230,232,216)
#EBEFE4
(235,239,228)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB078; }

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

This text font color is #BEB078.


Background Color

.myBgColor { background-color: #BEB078; }

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

This div background color is #BEB078.


Border color

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

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

This div border color is #BEB078.


Opacity

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

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

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

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

This text has shadow with #BEB078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB078 on black background.


Color preview on white background

This text has color #BEB078 on white background.



Black color preview on #BEB078 background

This text has black color on #BEB078 background.


White color preview on #BEB078 background

This text has white color on #BEB078 background.