COLOR #BEA58C

HEX: #BEA58C RGB: (190,165,140)

Color info

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

RGB color model

#BEA58C color RGB value is (190,165,140).

RGB: (190,165,140) (75%, 65%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 165 of 255 = 65%
B 140 of 255 = 55%

190
165
140

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

Portions of RGB colors in percentages

R + G + B = 190 + 165 + 140 = 495 (100%)
R 190 of 495 ~ 38.38%
G 165 of 495 ~ 33.33%
B 140 of 495 ~ 28.28'%

%38.38
%33.33
%28.28

CMYK color model

#BEA58C color CMYK value is (0,13,26,25).

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

CMYK: (0,13,26,25)
C0M13Y26K25 (0%, 13%, 26%, 25%)
(0.00 / 0.13 / 0.26 / 0.25)

CMYK percentages

%0
%13.16
%26.32
%25.49

Codes

Color #BEA58C in popluar color models

BE A5 8C
RGB 190 165 140
HSL 30° 27.78% 64.71%
HSB/HSV 30° 26.32% 74.51%
CMYK 0.00% 13.16% 26.32%
25.49%

Color #BEA58C in popluar number systems.

HEX BE A5 8C
Decimal 190 165 140
Binary 10111110 10100101 10001100
Octal 276 245 214

Shades and tints

Shades of #BEA58C

#BEA58C
(190,165,140)
#AD9680
(173,150,128)
#9C8774
(156,135,116)
#8B7868
(139,120,104)
#7A695C
(122,105,92)
#695A50
(105,90,80)
#584B44
(88,75,68)
#473C38
(71,60,56)
#362D2C
(54,45,44)
#251E20
(37,30,32)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #BEA58C

#BEA58C
(190,165,140)
#C3AD96
(195,173,150)
#C8B5A0
(200,181,160)
#CDBDAA
(205,189,170)
#D2C5B4
(210,197,180)
#D7CDBE
(215,205,190)
#DCD5C8
(220,213,200)
#E1DDD2
(225,221,210)
#E6E5DC
(230,229,220)
#EBEDE6
(235,237,230)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA58C; }

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

This text font color is #BEA58C.

Background Color

.myBgColor { background-color: #BEA58C; }

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

This div background color is #BEA58C.

Border color

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

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

This div border color is #BEA58C.

Opacity

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

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

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

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

This text has shadow with #BEA58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA58C.

Preview

Color preview on black background

This text has color #BEA58C on black background.


Color preview on white background

This text has color #BEA58C on white background.


Black color preview on #BEA58C background

This text has black color on #BEA58C background.


White color preview on #BEA58C background

This text has white color on #BEA58C background.


Related colors

Complementary color

Complementary color for #hex is #415A73.


I love getcolorcode.com

Triadic colors

1 #8CBEA5 and #A58CBE with #BEA58C are triadic colors.

2 #8CA5BE and #A5BE8C with #BEA58C are triadic colors.