COLOR #BEAE92

HEX: #BEAE92
RGB: (190,174,146)

Color info

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

RGB color model

#BEAE92 color RGB value is (190,174,146).

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

RGB channels and saturation

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

190
174
146

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

Portions of RGB colors in percentages

R + G + B =
190 + 174 + 146 = 510 (100%)
R 190 of 510 ~ 37.25%
G 174 of 510 ~ 34.12%
B 146 of 510 ~ 28.63%

%37.25
%34.12
%28.63

CMYK color model

#BEAE92 color CMYK value is (0,8,23,25).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 23.16%
  • key color value is 25.49%
CMYK:
(0,8,23,25)
C0M8Y23K25 
(0%,8%,23%,25%)
(0.00/0.08/0.23/0.25)	

CMYK percentages

%0
%8.42
%23.16
%25.49

Codes

Color #BEAE92 in popluar color models

BEAE92
RGB190174146
HSL38°25.29%65.88%
HSB/HSV38°23.16%74.51%
CMYK0.00%8.42%23.16%
25.49%

Color #BEAE92 in popluar number systems.

HEXBEAE92
Decimal190174146
Binary101111101010111010010010
Octal276256222

Shades and tints

Shades of #BEAE92

#BEAE92
(190,174,146)
#AD9F85
(173,159,133)
#9C9078
(156,144,120)
#8B816B
(139,129,107)
#7A725E
(122,114,94)
#696351
(105,99,81)
#585444
(88,84,68)
#474537
(71,69,55)
#36362A
(54,54,42)
#25271D
(37,39,29)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #BEAE92

#BEAE92
(190,174,146)
#C3B59B
(195,181,155)
#C8BCA4
(200,188,164)
#CDC3AD
(205,195,173)
#D2CAB6
(210,202,182)
#D7D1BF
(215,209,191)
#DCD8C8
(220,216,200)
#E1DFD1
(225,223,209)
#E6E6DA
(230,230,218)
#EBEDE3
(235,237,227)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAE92; }

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

This text font color is #BEAE92.


Background Color

.myBgColor { background-color: #BEAE92; }

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

This div background color is #BEAE92.


Border color

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

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

This div border color is #BEAE92.


Opacity

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

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

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

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

This text has shadow with #BEAE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAE92 on black background.


Color preview on white background

This text has color #BEAE92 on white background.



Black color preview on #BEAE92 background

This text has black color on #BEAE92 background.


White color preview on #BEAE92 background

This text has white color on #BEAE92 background.