COLOR #BEAE91

HEX: #BEAE91
RGB: (190,174,145)

Color info

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

RGB color model

#BEAE91 color RGB value is (190,174,145).

  • red value is 190;
  • green value is 174;
  • blue value is 145.
RGB:
(190,174,145)
(75%,68%,57%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 145 of 255 = 57%

190
174
145

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

Portions of RGB colors in percentages

R + G + B =
190 + 174 + 145 = 509 (100%)
R 190 of 509 ~ 37.33%
G 174 of 509 ~ 34.18%
B 145 of 509 ~ 28.49%

%37.33
%34.18
%28.49

CMYK color model

#BEAE91 color CMYK value is (0,8,24,25).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(0,8,24,25)
C0M8Y24K25 
(0%,8%,24%,25%)
(0.00/0.08/0.24/0.25)	

CMYK percentages

%0
%8.42
%23.68
%25.49

Codes

Color #BEAE91 in popluar color models

BEAE91
RGB190174145
HSL39°25.71%65.69%
HSB/HSV39°23.68%74.51%
CMYK0.00%8.42%23.68%
25.49%

Color #BEAE91 in popluar number systems.

HEXBEAE91
Decimal190174145
Binary101111101010111010010001
Octal276256221

Shades and tints

Shades of #BEAE91

#BEAE91
(190,174,145)
#AD9F84
(173,159,132)
#9C9077
(156,144,119)
#8B816A
(139,129,106)
#7A725D
(122,114,93)
#696350
(105,99,80)
#585443
(88,84,67)
#474536
(71,69,54)
#363629
(54,54,41)
#25271C
(37,39,28)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #BEAE91

#BEAE91
(190,174,145)
#C3B59B
(195,181,155)
#C8BCA5
(200,188,165)
#CDC3AF
(205,195,175)
#D2CAB9
(210,202,185)
#D7D1C3
(215,209,195)
#DCD8CD
(220,216,205)
#E1DFD7
(225,223,215)
#E6E6E1
(230,230,225)
#EBEDEB
(235,237,235)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAE91; }

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

This text font color is #BEAE91.


Background Color

.myBgColor { background-color: #BEAE91; }

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

This div background color is #BEAE91.


Border color

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

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

This div border color is #BEAE91.


Opacity

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

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

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

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

This text has shadow with #BEAE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAE91 on black background.


Color preview on white background

This text has color #BEAE91 on white background.



Black color preview on #BEAE91 background

This text has black color on #BEAE91 background.


White color preview on #BEAE91 background

This text has white color on #BEAE91 background.