COLOR #BEA597

HEX: #BEA597 RGB: (190,165,151)

Color info

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

RGB color model

#BEA597 color RGB value is (190,165,151).

RGB: (190,165,151) (75%, 65%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 165 of 255 = 65%
B 151 of 255 = 59%

190
165
151

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

Portions of RGB colors in percentages

R + G + B = 190 + 165 + 151 = 506 (100%)
R 190 of 506 ~ 37.55%
G 165 of 506 ~ 32.61%
B 151 of 506 ~ 29.84'%

%37.55
%32.61
%29.84

CMYK color model

#BEA597 color CMYK value is (0,13,21,25).

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

CMYK: (0,13,21,25)
C0M13Y21K25 (0%, 13%, 21%, 25%)
(0.00 / 0.13 / 0.21 / 0.25)

CMYK percentages

%0
%13.16
%20.53
%25.49

Codes

Color #BEA597 in popluar color models

BE A5 97
RGB 190 165 151
HSL 22° 23.08% 66.86%
HSB/HSV 22° 20.53% 74.51%
CMYK 0.00% 13.16% 20.53%
25.49%

Color #BEA597 in popluar number systems.

HEX BE A5 97
Decimal 190 165 151
Binary 10111110 10100101 10010111
Octal 276 245 227

Shades and tints

Shades of #BEA597

#BEA597
(190,165,151)
#AD968A
(173,150,138)
#9C877D
(156,135,125)
#8B7870
(139,120,112)
#7A6963
(122,105,99)
#695A56
(105,90,86)
#584B49
(88,75,73)
#473C3C
(71,60,60)
#362D2F
(54,45,47)
#251E22
(37,30,34)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #BEA597

#BEA597
(190,165,151)
#C3ADA0
(195,173,160)
#C8B5A9
(200,181,169)
#CDBDB2
(205,189,178)
#D2C5BB
(210,197,187)
#D7CDC4
(215,205,196)
#DCD5CD
(220,213,205)
#E1DDD6
(225,221,214)
#E6E5DF
(230,229,223)
#EBEDE8
(235,237,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA597; }

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

This text font color is #BEA597.

Background Color

.myBgColor { background-color: #BEA597; }

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

This div background color is #BEA597.

Border color

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

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

This div border color is #BEA597.

Opacity

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

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

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

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

This text has shadow with #BEA597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA597.

Preview

Color preview on black background

This text has color #BEA597 on black background.


Color preview on white background

This text has color #BEA597 on white background.


Black color preview on #BEA597 background

This text has black color on #BEA597 background.


White color preview on #BEA597 background

This text has white color on #BEA597 background.


Related colors

Complementary color

Complementary color for #hex is #415A68.


I love getcolorcode.com

Triadic colors

1 #97BEA5 and #A597BE with #BEA597 are triadic colors.

2 #97A5BE and #A5BE97 with #BEA597 are triadic colors.