COLOR #BEAE88

HEX: #BEAE88 RGB: (190,174,136)

Color info

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

RGB color model

#BEAE88 color RGB value is (190,174,136).

RGB: (190,174,136) (75%, 68%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 136 of 255 = 53%

190
174
136

R + G + B ~ 65%. #BEAE88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 136 = 500 (100%)
R 190 of 500 ~ 38%
G 174 of 500 ~ 34.8%
B 136 of 500 ~ 27.2'%

%38
%34.8
%27.2

CMYK color model

#BEAE88 color CMYK value is (0,8,28,25).

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

CMYK: (0,8,28,25)
C0M8Y28K25 (0%, 8%, 28%, 25%)
(0.00 / 0.08 / 0.28 / 0.25)

CMYK percentages

%0
%8.42
%28.42
%25.49

Codes

Color #BEAE88 in popluar color models

BE AE 88
RGB 190 174 136
HSL 42° 29.35% 63.92%
HSB/HSV 42° 28.42% 74.51%
CMYK 0.00% 8.42% 28.42%
25.49%

Color #BEAE88 in popluar number systems.

HEX BE AE 88
Decimal 190 174 136
Binary 10111110 10101110 10001000
Octal 276 256 210

Shades and tints

Shades of #BEAE88

#BEAE88
(190,174,136)
#AD9F7C
(173,159,124)
#9C9070
(156,144,112)
#8B8164
(139,129,100)
#7A7258
(122,114,88)
#69634C
(105,99,76)
#585440
(88,84,64)
#474534
(71,69,52)
#363628
(54,54,40)
#25271C
(37,39,28)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #BEAE88

#BEAE88
(190,174,136)
#C3B592
(195,181,146)
#C8BC9C
(200,188,156)
#CDC3A6
(205,195,166)
#D2CAB0
(210,202,176)
#D7D1BA
(215,209,186)
#DCD8C4
(220,216,196)
#E1DFCE
(225,223,206)
#E6E6D8
(230,230,216)
#EBEDE2
(235,237,226)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAE88; }

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

This text font color is #BEAE88.

Background Color

.myBgColor { background-color: #BEAE88; }

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

This div background color is #BEAE88.

Border color

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

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

This div border color is #BEAE88.

Opacity

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

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

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

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

This text has shadow with #BEAE88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAE88.

Preview

Color preview on black background

This text has color #BEAE88 on black background.


Color preview on white background

This text has color #BEAE88 on white background.


Black color preview on #BEAE88 background

This text has black color on #BEAE88 background.


White color preview on #BEAE88 background

This text has white color on #BEAE88 background.


Related colors

Complementary color

Complementary color for #hex is #415177.


I love getcolorcode.com

Triadic colors

1 #88BEAE and #AE88BE with #BEAE88 are triadic colors.

2 #88AEBE and #AEBE88 with #BEAE88 are triadic colors.