COLOR #BEB39E

HEX: #BEB39E
RGB: (190,179,158)

Color info

#BEB39E contains red, green and blue colors in about the same proportion. Web safe color of #BEB39E is #CC9999 (or #C99).

RGB color model

#BEB39E color RGB value is (190,179,158).

  • red value is 190;
  • green value is 179;
  • blue value is 158.
RGB:
(190,179,158)
(75%,70%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 158 of 255 = 62%

190
179
158

R + G + B ~ 69%. #BEB39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 179 + 158 = 527 (100%)
R 190 of 527 ~ 36.05%
G 179 of 527 ~ 33.97%
B 158 of 527 ~ 29.98%

%36.05
%33.97
%29.98

CMYK color model

#BEB39E color CMYK value is (0,6,17,25).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 16.84%
  • key color value is 25.49%
CMYK:
(0,6,17,25)
C0M6Y17K25 
(0%,6%,17%,25%)
(0.00/0.06/0.17/0.25)	

CMYK percentages

%0
%5.79
%16.84
%25.49

Codes

Color #BEB39E in popluar color models

BEB39E
RGB190179158
HSL39°19.75%68.24%
HSB/HSV39°16.84%74.51%
CMYK0.00%5.79%16.84%
25.49%

Color #BEB39E in popluar number systems.

HEXBEB39E
Decimal190179158
Binary101111101011001110011110
Octal276263236

Shades and tints

Shades of #BEB39E

#BEB39E
(190,179,158)
#ADA390
(173,163,144)
#9C9382
(156,147,130)
#8B8374
(139,131,116)
#7A7366
(122,115,102)
#696358
(105,99,88)
#58534A
(88,83,74)
#47433C
(71,67,60)
#36332E
(54,51,46)
#252320
(37,35,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #BEB39E

#BEB39E
(190,179,158)
#C3B9A6
(195,185,166)
#C8BFAE
(200,191,174)
#CDC5B6
(205,197,182)
#D2CBBE
(210,203,190)
#D7D1C6
(215,209,198)
#DCD7CE
(220,215,206)
#E1DDD6
(225,221,214)
#E6E3DE
(230,227,222)
#EBE9E6
(235,233,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB39E; }

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

This text font color is #BEB39E.


Background Color

.myBgColor { background-color: #BEB39E; }

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

This div background color is #BEB39E.


Border color

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

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

This div border color is #BEB39E.


Opacity

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

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

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

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

This text has shadow with #BEB39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB39E on black background.


Color preview on white background

This text has color #BEB39E on white background.



Black color preview on #BEB39E background

This text has black color on #BEB39E background.


White color preview on #BEB39E background

This text has white color on #BEB39E background.