COLOR #BEA998

HEX: #BEA998 RGB: (190,169,152)

Color info

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

RGB color model

#BEA998 color RGB value is (190,169,152).

RGB: (190,169,152) (75%, 66%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 152 of 255 = 60%

190
169
152

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

Portions of RGB colors in percentages

R + G + B = 190 + 169 + 152 = 511 (100%)
R 190 of 511 ~ 37.18%
G 169 of 511 ~ 33.07%
B 152 of 511 ~ 29.75'%

%37.18
%33.07
%29.75

CMYK color model

#BEA998 color CMYK value is (0,11,20,25).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 20.00%
  • key color value is 25.49%

CMYK: (0,11,20,25)
C0M11Y20K25 (0%, 11%, 20%, 25%)
(0.00 / 0.11 / 0.20 / 0.25)

CMYK percentages

%0
%11.05
%20
%25.49

Codes

Color #BEA998 in popluar color models

BE A9 98
RGB 190 169 152
HSL 27° 22.62% 67.06%
HSB/HSV 27° 20.00% 74.51%
CMYK 0.00% 11.05% 20.00%
25.49%

Color #BEA998 in popluar number systems.

HEX BE A9 98
Decimal 190 169 152
Binary 10111110 10101001 10011000
Octal 276 251 230

Shades and tints

Shades of #BEA998

#BEA998
(190,169,152)
#AD9A8B
(173,154,139)
#9C8B7E
(156,139,126)
#8B7C71
(139,124,113)
#7A6D64
(122,109,100)
#695E57
(105,94,87)
#584F4A
(88,79,74)
#47403D
(71,64,61)
#363130
(54,49,48)
#252223
(37,34,35)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #BEA998

#BEA998
(190,169,152)
#C3B0A1
(195,176,161)
#C8B7AA
(200,183,170)
#CDBEB3
(205,190,179)
#D2C5BC
(210,197,188)
#D7CCC5
(215,204,197)
#DCD3CE
(220,211,206)
#E1DAD7
(225,218,215)
#E6E1E0
(230,225,224)
#EBE8E9
(235,232,233)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA998 color. Also use rgb(190,169,152) instead hex code.

Text Font Color

.myTextColor { color: #BEA998; }

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

This text font color is #BEA998.

Background Color

.myBgColor { background-color: #BEA998; }

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

This div background color is #BEA998.

Border color

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

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

This div border color is #BEA998.

Opacity

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

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

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

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

This text has shadow with #BEA998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA998.

Preview

Color preview on black background

This text has color #BEA998 on black background.


Color preview on white background

This text has color #BEA998 on white background.


Black color preview on #BEA998 background

This text has black color on #BEA998 background.


White color preview on #BEA998 background

This text has white color on #BEA998 background.


Related colors

Complementary color

Complementary color for #hex is #415667.


I love getcolorcode.com

Triadic colors

1 #98BEA9 and #A998BE with #BEA998 are triadic colors.

2 #98A9BE and #A9BE98 with #BEA998 are triadic colors.