COLOR #BEAA76

HEX: #BEAA76 RGB: (190,170,118)

Color info

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

RGB color model

#BEAA76 color RGB value is (190,170,118).

RGB: (190,170,118) (75%, 67%, 46%)

RGB channels and saturation

R 190 of 255 = 75%
G 170 of 255 = 67%
B 118 of 255 = 46%

190
170
118

R + G + B ~ 63%. #BEAA76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 170 + 118 = 478 (100%)
R 190 of 478 ~ 39.75%
G 170 of 478 ~ 35.56%
B 118 of 478 ~ 24.69'%

%39.75
%35.56
%24.69

CMYK color model

#BEAA76 color CMYK value is (0,11,38,25).

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

CMYK: (0,11,38,25)
C0M11Y38K25 (0%, 11%, 38%, 25%)
(0.00 / 0.11 / 0.38 / 0.25)

CMYK percentages

%0
%10.53
%37.89
%25.49

Codes

Color #BEAA76 in popluar color models

BE AA 76
RGB 190 170 118
HSL 43° 35.64% 60.39%
HSB/HSV 43° 37.89% 74.51%
CMYK 0.00% 10.53% 37.89%
25.49%

Color #BEAA76 in popluar number systems.

HEX BE AA 76
Decimal 190 170 118
Binary 10111110 10101010 1110110
Octal 276 252 166

Shades and tints

Shades of #BEAA76

#BEAA76
(190,170,118)
#AD9B6C
(173,155,108)
#9C8C62
(156,140,98)
#8B7D58
(139,125,88)
#7A6E4E
(122,110,78)
#695F44
(105,95,68)
#58503A
(88,80,58)
#474130
(71,65,48)
#363226
(54,50,38)
#25231C
(37,35,28)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #BEAA76

#BEAA76
(190,170,118)
#C3B182
(195,177,130)
#C8B88E
(200,184,142)
#CDBF9A
(205,191,154)
#D2C6A6
(210,198,166)
#D7CDB2
(215,205,178)
#DCD4BE
(220,212,190)
#E1DBCA
(225,219,202)
#E6E2D6
(230,226,214)
#EBE9E2
(235,233,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAA76; }

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

This text font color is #BEAA76.

Background Color

.myBgColor { background-color: #BEAA76; }

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

This div background color is #BEAA76.

Border color

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

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

This div border color is #BEAA76.

Opacity

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

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

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

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

This text has shadow with #BEAA76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAA76.

Preview

Color preview on black background

This text has color #BEAA76 on black background.


Color preview on white background

This text has color #BEAA76 on white background.


Black color preview on #BEAA76 background

This text has black color on #BEAA76 background.


White color preview on #BEAA76 background

This text has white color on #BEAA76 background.


Related colors

Complementary color

Complementary color for #hex is #415589.


I love getcolorcode.com

Triadic colors

1 #76BEAA and #AA76BE with #BEAA76 are triadic colors.

2 #76AABE and #AABE76 with #BEAA76 are triadic colors.