COLOR #BEA098

HEX: #BEA098 RGB: (190,160,152)

Color info

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

RGB color model

#BEA098 color RGB value is (190,160,152).

RGB: (190,160,152) (75%, 63%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 152 of 255 = 60%

190
160
152

R + G + B ~ 66%. #BEA098 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 160 + 152 = 502 (100%)
R 190 of 502 ~ 37.85%
G 160 of 502 ~ 31.87%
B 152 of 502 ~ 30.28'%

%37.85
%31.87
%30.28

CMYK color model

#BEA098 color CMYK value is (0,16,20,25).

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

CMYK: (0,16,20,25)
C0M16Y20K25 (0%, 16%, 20%, 25%)
(0.00 / 0.16 / 0.20 / 0.25)

CMYK percentages

%0
%15.79
%20
%25.49

Codes

Color #BEA098 in popluar color models

BE A0 98
RGB 190 160 152
HSL 13° 22.62% 67.06%
HSB/HSV 13° 20.00% 74.51%
CMYK 0.00% 15.79% 20.00%
25.49%

Color #BEA098 in popluar number systems.

HEX BE A0 98
Decimal 190 160 152
Binary 10111110 10100000 10011000
Octal 276 240 230

Shades and tints

Shades of #BEA098

#BEA098
(190,160,152)
#AD928B
(173,146,139)
#9C847E
(156,132,126)
#8B7671
(139,118,113)
#7A6864
(122,104,100)
#695A57
(105,90,87)
#584C4A
(88,76,74)
#473E3D
(71,62,61)
#363030
(54,48,48)
#252223
(37,34,35)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEA098

#BEA098
(190,160,152)
#C3A8A1
(195,168,161)
#C8B0AA
(200,176,170)
#CDB8B3
(205,184,179)
#D2C0BC
(210,192,188)
#D7C8C5
(215,200,197)
#DCD0CE
(220,208,206)
#E1D8D7
(225,216,215)
#E6E0E0
(230,224,224)
#EBE8E9
(235,232,233)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA098; }

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

This text font color is #BEA098.

Background Color

.myBgColor { background-color: #BEA098; }

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

This div background color is #BEA098.

Border color

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

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

This div border color is #BEA098.

Opacity

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

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

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

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

This text has shadow with #BEA098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA098.

Preview

Color preview on black background

This text has color #BEA098 on black background.


Color preview on white background

This text has color #BEA098 on white background.


Black color preview on #BEA098 background

This text has black color on #BEA098 background.


White color preview on #BEA098 background

This text has white color on #BEA098 background.


Related colors

Complementary color

Complementary color for #hex is #415F67.


I love getcolorcode.com

Triadic colors

1 #98BEA0 and #A098BE with #BEA098 are triadic colors.

2 #98A0BE and #A0BE98 with #BEA098 are triadic colors.