COLOR #BEA2A0

HEX: #BEA2A0 RGB: (190,162,160)

Color info

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

RGB color model

#BEA2A0 color RGB value is (190,162,160).

RGB: (190,162,160) (75%, 64%, 63%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 160 of 255 = 63%

190
162
160

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

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 160 = 512 (100%)
R 190 of 512 ~ 37.11%
G 162 of 512 ~ 31.64%
B 160 of 512 ~ 31.25'%

%37.11
%31.64
%31.25

CMYK color model

#BEA2A0 color CMYK value is (0,15,16,25).

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

CMYK: (0,15,16,25)
C0M15Y16K25 (0%, 15%, 16%, 25%)
(0.00 / 0.15 / 0.16 / 0.25)

CMYK percentages

%0
%14.74
%15.79
%25.49

Codes

Color #BEA2A0 in popluar color models

BE A2 A0
RGB 190 162 160
HSL 18.75% 68.63%
HSB/HSV 15.79% 74.51%
CMYK 0.00% 14.74% 15.79%
25.49%

Color #BEA2A0 in popluar number systems.

HEX BE A2 A0
Decimal 190 162 160
Binary 10111110 10100010 10100000
Octal 276 242 240

Shades and tints

Shades of #BEA2A0

#BEA2A0
(190,162,160)
#AD9492
(173,148,146)
#9C8684
(156,134,132)
#8B7876
(139,120,118)
#7A6A68
(122,106,104)
#695C5A
(105,92,90)
#584E4C
(88,78,76)
#47403E
(71,64,62)
#363230
(54,50,48)
#252422
(37,36,34)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEA2A0

#BEA2A0
(190,162,160)
#C3AAA8
(195,170,168)
#C8B2B0
(200,178,176)
#CDBAB8
(205,186,184)
#D2C2C0
(210,194,192)
#D7CAC8
(215,202,200)
#DCD2D0
(220,210,208)
#E1DAD8
(225,218,216)
#E6E2E0
(230,226,224)
#EBEAE8
(235,234,232)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA2A0; }

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

This text font color is #BEA2A0.

Background Color

.myBgColor { background-color: #BEA2A0; }

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

This div background color is #BEA2A0.

Border color

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

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

This div border color is #BEA2A0.

Opacity

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

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

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

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

This text has shadow with #BEA2A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA2A0.

Preview

Color preview on black background

This text has color #BEA2A0 on black background.


Color preview on white background

This text has color #BEA2A0 on white background.


Black color preview on #BEA2A0 background

This text has black color on #BEA2A0 background.


White color preview on #BEA2A0 background

This text has white color on #BEA2A0 background.


Related colors

Complementary color

Complementary color for #hex is #415D5F.


I love getcolorcode.com

Triadic colors

1 #A0BEA2 and #A2A0BE with #BEA2A0 are triadic colors.

2 #A0A2BE and #A2BEA0 with #BEA2A0 are triadic colors.