COLOR #BEAA93

HEX: #BEAA93 RGB: (190,170,147)

Color info

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

RGB color model

#BEAA93 color RGB value is (190,170,147).

RGB: (190,170,147) (75%, 67%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 147 of 255 = 58%

190
170
147

R + G + B ~ 67%. #BEAA93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 147 = 507 (100%)
R 190 of 507 ~ 37.48%
G 170 of 507 ~ 33.53%
B 147 of 507 ~ 28.99'%

%37.48
%33.53
%28.99

CMYK color model

#BEAA93 color CMYK value is (0,11,23,25).

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

CMYK: (0,11,23,25)
C0M11Y23K25 (0%, 11%, 23%, 25%)
(0.00 / 0.11 / 0.23 / 0.25)

CMYK percentages

%0
%10.53
%22.63
%25.49

Codes

Color #BEAA93 in popluar color models

BE AA 93
RGB 190 170 147
HSL 32° 24.86% 66.08%
HSB/HSV 32° 22.63% 74.51%
CMYK 0.00% 10.53% 22.63%
25.49%

Color #BEAA93 in popluar number systems.

HEX BE AA 93
Decimal 190 170 147
Binary 10111110 10101010 10010011
Octal 276 252 223

Shades and tints

Shades of #BEAA93

#BEAA93
(190,170,147)
#AD9B86
(173,155,134)
#9C8C79
(156,140,121)
#8B7D6C
(139,125,108)
#7A6E5F
(122,110,95)
#695F52
(105,95,82)
#585045
(88,80,69)
#474138
(71,65,56)
#36322B
(54,50,43)
#25231E
(37,35,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEAA93

#BEAA93
(190,170,147)
#C3B19C
(195,177,156)
#C8B8A5
(200,184,165)
#CDBFAE
(205,191,174)
#D2C6B7
(210,198,183)
#D7CDC0
(215,205,192)
#DCD4C9
(220,212,201)
#E1DBD2
(225,219,210)
#E6E2DB
(230,226,219)
#EBE9E4
(235,233,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAA93; }

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

This text font color is #BEAA93.

Background Color

.myBgColor { background-color: #BEAA93; }

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

This div background color is #BEAA93.

Border color

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

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

This div border color is #BEAA93.

Opacity

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

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

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

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

This text has shadow with #BEAA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAA93.

Preview

Color preview on black background

This text has color #BEAA93 on black background.


Color preview on white background

This text has color #BEAA93 on white background.


Black color preview on #BEAA93 background

This text has black color on #BEAA93 background.


White color preview on #BEAA93 background

This text has white color on #BEAA93 background.


Related colors

Complementary color

Complementary color for #hex is #41556C.


I love getcolorcode.com

Triadic colors

1 #93BEAA and #AA93BE with #BEAA93 are triadic colors.

2 #93AABE and #AABE93 with #BEAA93 are triadic colors.