COLOR #BEAE9D

HEX: #BEAE9D RGB: (190,174,157)

Color info

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

RGB color model

#BEAE9D color RGB value is (190,174,157).

RGB: (190,174,157) (75%, 68%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 157 of 255 = 62%

190
174
157

R + G + B ~ 68%. #BEAE9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 157 = 521 (100%)
R 190 of 521 ~ 36.47%
G 174 of 521 ~ 33.4%
B 157 of 521 ~ 30.13'%

%36.47
%33.4
%30.13

CMYK color model

#BEAE9D color CMYK value is (0,8,17,25).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 17.37%
  • key color value is 25.49%

CMYK: (0,8,17,25)
C0M8Y17K25 (0%, 8%, 17%, 25%)
(0.00 / 0.08 / 0.17 / 0.25)

CMYK percentages

%0
%8.42
%17.37
%25.49

Codes

Color #BEAE9D in popluar color models

BE AE 9D
RGB 190 174 157
HSL 31° 20.25% 68.04%
HSB/HSV 31° 17.37% 74.51%
CMYK 0.00% 8.42% 17.37%
25.49%

Color #BEAE9D in popluar number systems.

HEX BE AE 9D
Decimal 190 174 157
Binary 10111110 10101110 10011101
Octal 276 256 235

Shades and tints

Shades of #BEAE9D

#BEAE9D
(190,174,157)
#AD9F8F
(173,159,143)
#9C9081
(156,144,129)
#8B8173
(139,129,115)
#7A7265
(122,114,101)
#696357
(105,99,87)
#585449
(88,84,73)
#47453B
(71,69,59)
#36362D
(54,54,45)
#25271F
(37,39,31)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEAE9D

#BEAE9D
(190,174,157)
#C3B5A5
(195,181,165)
#C8BCAD
(200,188,173)
#CDC3B5
(205,195,181)
#D2CABD
(210,202,189)
#D7D1C5
(215,209,197)
#DCD8CD
(220,216,205)
#E1DFD5
(225,223,213)
#E6E6DD
(230,230,221)
#EBEDE5
(235,237,229)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAE9D; }

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

This text font color is #BEAE9D.

Background Color

.myBgColor { background-color: #BEAE9D; }

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

This div background color is #BEAE9D.

Border color

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

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

This div border color is #BEAE9D.

Opacity

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

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

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

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

This text has shadow with #BEAE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAE9D.

Preview

Color preview on black background

This text has color #BEAE9D on black background.


Color preview on white background

This text has color #BEAE9D on white background.


Black color preview on #BEAE9D background

This text has black color on #BEAE9D background.


White color preview on #BEAE9D background

This text has white color on #BEAE9D background.


Related colors

Complementary color

Complementary color for #hex is #415162.


I love getcolorcode.com

Triadic colors

1 #9DBEAE and #AE9DBE with #BEAE9D are triadic colors.

2 #9DAEBE and #AEBE9D with #BEAE9D are triadic colors.