COLOR #BEA89E

HEX: #BEA89E RGB: (190,168,158)

Color info

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

RGB color model

#BEA89E color RGB value is (190,168,158).

RGB: (190,168,158) (75%, 66%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 168 of 255 = 66%
B 158 of 255 = 62%

190
168
158

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

Portions of RGB colors in percentages

R + G + B = 190 + 168 + 158 = 516 (100%)
R 190 of 516 ~ 36.82%
G 168 of 516 ~ 32.56%
B 158 of 516 ~ 30.62'%

%36.82
%32.56
%30.62

CMYK color model

#BEA89E color CMYK value is (0,12,17,25).

  • cyan value is 0.00%
  • magenta value is 11.58%
  • yellow value is 16.84%
  • key color value is 25.49%

CMYK: (0,12,17,25)
C0M12Y17K25 (0%, 12%, 17%, 25%)
(0.00 / 0.12 / 0.17 / 0.25)

CMYK percentages

%0
%11.58
%16.84
%25.49

Codes

Color #BEA89E in popluar color models

BE A8 9E
RGB 190 168 158
HSL 19° 19.75% 68.24%
HSB/HSV 19° 16.84% 74.51%
CMYK 0.00% 11.58% 16.84%
25.49%

Color #BEA89E in popluar number systems.

HEX BE A8 9E
Decimal 190 168 158
Binary 10111110 10101000 10011110
Octal 276 250 236

Shades and tints

Shades of #BEA89E

#BEA89E
(190,168,158)
#AD9990
(173,153,144)
#9C8A82
(156,138,130)
#8B7B74
(139,123,116)
#7A6C66
(122,108,102)
#695D58
(105,93,88)
#584E4A
(88,78,74)
#473F3C
(71,63,60)
#36302E
(54,48,46)
#252120
(37,33,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #BEA89E

#BEA89E
(190,168,158)
#C3AFA6
(195,175,166)
#C8B6AE
(200,182,174)
#CDBDB6
(205,189,182)
#D2C4BE
(210,196,190)
#D7CBC6
(215,203,198)
#DCD2CE
(220,210,206)
#E1D9D6
(225,217,214)
#E6E0DE
(230,224,222)
#EBE7E6
(235,231,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA89E color. Also use rgb(190,168,158) instead hex code.

Text Font Color

.myTextColor { color: #BEA89E; }

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

This text font color is #BEA89E.

Background Color

.myBgColor { background-color: #BEA89E; }

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

This div background color is #BEA89E.

Border color

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

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

This div border color is #BEA89E.

Opacity

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

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

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

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

This text has shadow with #BEA89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA89E.

Preview

Color preview on black background

This text has color #BEA89E on black background.


Color preview on white background

This text has color #BEA89E on white background.


Black color preview on #BEA89E background

This text has black color on #BEA89E background.


White color preview on #BEA89E background

This text has white color on #BEA89E background.


Related colors

Complementary color

Complementary color for #hex is #415761.


I love getcolorcode.com

Triadic colors

1 #9EBEA8 and #A89EBE with #BEA89E are triadic colors.

2 #9EA8BE and #A8BE9E with #BEA89E are triadic colors.