COLOR #BEA29C

HEX: #BEA29C RGB: (190,162,156)

Color info

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

RGB color model

#BEA29C color RGB value is (190,162,156).

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

RGB channels and saturation

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

190
162
156

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

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 156 = 508 (100%)
R 190 of 508 ~ 37.4%
G 162 of 508 ~ 31.89%
B 156 of 508 ~ 30.71'%

%37.4
%31.89
%30.71

CMYK color model

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

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

Codes

Color #BEA29C in popluar color models

BE A2 9C
RGB 190 162 156
HSL 11° 20.73% 67.84%
HSB/HSV 11° 17.89% 74.51%
CMYK 0.00% 14.74% 17.89%
25.49%

Color #BEA29C in popluar number systems.

HEX BE A2 9C
Decimal 190 162 156
Binary 10111110 10100010 10011100
Octal 276 242 234

Shades and tints

Shades of #BEA29C

#BEA29C
(190,162,156)
#AD948E
(173,148,142)
#9C8680
(156,134,128)
#8B7872
(139,120,114)
#7A6A64
(122,106,100)
#695C56
(105,92,86)
#584E48
(88,78,72)
#47403A
(71,64,58)
#36322C
(54,50,44)
#25241E
(37,36,30)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #BEA29C

#BEA29C
(190,162,156)
#C3AAA5
(195,170,165)
#C8B2AE
(200,178,174)
#CDBAB7
(205,186,183)
#D2C2C0
(210,194,192)
#D7CAC9
(215,202,201)
#DCD2D2
(220,210,210)
#E1DADB
(225,218,219)
#E6E2E4
(230,226,228)
#EBEAED
(235,234,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA29C; }

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

This text font color is #BEA29C.

Background Color

.myBgColor { background-color: #BEA29C; }

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

This div background color is #BEA29C.

Border color

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

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

This div border color is #BEA29C.

Opacity

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

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

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

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

This text has shadow with #BEA29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA29C.

Preview

Color preview on black background

This text has color #BEA29C on black background.


Color preview on white background

This text has color #BEA29C on white background.


Black color preview on #BEA29C background

This text has black color on #BEA29C background.


White color preview on #BEA29C background

This text has white color on #BEA29C background.


Related colors

Complementary color

Complementary color for #hex is #415D63.


I love getcolorcode.com

Triadic colors

1 #9CBEA2 and #A29CBE with #BEA29C are triadic colors.

2 #9CA2BE and #A2BE9C with #BEA29C are triadic colors.