COLOR #BEA6A2

HEX: #BEA6A2 RGB: (190,166,162)

Color info

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

RGB color model

#BEA6A2 color RGB value is (190,166,162).

RGB: (190,166,162) (75%, 65%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 166 of 255 = 65%
B 162 of 255 = 64%

190
166
162

R + G + B ~ 68%. #BEA6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 166 + 162 = 518 (100%)
R 190 of 518 ~ 36.68%
G 166 of 518 ~ 32.05%
B 162 of 518 ~ 31.27'%

%36.68
%32.05
%31.27

CMYK color model

#BEA6A2 color CMYK value is (0,13,15,25).

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

CMYK: (0,13,15,25)
C0M13Y15K25 (0%, 13%, 15%, 25%)
(0.00 / 0.13 / 0.15 / 0.25)

CMYK percentages

%0
%12.63
%14.74
%25.49

Codes

Color #BEA6A2 in popluar color models

BE A6 A2
RGB 190 166 162
HSL 17.72% 69.02%
HSB/HSV 14.74% 74.51%
CMYK 0.00% 12.63% 14.74%
25.49%

Color #BEA6A2 in popluar number systems.

HEX BE A6 A2
Decimal 190 166 162
Binary 10111110 10100110 10100010
Octal 276 246 242

Shades and tints

Shades of #BEA6A2

#BEA6A2
(190,166,162)
#AD9794
(173,151,148)
#9C8886
(156,136,134)
#8B7978
(139,121,120)
#7A6A6A
(122,106,106)
#695B5C
(105,91,92)
#584C4E
(88,76,78)
#473D40
(71,61,64)
#362E32
(54,46,50)
#251F24
(37,31,36)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BEA6A2

#BEA6A2
(190,166,162)
#C3AEAA
(195,174,170)
#C8B6B2
(200,182,178)
#CDBEBA
(205,190,186)
#D2C6C2
(210,198,194)
#D7CECA
(215,206,202)
#DCD6D2
(220,214,210)
#E1DEDA
(225,222,218)
#E6E6E2
(230,230,226)
#EBEEEA
(235,238,234)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6A2; }

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

This text font color is #BEA6A2.

Background Color

.myBgColor { background-color: #BEA6A2; }

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

This div background color is #BEA6A2.

Border color

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

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

This div border color is #BEA6A2.

Opacity

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

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

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

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

This text has shadow with #BEA6A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA6A2.

Preview

Color preview on black background

This text has color #BEA6A2 on black background.


Color preview on white background

This text has color #BEA6A2 on white background.


Black color preview on #BEA6A2 background

This text has black color on #BEA6A2 background.


White color preview on #BEA6A2 background

This text has white color on #BEA6A2 background.


Related colors

Complementary color

Complementary color for #hex is #41595D.


I love getcolorcode.com

Triadic colors

1 #A2BEA6 and #A6A2BE with #BEA6A2 are triadic colors.

2 #A2A6BE and #A6BEA2 with #BEA6A2 are triadic colors.