COLOR #BEA59B

HEX: #BEA59B RGB: (190,165,155)

Color info

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

RGB color model

#BEA59B color RGB value is (190,165,155).

RGB: (190,165,155) (75%, 65%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 165 of 255 = 65%
B 155 of 255 = 61%

190
165
155

R + G + B ~ 67%. #BEA59B is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 165 + 155 = 510 (100%)
R 190 of 510 ~ 37.25%
G 165 of 510 ~ 32.35%
B 155 of 510 ~ 30.39'%

%37.25
%32.35
%30.39

CMYK color model

#BEA59B color CMYK value is (0,13,18,25).

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

CMYK: (0,13,18,25)
C0M13Y18K25 (0%, 13%, 18%, 25%)
(0.00 / 0.13 / 0.18 / 0.25)

CMYK percentages

%0
%13.16
%18.42
%25.49

Codes

Color #BEA59B in popluar color models

BE A5 9B
RGB 190 165 155
HSL 17° 21.21% 67.65%
HSB/HSV 17° 18.42% 74.51%
CMYK 0.00% 13.16% 18.42%
25.49%

Color #BEA59B in popluar number systems.

HEX BE A5 9B
Decimal 190 165 155
Binary 10111110 10100101 10011011
Octal 276 245 233

Shades and tints

Shades of #BEA59B

#BEA59B
(190,165,155)
#AD968D
(173,150,141)
#9C877F
(156,135,127)
#8B7871
(139,120,113)
#7A6963
(122,105,99)
#695A55
(105,90,85)
#584B47
(88,75,71)
#473C39
(71,60,57)
#362D2B
(54,45,43)
#251E1D
(37,30,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #BEA59B

#BEA59B
(190,165,155)
#C3ADA4
(195,173,164)
#C8B5AD
(200,181,173)
#CDBDB6
(205,189,182)
#D2C5BF
(210,197,191)
#D7CDC8
(215,205,200)
#DCD5D1
(220,213,209)
#E1DDDA
(225,221,218)
#E6E5E3
(230,229,227)
#EBEDEC
(235,237,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA59B; }

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

This text font color is #BEA59B.

Background Color

.myBgColor { background-color: #BEA59B; }

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

This div background color is #BEA59B.

Border color

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

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

This div border color is #BEA59B.

Opacity

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

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

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

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

This text has shadow with #BEA59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA59B.

Preview

Color preview on black background

This text has color #BEA59B on black background.


Color preview on white background

This text has color #BEA59B on white background.


Black color preview on #BEA59B background

This text has black color on #BEA59B background.


White color preview on #BEA59B background

This text has white color on #BEA59B background.


Related colors

Complementary color

Complementary color for #hex is #415A64.


I love getcolorcode.com

Triadic colors

1 #9BBEA5 and #A59BBE with #BEA59B are triadic colors.

2 #9BA5BE and #A5BE9B with #BEA59B are triadic colors.