COLOR #BEA29E

HEX: #BEA29E RGB: (190,162,158)

Color info

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

RGB color model

#BEA29E color RGB value is (190,162,158).

RGB: (190,162,158) (75%, 64%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 158 of 255 = 62%

190
162
158

R + G + B ~ 67%. #BEA29E is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 158 = 510 (100%)
R 190 of 510 ~ 37.25%
G 162 of 510 ~ 31.76%
B 158 of 510 ~ 30.98'%

%37.25
%31.76
%30.98

CMYK color model

#BEA29E color CMYK value is (0,15,17,25).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 16.84%
  • key color value is 25.49%

CMYK: (0,15,17,25)
C0M15Y17K25 (0%, 15%, 17%, 25%)
(0.00 / 0.15 / 0.17 / 0.25)

CMYK percentages

%0
%14.74
%16.84
%25.49

Codes

Color #BEA29E in popluar color models

BE A2 9E
RGB 190 162 158
HSL 19.75% 68.24%
HSB/HSV 16.84% 74.51%
CMYK 0.00% 14.74% 16.84%
25.49%

Color #BEA29E in popluar number systems.

HEX BE A2 9E
Decimal 190 162 158
Binary 10111110 10100010 10011110
Octal 276 242 236

Shades and tints

Shades of #BEA29E

#BEA29E
(190,162,158)
#AD9490
(173,148,144)
#9C8682
(156,134,130)
#8B7874
(139,120,116)
#7A6A66
(122,106,102)
#695C58
(105,92,88)
#584E4A
(88,78,74)
#47403C
(71,64,60)
#36322E
(54,50,46)
#252420
(37,36,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BEA29E

#BEA29E
(190,162,158)
#C3AAA6
(195,170,166)
#C8B2AE
(200,178,174)
#CDBAB6
(205,186,182)
#D2C2BE
(210,194,190)
#D7CAC6
(215,202,198)
#DCD2CE
(220,210,206)
#E1DAD6
(225,218,214)
#E6E2DE
(230,226,222)
#EBEAE6
(235,234,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA29E; }

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

This text font color is #BEA29E.

Background Color

.myBgColor { background-color: #BEA29E; }

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

This div background color is #BEA29E.

Border color

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

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

This div border color is #BEA29E.

Opacity

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

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

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

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

This text has shadow with #BEA29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA29E.

Preview

Color preview on black background

This text has color #BEA29E on black background.


Color preview on white background

This text has color #BEA29E on white background.


Black color preview on #BEA29E background

This text has black color on #BEA29E background.


White color preview on #BEA29E background

This text has white color on #BEA29E background.


Related colors

Complementary color

Complementary color for #hex is #415D61.


I love getcolorcode.com

Triadic colors

1 #9EBEA2 and #A29EBE with #BEA29E are triadic colors.

2 #9EA2BE and #A2BE9E with #BEA29E are triadic colors.