COLOR #BEAAA5

HEX: #BEAAA5 RGB: (190,170,165)

Color info

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

RGB color model

#BEAAA5 color RGB value is (190,170,165).

RGB: (190,170,165) (75%, 67%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 165 of 255 = 65%

190
170
165

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

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 165 = 525 (100%)
R 190 of 525 ~ 36.19%
G 170 of 525 ~ 32.38%
B 165 of 525 ~ 31.43'%

%36.19
%32.38
%31.43

CMYK color model

#BEAAA5 color CMYK value is (0,11,13,25).

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

CMYK: (0,11,13,25)
C0M11Y13K25 (0%, 11%, 13%, 25%)
(0.00 / 0.11 / 0.13 / 0.25)

CMYK percentages

%0
%10.53
%13.16
%25.49

Codes

Color #BEAAA5 in popluar color models

BE AA A5
RGB 190 170 165
HSL 12° 16.13% 69.61%
HSB/HSV 12° 13.16% 74.51%
CMYK 0.00% 10.53% 13.16%
25.49%

Color #BEAAA5 in popluar number systems.

HEX BE AA A5
Decimal 190 170 165
Binary 10111110 10101010 10100101
Octal 276 252 245

Shades and tints

Shades of #BEAAA5

#BEAAA5
(190,170,165)
#AD9B96
(173,155,150)
#9C8C87
(156,140,135)
#8B7D78
(139,125,120)
#7A6E69
(122,110,105)
#695F5A
(105,95,90)
#58504B
(88,80,75)
#47413C
(71,65,60)
#36322D
(54,50,45)
#25231E
(37,35,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BEAAA5

#BEAAA5
(190,170,165)
#C3B1AD
(195,177,173)
#C8B8B5
(200,184,181)
#CDBFBD
(205,191,189)
#D2C6C5
(210,198,197)
#D7CDCD
(215,205,205)
#DCD4D5
(220,212,213)
#E1DBDD
(225,219,221)
#E6E2E5
(230,226,229)
#EBE9ED
(235,233,237)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAAA5; }

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

This text font color is #BEAAA5.

Background Color

.myBgColor { background-color: #BEAAA5; }

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

This div background color is #BEAAA5.

Border color

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

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

This div border color is #BEAAA5.

Opacity

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

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

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

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

This text has shadow with #BEAAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAAA5.

Preview

Color preview on black background

This text has color #BEAAA5 on black background.


Color preview on white background

This text has color #BEAAA5 on white background.


Black color preview on #BEAAA5 background

This text has black color on #BEAAA5 background.


White color preview on #BEAAA5 background

This text has white color on #BEAAA5 background.


Related colors

Complementary color

Complementary color for #hex is #41555A.


I love getcolorcode.com

Triadic colors

1 #A5BEAA and #AAA5BE with #BEAAA5 are triadic colors.

2 #A5AABE and #AABEA5 with #BEAAA5 are triadic colors.