COLOR #BEA09D

HEX: #BEA09D RGB: (190,160,157)

Color info

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

RGB color model

#BEA09D color RGB value is (190,160,157).

RGB: (190,160,157) (75%, 63%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 157 of 255 = 62%

190
160
157

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

Portions of RGB colors in percentages

R + G + B = 190 + 160 + 157 = 507 (100%)
R 190 of 507 ~ 37.48%
G 160 of 507 ~ 31.56%
B 157 of 507 ~ 30.97'%

%37.48
%31.56
%30.97

CMYK color model

#BEA09D color CMYK value is (0,16,17,25).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 17.37%
  • key color value is 25.49%

CMYK: (0,16,17,25)
C0M16Y17K25 (0%, 16%, 17%, 25%)
(0.00 / 0.16 / 0.17 / 0.25)

CMYK percentages

%0
%15.79
%17.37
%25.49

Codes

Color #BEA09D in popluar color models

BE A0 9D
RGB 190 160 157
HSL 20.25% 68.04%
HSB/HSV 17.37% 74.51%
CMYK 0.00% 15.79% 17.37%
25.49%

Color #BEA09D in popluar number systems.

HEX BE A0 9D
Decimal 190 160 157
Binary 10111110 10100000 10011101
Octal 276 240 235

Shades and tints

Shades of #BEA09D

#BEA09D
(190,160,157)
#AD928F
(173,146,143)
#9C8481
(156,132,129)
#8B7673
(139,118,115)
#7A6865
(122,104,101)
#695A57
(105,90,87)
#584C49
(88,76,73)
#473E3B
(71,62,59)
#36302D
(54,48,45)
#25221F
(37,34,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEA09D

#BEA09D
(190,160,157)
#C3A8A5
(195,168,165)
#C8B0AD
(200,176,173)
#CDB8B5
(205,184,181)
#D2C0BD
(210,192,189)
#D7C8C5
(215,200,197)
#DCD0CD
(220,208,205)
#E1D8D5
(225,216,213)
#E6E0DD
(230,224,221)
#EBE8E5
(235,232,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA09D color. Also use rgb(190,160,157) instead hex code.

Text Font Color

.myTextColor { color: #BEA09D; }

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

This text font color is #BEA09D.

Background Color

.myBgColor { background-color: #BEA09D; }

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

This div background color is #BEA09D.

Border color

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

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

This div border color is #BEA09D.

Opacity

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

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

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

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

This text has shadow with #BEA09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA09D.

Preview

Color preview on black background

This text has color #BEA09D on black background.


Color preview on white background

This text has color #BEA09D on white background.


Black color preview on #BEA09D background

This text has black color on #BEA09D background.


White color preview on #BEA09D background

This text has white color on #BEA09D background.


Related colors

Complementary color

Complementary color for #hex is #415F62.


I love getcolorcode.com

Triadic colors

1 #9DBEA0 and #A09DBE with #BEA09D are triadic colors.

2 #9DA0BE and #A0BE9D with #BEA09D are triadic colors.