COLOR #BEAEA5

HEX: #BEAEA5 RGB: (190,174,165)

Color info

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

RGB color model

#BEAEA5 color RGB value is (190,174,165).

RGB: (190,174,165) (75%, 68%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 165 of 255 = 65%

190
174
165

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

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 165 = 529 (100%)
R 190 of 529 ~ 35.92%
G 174 of 529 ~ 32.89%
B 165 of 529 ~ 31.19'%

%35.92
%32.89
%31.19

CMYK color model

#BEAEA5 color CMYK value is (0,8,13,25).

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

CMYK: (0,8,13,25)
C0M8Y13K25 (0%, 8%, 13%, 25%)
(0.00 / 0.08 / 0.13 / 0.25)

CMYK percentages

%0
%8.42
%13.16
%25.49

Codes

Color #BEAEA5 in popluar color models

BE AE A5
RGB 190 174 165
HSL 22° 16.13% 69.61%
HSB/HSV 22° 13.16% 74.51%
CMYK 0.00% 8.42% 13.16%
25.49%

Color #BEAEA5 in popluar number systems.

HEX BE AE A5
Decimal 190 174 165
Binary 10111110 10101110 10100101
Octal 276 256 245

Shades and tints

Shades of #BEAEA5

#BEAEA5
(190,174,165)
#AD9F96
(173,159,150)
#9C9087
(156,144,135)
#8B8178
(139,129,120)
#7A7269
(122,114,105)
#69635A
(105,99,90)
#58544B
(88,84,75)
#47453C
(71,69,60)
#36362D
(54,54,45)
#25271E
(37,39,30)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #BEAEA5

#BEAEA5
(190,174,165)
#C3B5AD
(195,181,173)
#C8BCB5
(200,188,181)
#CDC3BD
(205,195,189)
#D2CAC5
(210,202,197)
#D7D1CD
(215,209,205)
#DCD8D5
(220,216,213)
#E1DFDD
(225,223,221)
#E6E6E5
(230,230,229)
#EBEDED
(235,237,237)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAEA5; }

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

This text font color is #BEAEA5.

Background Color

.myBgColor { background-color: #BEAEA5; }

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

This div background color is #BEAEA5.

Border color

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

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

This div border color is #BEAEA5.

Opacity

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

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

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

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

This text has shadow with #BEAEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAEA5.

Preview

Color preview on black background

This text has color #BEAEA5 on black background.


Color preview on white background

This text has color #BEAEA5 on white background.


Black color preview on #BEAEA5 background

This text has black color on #BEAEA5 background.


White color preview on #BEAEA5 background

This text has white color on #BEAEA5 background.


Related colors

Complementary color

Complementary color for #hex is #41515A.


I love getcolorcode.com

Triadic colors

1 #A5BEAE and #AEA5BE with #BEAEA5 are triadic colors.

2 #A5AEBE and #AEBEA5 with #BEAEA5 are triadic colors.