COLOR #BEA0AE

HEX: #BEA0AE RGB: (190,160,174)

Color info

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

RGB color model

#BEA0AE color RGB value is (190,160,174).

RGB: (190,160,174) (75%, 63%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 174 of 255 = 68%

190
160
174

R + G + B ~ 69%. #BEA0AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 160 + 174 = 524 (100%)
R 190 of 524 ~ 36.26%
G 160 of 524 ~ 30.53%
B 174 of 524 ~ 33.21'%

%36.26
%30.53
%33.21

CMYK color model

#BEA0AE color CMYK value is (0,16,8,25).

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

CMYK: (0,16,8,25)
C0M16Y8K25 (0%, 16%, 8%, 25%)
(0.00 / 0.16 / 0.08 / 0.25)

CMYK percentages

%0
%15.79
%8.42
%25.49

Codes

Color #BEA0AE in popluar color models

BE A0 AE
RGB 190 160 174
HSL 332° 18.75% 68.63%
HSB/HSV 332° 15.79% 74.51%
CMYK 0.00% 15.79% 8.42%
25.49%

Color #BEA0AE in popluar number systems.

HEX BE A0 AE
Decimal 190 160 174
Binary 10111110 10100000 10101110
Octal 276 240 256

Shades and tints

Shades of #BEA0AE

#BEA0AE
(190,160,174)
#AD929F
(173,146,159)
#9C8490
(156,132,144)
#8B7681
(139,118,129)
#7A6872
(122,104,114)
#695A63
(105,90,99)
#584C54
(88,76,84)
#473E45
(71,62,69)
#363036
(54,48,54)
#252227
(37,34,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEA0AE

#BEA0AE
(190,160,174)
#C3A8B5
(195,168,181)
#C8B0BC
(200,176,188)
#CDB8C3
(205,184,195)
#D2C0CA
(210,192,202)
#D7C8D1
(215,200,209)
#DCD0D8
(220,208,216)
#E1D8DF
(225,216,223)
#E6E0E6
(230,224,230)
#EBE8ED
(235,232,237)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA0AE; }

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

This text font color is #BEA0AE.

Background Color

.myBgColor { background-color: #BEA0AE; }

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

This div background color is #BEA0AE.

Border color

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

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

This div border color is #BEA0AE.

Opacity

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

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

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

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

This text has shadow with #BEA0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA0AE.

Preview

Color preview on black background

This text has color #BEA0AE on black background.


Color preview on white background

This text has color #BEA0AE on white background.


Black color preview on #BEA0AE background

This text has black color on #BEA0AE background.


White color preview on #BEA0AE background

This text has white color on #BEA0AE background.


Related colors

Complementary color

Complementary color for #hex is #415F51.


I love getcolorcode.com

Triadic colors

1 #AEBEA0 and #A0AEBE with #BEA0AE are triadic colors.

2 #AEA0BE and #A0BEAE with #BEA0AE are triadic colors.