COLOR #BEAE7C

HEX: #BEAE7C RGB: (190,174,124)

Color info

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

RGB color model

#BEAE7C color RGB value is (190,174,124).

RGB: (190,174,124) (75%, 68%, 49%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 124 of 255 = 49%

190
174
124

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

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 124 = 488 (100%)
R 190 of 488 ~ 38.93%
G 174 of 488 ~ 35.66%
B 124 of 488 ~ 25.41'%

%38.93
%35.66
%25.41

CMYK color model

#BEAE7C color CMYK value is (0,8,35,25).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 34.74%
  • key color value is 25.49%
CMYK: (0,8,35,25) C0M8Y35K25 (0%,8%,35%,25%) (0.00/0.08/0.35/0.25) 

CMYK percentages

%0
%8.42
%34.74
%25.49

Codes

Color #BEAE7C in popluar color models

BE AE 7C
RGB 190 174 124
HSL 45° 33.67% 61.57%
HSB/HSV 45° 34.74% 74.51%
CMYK 0.00% 8.42% 34.74%
25.49%

Color #BEAE7C in popluar number systems.

HEX BE AE 7C
Decimal 190 174 124
Binary 10111110 10101110 1111100
Octal 276 256 174

Shades and tints

Shades of #BEAE7C

#BEAE7C
(190,174,124)
#AD9F71
(173,159,113)
#9C9066
(156,144,102)
#8B815B
(139,129,91)
#7A7250
(122,114,80)
#696345
(105,99,69)
#58543A
(88,84,58)
#47452F
(71,69,47)
#363624
(54,54,36)
#252719
(37,39,25)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #BEAE7C

#BEAE7C
(190,174,124)
#C3B587
(195,181,135)
#C8BC92
(200,188,146)
#CDC39D
(205,195,157)
#D2CAA8
(210,202,168)
#D7D1B3
(215,209,179)
#DCD8BE
(220,216,190)
#E1DFC9
(225,223,201)
#E6E6D4
(230,230,212)
#EBEDDF
(235,237,223)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAE7C color. Also use rgb(190,174,124) instead hex code.

Text Font Color

.myTextColor { color: #BEAE7C; }

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

This text font color is #BEAE7C.

Background Color

.myBgColor { background-color: #BEAE7C; }

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

This div background color is #BEAE7C.

Border color

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

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

This div border color is #BEAE7C.

Opacity

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

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

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

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

This text has shadow with #BEAE7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAE7C.

Preview

Color preview on black background

This text has color #BEAE7C on black background.


Color preview on white background

This text has color #BEAE7C on white background.


Black color preview on #BEAE7C background

This text has black color on #BEAE7C background.


White color preview on #BEAE7C background

This text has white color on #BEAE7C background.


Related colors

Complementary color

Complementary color for #hex is #415183.


I love getcolorcode.com

Triadic colors

1 #7CBEAE and #AE7CBE with #BEAE7C are triadic colors.

2 #7CAEBE and #AEBE7C with #BEAE7C are triadic colors.