COLOR #BEA29B

HEX: #BEA29B RGB: (190,162,155)

Color info

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

RGB color model

#BEA29B color RGB value is (190,162,155).

RGB: (190,162,155) (75%, 64%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 155 of 255 = 61%

190
162
155

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

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 155 = 507 (100%)
R 190 of 507 ~ 37.48%
G 162 of 507 ~ 31.95%
B 155 of 507 ~ 30.57'%

%37.48
%31.95
%30.57

CMYK color model

#BEA29B color CMYK value is (0,15,18,25).

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

CMYK: (0,15,18,25)
C0M15Y18K25 (0%, 15%, 18%, 25%)
(0.00 / 0.15 / 0.18 / 0.25)

CMYK percentages

%0
%14.74
%18.42
%25.49

Codes

Color #BEA29B in popluar color models

BE A2 9B
RGB 190 162 155
HSL 12° 21.21% 67.65%
HSB/HSV 12° 18.42% 74.51%
CMYK 0.00% 14.74% 18.42%
25.49%

Color #BEA29B in popluar number systems.

HEX BE A2 9B
Decimal 190 162 155
Binary 10111110 10100010 10011011
Octal 276 242 233

Shades and tints

Shades of #BEA29B

#BEA29B
(190,162,155)
#AD948D
(173,148,141)
#9C867F
(156,134,127)
#8B7871
(139,120,113)
#7A6A63
(122,106,99)
#695C55
(105,92,85)
#584E47
(88,78,71)
#474039
(71,64,57)
#36322B
(54,50,43)
#25241D
(37,36,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #BEA29B

#BEA29B
(190,162,155)
#C3AAA4
(195,170,164)
#C8B2AD
(200,178,173)
#CDBAB6
(205,186,182)
#D2C2BF
(210,194,191)
#D7CAC8
(215,202,200)
#DCD2D1
(220,210,209)
#E1DADA
(225,218,218)
#E6E2E3
(230,226,227)
#EBEAEC
(235,234,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA29B; }

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

This text font color is #BEA29B.

Background Color

.myBgColor { background-color: #BEA29B; }

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

This div background color is #BEA29B.

Border color

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

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

This div border color is #BEA29B.

Opacity

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

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

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

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

This text has shadow with #BEA29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA29B.

Preview

Color preview on black background

This text has color #BEA29B on black background.


Color preview on white background

This text has color #BEA29B on white background.


Black color preview on #BEA29B background

This text has black color on #BEA29B background.


White color preview on #BEA29B background

This text has white color on #BEA29B background.


Related colors

Complementary color

Complementary color for #hex is #415D64.


I love getcolorcode.com

Triadic colors

1 #9BBEA2 and #A29BBE with #BEA29B are triadic colors.

2 #9BA2BE and #A2BE9B with #BEA29B are triadic colors.