COLOR #BEA593

HEX: #BEA593 RGB: (190,165,147)

Color info

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

RGB color model

#BEA593 color RGB value is (190,165,147).

RGB: (190,165,147) (75%, 65%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 165 of 255 = 65%
B 147 of 255 = 58%

190
165
147

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

Portions of RGB colors in percentages

R + G + B = 190 + 165 + 147 = 502 (100%)
R 190 of 502 ~ 37.85%
G 165 of 502 ~ 32.87%
B 147 of 502 ~ 29.28'%

%37.85
%32.87
%29.28

CMYK color model

#BEA593 color CMYK value is (0,13,23,25).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 22.63%
  • key color value is 25.49%

CMYK: (0,13,23,25)
C0M13Y23K25 (0%, 13%, 23%, 25%)
(0.00 / 0.13 / 0.23 / 0.25)

CMYK percentages

%0
%13.16
%22.63
%25.49

Codes

Color #BEA593 in popluar color models

BE A5 93
RGB 190 165 147
HSL 25° 24.86% 66.08%
HSB/HSV 25° 22.63% 74.51%
CMYK 0.00% 13.16% 22.63%
25.49%

Color #BEA593 in popluar number systems.

HEX BE A5 93
Decimal 190 165 147
Binary 10111110 10100101 10010011
Octal 276 245 223

Shades and tints

Shades of #BEA593

#BEA593
(190,165,147)
#AD9686
(173,150,134)
#9C8779
(156,135,121)
#8B786C
(139,120,108)
#7A695F
(122,105,95)
#695A52
(105,90,82)
#584B45
(88,75,69)
#473C38
(71,60,56)
#362D2B
(54,45,43)
#251E1E
(37,30,30)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #BEA593

#BEA593
(190,165,147)
#C3AD9C
(195,173,156)
#C8B5A5
(200,181,165)
#CDBDAE
(205,189,174)
#D2C5B7
(210,197,183)
#D7CDC0
(215,205,192)
#DCD5C9
(220,213,201)
#E1DDD2
(225,221,210)
#E6E5DB
(230,229,219)
#EBEDE4
(235,237,228)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA593 color. Also use rgb(190,165,147) instead hex code.

Text Font Color

.myTextColor { color: #BEA593; }

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

This text font color is #BEA593.

Background Color

.myBgColor { background-color: #BEA593; }

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

This div background color is #BEA593.

Border color

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

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

This div border color is #BEA593.

Opacity

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

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

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

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

This text has shadow with #BEA593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA593.

Preview

Color preview on black background

This text has color #BEA593 on black background.


Color preview on white background

This text has color #BEA593 on white background.


Black color preview on #BEA593 background

This text has black color on #BEA593 background.


White color preview on #BEA593 background

This text has white color on #BEA593 background.


Related colors

Complementary color

Complementary color for #hex is #415A6C.


I love getcolorcode.com

Triadic colors

1 #93BEA5 and #A593BE with #BEA593 are triadic colors.

2 #93A5BE and #A5BE93 with #BEA593 are triadic colors.