COLOR #BEAA91

HEX: #BEAA91 RGB: (190,170,145)

Color info

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

RGB color model

#BEAA91 color RGB value is (190,170,145).

RGB: (190,170,145) (75%, 67%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 145 of 255 = 57%

190
170
145

R + G + B ~ 66%. #BEAA91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 145 = 505 (100%)
R 190 of 505 ~ 37.62%
G 170 of 505 ~ 33.66%
B 145 of 505 ~ 28.71'%

%37.62
%33.66
%28.71

CMYK color model

#BEAA91 color CMYK value is (0,11,24,25).

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

CMYK: (0,11,24,25)
C0M11Y24K25 (0%, 11%, 24%, 25%)
(0.00 / 0.11 / 0.24 / 0.25)

CMYK percentages

%0
%10.53
%23.68
%25.49

Codes

Color #BEAA91 in popluar color models

BE AA 91
RGB 190 170 145
HSL 33° 25.71% 65.69%
HSB/HSV 33° 23.68% 74.51%
CMYK 0.00% 10.53% 23.68%
25.49%

Color #BEAA91 in popluar number systems.

HEX BE AA 91
Decimal 190 170 145
Binary 10111110 10101010 10010001
Octal 276 252 221

Shades and tints

Shades of #BEAA91

#BEAA91
(190,170,145)
#AD9B84
(173,155,132)
#9C8C77
(156,140,119)
#8B7D6A
(139,125,106)
#7A6E5D
(122,110,93)
#695F50
(105,95,80)
#585043
(88,80,67)
#474136
(71,65,54)
#363229
(54,50,41)
#25231C
(37,35,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BEAA91

#BEAA91
(190,170,145)
#C3B19B
(195,177,155)
#C8B8A5
(200,184,165)
#CDBFAF
(205,191,175)
#D2C6B9
(210,198,185)
#D7CDC3
(215,205,195)
#DCD4CD
(220,212,205)
#E1DBD7
(225,219,215)
#E6E2E1
(230,226,225)
#EBE9EB
(235,233,235)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAA91; }

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

This text font color is #BEAA91.

Background Color

.myBgColor { background-color: #BEAA91; }

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

This div background color is #BEAA91.

Border color

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

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

This div border color is #BEAA91.

Opacity

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

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

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

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

This text has shadow with #BEAA91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAA91.

Preview

Color preview on black background

This text has color #BEAA91 on black background.


Color preview on white background

This text has color #BEAA91 on white background.


Black color preview on #BEAA91 background

This text has black color on #BEAA91 background.


White color preview on #BEAA91 background

This text has white color on #BEAA91 background.


Related colors

Complementary color

Complementary color for #hex is #41556E.


I love getcolorcode.com

Triadic colors

1 #91BEAA and #AA91BE with #BEAA91 are triadic colors.

2 #91AABE and #AABE91 with #BEAA91 are triadic colors.