COLOR #BEA69B

HEX: #BEA69B RGB: (190,166,155)

Color info

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

RGB color model

#BEA69B color RGB value is (190,166,155).

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

RGB channels and saturation

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

190
166
155

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

Portions of RGB colors in percentages

R + G + B = 190 + 166 + 155 = 511 (100%)
R 190 of 511 ~ 37.18%
G 166 of 511 ~ 32.49%
B 155 of 511 ~ 30.33'%

%37.18
%32.49
%30.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.63%
  • 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
%12.63
%18.42
%25.49

Codes

Color #BEA69B in popluar color models

BE A6 9B
RGB 190 166 155
HSL 19° 21.21% 67.65%
HSB/HSV 19° 18.42% 74.51%
CMYK 0.00% 12.63% 18.42%
25.49%

Color #BEA69B in popluar number systems.

HEX BE A6 9B
Decimal 190 166 155
Binary 10111110 10100110 10011011
Octal 276 246 233

Shades and tints

Shades of #BEA69B

#BEA69B
(190,166,155)
#AD978D
(173,151,141)
#9C887F
(156,136,127)
#8B7971
(139,121,113)
#7A6A63
(122,106,99)
#695B55
(105,91,85)
#584C47
(88,76,71)
#473D39
(71,61,57)
#362E2B
(54,46,43)
#251F1D
(37,31,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #BEA69B

#BEA69B
(190,166,155)
#C3AEA4
(195,174,164)
#C8B6AD
(200,182,173)
#CDBEB6
(205,190,182)
#D2C6BF
(210,198,191)
#D7CEC8
(215,206,200)
#DCD6D1
(220,214,209)
#E1DEDA
(225,222,218)
#E6E6E3
(230,230,227)
#EBEEEC
(235,238,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA69B; }

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

This text font color is #BEA69B.

Background Color

.myBgColor { background-color: #BEA69B; }

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

This div background color is #BEA69B.

Border color

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

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

This div border color is #BEA69B.

Opacity

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

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

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

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

This text has shadow with #BEA69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA69B.

Preview

Color preview on black background

This text has color #BEA69B on black background.


Color preview on white background

This text has color #BEA69B on white background.


Black color preview on #BEA69B background

This text has black color on #BEA69B background.


White color preview on #BEA69B background

This text has white color on #BEA69B background.


Related colors

Complementary color

Complementary color for #hex is #415964.


I love getcolorcode.com

Triadic colors

1 #9BBEA6 and #A69BBE with #BEA69B are triadic colors.

2 #9BA6BE and #A6BE9B with #BEA69B are triadic colors.