COLOR #BEA29D

HEX: #BEA29D RGB: (190,162,157)

Color info

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

RGB color model

#BEA29D color RGB value is (190,162,157).

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

RGB channels and saturation

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

190
162
157

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

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 157 = 509 (100%)
R 190 of 509 ~ 37.33%
G 162 of 509 ~ 31.83%
B 157 of 509 ~ 30.84'%

%37.33
%31.83
%30.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 17.37%
  • 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
%17.37
%25.49

Codes

Color #BEA29D in popluar color models

BE A2 9D
RGB 190 162 157
HSL 20.25% 68.04%
HSB/HSV 17.37% 74.51%
CMYK 0.00% 14.74% 17.37%
25.49%

Color #BEA29D in popluar number systems.

HEX BE A2 9D
Decimal 190 162 157
Binary 10111110 10100010 10011101
Octal 276 242 235

Shades and tints

Shades of #BEA29D

#BEA29D
(190,162,157)
#AD948F
(173,148,143)
#9C8681
(156,134,129)
#8B7873
(139,120,115)
#7A6A65
(122,106,101)
#695C57
(105,92,87)
#584E49
(88,78,73)
#47403B
(71,64,59)
#36322D
(54,50,45)
#25241F
(37,36,31)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #BEA29D

#BEA29D
(190,162,157)
#C3AAA5
(195,170,165)
#C8B2AD
(200,178,173)
#CDBAB5
(205,186,181)
#D2C2BD
(210,194,189)
#D7CAC5
(215,202,197)
#DCD2CD
(220,210,205)
#E1DAD5
(225,218,213)
#E6E2DD
(230,226,221)
#EBEAE5
(235,234,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA29D; }

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

This text font color is #BEA29D.

Background Color

.myBgColor { background-color: #BEA29D; }

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

This div background color is #BEA29D.

Border color

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

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

This div border color is #BEA29D.

Opacity

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

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

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

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

This text has shadow with #BEA29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA29D.

Preview

Color preview on black background

This text has color #BEA29D on black background.


Color preview on white background

This text has color #BEA29D on white background.


Black color preview on #BEA29D background

This text has black color on #BEA29D background.


White color preview on #BEA29D background

This text has white color on #BEA29D background.


Related colors

Complementary color

Complementary color for #hex is #415D62.


I love getcolorcode.com

Triadic colors

1 #9DBEA2 and #A29DBE with #BEA29D are triadic colors.

2 #9DA2BE and #A2BE9D with #BEA29D are triadic colors.