COLOR #BEA3A5

HEX: #BEA3A5 RGB: (190,163,165)

Color info

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

RGB color model

#BEA3A5 color RGB value is (190,163,165).

RGB: (190,163,165) (75%, 64%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 165 of 255 = 65%

190
163
165

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

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 165 = 518 (100%)
R 190 of 518 ~ 36.68%
G 163 of 518 ~ 31.47%
B 165 of 518 ~ 31.85'%

%36.68
%31.47
%31.85

CMYK color model

#BEA3A5 color CMYK value is (0,14,13,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 13.16%
  • key color value is 25.49%
CMYK: (0,14,13,25) C0M14Y13K25 (0%,14%,13%,25%) (0.00/0.14/0.13/0.25) 

CMYK percentages

%0
%14.21
%13.16
%25.49

Codes

Color #BEA3A5 in popluar color models

BE A3 A5
RGB 190 163 165
HSL 356° 17.20% 69.22%
HSB/HSV 356° 14.21% 74.51%
CMYK 0.00% 14.21% 13.16%
25.49%

Color #BEA3A5 in popluar number systems.

HEX BE A3 A5
Decimal 190 163 165
Binary 10111110 10100011 10100101
Octal 276 243 245

Shades and tints

Shades of #BEA3A5

#BEA3A5
(190,163,165)
#AD9596
(173,149,150)
#9C8787
(156,135,135)
#8B7978
(139,121,120)
#7A6B69
(122,107,105)
#695D5A
(105,93,90)
#584F4B
(88,79,75)
#47413C
(71,65,60)
#36332D
(54,51,45)
#25251E
(37,37,30)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #BEA3A5

#BEA3A5
(190,163,165)
#C3ABAD
(195,171,173)
#C8B3B5
(200,179,181)
#CDBBBD
(205,187,189)
#D2C3C5
(210,195,197)
#D7CBCD
(215,203,205)
#DCD3D5
(220,211,213)
#E1DBDD
(225,219,221)
#E6E3E5
(230,227,229)
#EBEBED
(235,235,237)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA3A5 color. Also use rgb(190,163,165) instead hex code.

Text Font Color

.myTextColor { color: #BEA3A5; }

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

This text font color is #BEA3A5.

Background Color

.myBgColor { background-color: #BEA3A5; }

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

This div background color is #BEA3A5.

Border color

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

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

This div border color is #BEA3A5.

Opacity

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

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

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

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

This text has shadow with #BEA3A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA3A5.

Preview

Color preview on black background

This text has color #BEA3A5 on black background.


Color preview on white background

This text has color #BEA3A5 on white background.


Black color preview on #BEA3A5 background

This text has black color on #BEA3A5 background.


White color preview on #BEA3A5 background

This text has white color on #BEA3A5 background.


Related colors

Complementary color

Complementary color for #hex is #415C5A.


I love getcolorcode.com

Triadic colors

1 #A5BEA3 and #A3A5BE with #BEA3A5 are triadic colors.

2 #A5A3BE and #A3BEA5 with #BEA3A5 are triadic colors.