COLOR #BEAEA4

HEX: #BEAEA4 RGB: (190,174,164)

Color info

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

RGB color model

#BEAEA4 color RGB value is (190,174,164).

RGB: (190,174,164) (75%, 68%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 174 of 255 = 68%
B 164 of 255 = 64%

190
174
164

R + G + B ~ 69%. #BEAEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 174 + 164 = 528 (100%)
R 190 of 528 ~ 35.98%
G 174 of 528 ~ 32.95%
B 164 of 528 ~ 31.06'%

%35.98
%32.95
%31.06

CMYK color model

#BEAEA4 color CMYK value is (0,8,14,25).

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

CMYK: (0,8,14,25)
C0M8Y14K25 (0%, 8%, 14%, 25%)
(0.00 / 0.08 / 0.14 / 0.25)

CMYK percentages

%0
%8.42
%13.68
%25.49

Codes

Color #BEAEA4 in popluar color models

BE AE A4
RGB 190 174 164
HSL 23° 16.67% 69.41%
HSB/HSV 23° 13.68% 74.51%
CMYK 0.00% 8.42% 13.68%
25.49%

Color #BEAEA4 in popluar number systems.

HEX BE AE A4
Decimal 190 174 164
Binary 10111110 10101110 10100100
Octal 276 256 244

Shades and tints

Shades of #BEAEA4

#BEAEA4
(190,174,164)
#AD9F96
(173,159,150)
#9C9088
(156,144,136)
#8B817A
(139,129,122)
#7A726C
(122,114,108)
#69635E
(105,99,94)
#585450
(88,84,80)
#474542
(71,69,66)
#363634
(54,54,52)
#252726
(37,39,38)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BEAEA4

#BEAEA4
(190,174,164)
#C3B5AC
(195,181,172)
#C8BCB4
(200,188,180)
#CDC3BC
(205,195,188)
#D2CAC4
(210,202,196)
#D7D1CC
(215,209,204)
#DCD8D4
(220,216,212)
#E1DFDC
(225,223,220)
#E6E6E4
(230,230,228)
#EBEDEC
(235,237,236)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAEA4; }

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

This text font color is #BEAEA4.

Background Color

.myBgColor { background-color: #BEAEA4; }

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

This div background color is #BEAEA4.

Border color

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

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

This div border color is #BEAEA4.

Opacity

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

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

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

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

This text has shadow with #BEAEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAEA4.

Preview

Color preview on black background

This text has color #BEAEA4 on black background.


Color preview on white background

This text has color #BEAEA4 on white background.


Black color preview on #BEAEA4 background

This text has black color on #BEAEA4 background.


White color preview on #BEAEA4 background

This text has white color on #BEAEA4 background.


Related colors

Complementary color

Complementary color for #hex is #41515B.


I love getcolorcode.com

Triadic colors

1 #A4BEAE and #AEA4BE with #BEAEA4 are triadic colors.

2 #A4AEBE and #AEBEA4 with #BEAEA4 are triadic colors.