COLOR #BEA291

HEX: #BEA291 RGB: (190,162,145)

Color info

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

RGB color model

#BEA291 color RGB value is (190,162,145).

RGB: (190,162,145) (75%, 64%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 145 of 255 = 57%

190
162
145

R + G + B ~ 65%. #BEA291 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 162 + 145 = 497 (100%)
R 190 of 497 ~ 38.23%
G 162 of 497 ~ 32.6%
B 145 of 497 ~ 29.18'%

%38.23
%32.6
%29.18

CMYK color model

#BEA291 color CMYK value is (0,15,24,25).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 23.68%
  • key color value is 25.49%

CMYK: (0,15,24,25)
C0M15Y24K25 (0%, 15%, 24%, 25%)
(0.00 / 0.15 / 0.24 / 0.25)

CMYK percentages

%0
%14.74
%23.68
%25.49

Codes

Color #BEA291 in popluar color models

BE A2 91
RGB 190 162 145
HSL 23° 25.71% 65.69%
HSB/HSV 23° 23.68% 74.51%
CMYK 0.00% 14.74% 23.68%
25.49%

Color #BEA291 in popluar number systems.

HEX BE A2 91
Decimal 190 162 145
Binary 10111110 10100010 10010001
Octal 276 242 221

Shades and tints

Shades of #BEA291

#BEA291
(190,162,145)
#AD9484
(173,148,132)
#9C8677
(156,134,119)
#8B786A
(139,120,106)
#7A6A5D
(122,106,93)
#695C50
(105,92,80)
#584E43
(88,78,67)
#474036
(71,64,54)
#363229
(54,50,41)
#25241C
(37,36,28)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #BEA291

#BEA291
(190,162,145)
#C3AA9B
(195,170,155)
#C8B2A5
(200,178,165)
#CDBAAF
(205,186,175)
#D2C2B9
(210,194,185)
#D7CAC3
(215,202,195)
#DCD2CD
(220,210,205)
#E1DAD7
(225,218,215)
#E6E2E1
(230,226,225)
#EBEAEB
(235,234,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA291 color. Also use rgb(190,162,145) instead hex code.

Text Font Color

.myTextColor { color: #BEA291; }

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

This text font color is #BEA291.

Background Color

.myBgColor { background-color: #BEA291; }

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

This div background color is #BEA291.

Border color

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

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

This div border color is #BEA291.

Opacity

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

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

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

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

This text has shadow with #BEA291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA291.

Preview

Color preview on black background

This text has color #BEA291 on black background.


Color preview on white background

This text has color #BEA291 on white background.


Black color preview on #BEA291 background

This text has black color on #BEA291 background.


White color preview on #BEA291 background

This text has white color on #BEA291 background.


Related colors

Complementary color

Complementary color for #hex is #415D6E.


I love getcolorcode.com

Triadic colors

1 #91BEA2 and #A291BE with #BEA291 are triadic colors.

2 #91A2BE and #A2BE91 with #BEA291 are triadic colors.