COLOR #BEA596

HEX: #BEA596 RGB: (190,165,150)

Color info

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

RGB color model

#BEA596 color RGB value is (190,165,150).

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

RGB channels and saturation

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

190
165
150

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

Portions of RGB colors in percentages

R + G + B = 190 + 165 + 150 = 505 (100%)
R 190 of 505 ~ 37.62%
G 165 of 505 ~ 32.67%
B 150 of 505 ~ 29.7'%

%37.62
%32.67
%29.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 21.05%
  • 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
%21.05
%25.49

Codes

Color #BEA596 in popluar color models

BE A5 96
RGB 190 165 150
HSL 23° 23.53% 66.67%
HSB/HSV 23° 21.05% 74.51%
CMYK 0.00% 13.16% 21.05%
25.49%

Color #BEA596 in popluar number systems.

HEX BE A5 96
Decimal 190 165 150
Binary 10111110 10100101 10010110
Octal 276 245 226

Shades and tints

Shades of #BEA596

#BEA596
(190,165,150)
#AD9689
(173,150,137)
#9C877C
(156,135,124)
#8B786F
(139,120,111)
#7A6962
(122,105,98)
#695A55
(105,90,85)
#584B48
(88,75,72)
#473C3B
(71,60,59)
#362D2E
(54,45,46)
#251E21
(37,30,33)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #BEA596

#BEA596
(190,165,150)
#C3AD9F
(195,173,159)
#C8B5A8
(200,181,168)
#CDBDB1
(205,189,177)
#D2C5BA
(210,197,186)
#D7CDC3
(215,205,195)
#DCD5CC
(220,213,204)
#E1DDD5
(225,221,213)
#E6E5DE
(230,229,222)
#EBEDE7
(235,237,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA596; }

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

This text font color is #BEA596.

Background Color

.myBgColor { background-color: #BEA596; }

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

This div background color is #BEA596.

Border color

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

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

This div border color is #BEA596.

Opacity

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

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

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

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

This text has shadow with #BEA596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA596.

Preview

Color preview on black background

This text has color #BEA596 on black background.


Color preview on white background

This text has color #BEA596 on white background.


Black color preview on #BEA596 background

This text has black color on #BEA596 background.


White color preview on #BEA596 background

This text has white color on #BEA596 background.


Related colors

Complementary color

Complementary color for #hex is #415A69.


I love getcolorcode.com

Triadic colors

1 #96BEA5 and #A596BE with #BEA596 are triadic colors.

2 #96A5BE and #A5BE96 with #BEA596 are triadic colors.