COLOR #BEB29E

HEX: #BEB29E
RGB: (190,178,158)

Color info

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

RGB color model

#BEB29E color RGB value is (190,178,158).

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

RGB channels and saturation

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

190
178
158

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 158 = 526 (100%)
R 190 of 526 ~ 36.12%
G 178 of 526 ~ 33.84%
B 158 of 526 ~ 30.04%

%36.12
%33.84
%30.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.32%
  • 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
%6.32
%16.84
%25.49

Codes

Color #BEB29E in popluar color models

BEB29E
RGB190178158
HSL38°19.75%68.24%
HSB/HSV38°16.84%74.51%
CMYK0.00%6.32%16.84%
25.49%

Color #BEB29E in popluar number systems.

HEXBEB29E
Decimal190178158
Binary101111101011001010011110
Octal276262236

Shades and tints

Shades of #BEB29E

#BEB29E
(190,178,158)
#ADA290
(173,162,144)
#9C9282
(156,146,130)
#8B8274
(139,130,116)
#7A7266
(122,114,102)
#696258
(105,98,88)
#58524A
(88,82,74)
#47423C
(71,66,60)
#36322E
(54,50,46)
#252220
(37,34,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #BEB29E

#BEB29E
(190,178,158)
#C3B9A6
(195,185,166)
#C8C0AE
(200,192,174)
#CDC7B6
(205,199,182)
#D2CEBE
(210,206,190)
#D7D5C6
(215,213,198)
#DCDCCE
(220,220,206)
#E1E3D6
(225,227,214)
#E6EADE
(230,234,222)
#EBF1E6
(235,241,230)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB29E; }

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

This text font color is #BEB29E.


Background Color

.myBgColor { background-color: #BEB29E; }

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

This div background color is #BEB29E.


Border color

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

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

This div border color is #BEB29E.


Opacity

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

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

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

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

This text has shadow with #BEB29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB29E on black background.


Color preview on white background

This text has color #BEB29E on white background.



Black color preview on #BEB29E background

This text has black color on #BEB29E background.


White color preview on #BEB29E background

This text has white color on #BEB29E background.