COLOR #BEAA7F

HEX: #BEAA7F RGB: (190,170,127)

Color info

#BEAA7F contains mainly red and green colors. Web safe color of #BEAA7F is #CC9966 (or #C96).

RGB color model

#BEAA7F color RGB value is (190,170,127).

RGB: (190,170,127) (75%, 67%, 50%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 127 of 255 = 50%

190
170
127

R + G + B ~ 64%. #BEAA7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 127 = 487 (100%)
R 190 of 487 ~ 39.01%
G 170 of 487 ~ 34.91%
B 127 of 487 ~ 26.08'%

%39.01
%34.91
%26.08

CMYK color model

#BEAA7F color CMYK value is (0,11,33,25).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK: (0,11,33,25) C0M11Y33K25 (0%,11%,33%,25%) (0.00/0.11/0.33/0.25) 

CMYK percentages

%0
%10.53
%33.16
%25.49

Codes

Color #BEAA7F in popluar color models

BE AA 7F
RGB 190 170 127
HSL 41° 32.64% 62.16%
HSB/HSV 41° 33.16% 74.51%
CMYK 0.00% 10.53% 33.16%
25.49%

Color #BEAA7F in popluar number systems.

HEX BE AA 7F
Decimal 190 170 127
Binary 10111110 10101010 1111111
Octal 276 252 177

Shades and tints

Shades of #BEAA7F

#BEAA7F
(190,170,127)
#AD9B74
(173,155,116)
#9C8C69
(156,140,105)
#8B7D5E
(139,125,94)
#7A6E53
(122,110,83)
#695F48
(105,95,72)
#58503D
(88,80,61)
#474132
(71,65,50)
#363227
(54,50,39)
#25231C
(37,35,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEAA7F

#BEAA7F
(190,170,127)
#C3B18A
(195,177,138)
#C8B895
(200,184,149)
#CDBFA0
(205,191,160)
#D2C6AB
(210,198,171)
#D7CDB6
(215,205,182)
#DCD4C1
(220,212,193)
#E1DBCC
(225,219,204)
#E6E2D7
(230,226,215)
#EBE9E2
(235,233,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAA7F; }

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

This text font color is #BEAA7F.

Background Color

.myBgColor { background-color: #BEAA7F; }

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

This div background color is #BEAA7F.

Border color

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

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

This div border color is #BEAA7F.

Opacity

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

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

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

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

This text has shadow with #BEAA7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAA7F.

Preview

Color preview on black background

This text has color #BEAA7F on black background.


Color preview on white background

This text has color #BEAA7F on white background.


Black color preview on #BEAA7F background

This text has black color on #BEAA7F background.


White color preview on #BEAA7F background

This text has white color on #BEAA7F background.


Related colors

Complementary color

Complementary color for #hex is #415580.


I love getcolorcode.com

Triadic colors

1 #7FBEAA and #AA7FBE with #BEAA7F are triadic colors.

2 #7FAABE and #AABE7F with #BEAA7F are triadic colors.