COLOR #BEBA86

HEX: #BEBA86 RGB: (190,186,134)

Color info

#BEBA86 contains red, green and blue colors in about the same proportion. Web safe color of #BEBA86 is #CCCC99 (or #CC9).

RGB color model

#BEBA86 color RGB value is (190,186,134).

RGB: (190,186,134) (75%, 73%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 134 of 255 = 53%

190
186
134

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

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 134 = 510 (100%)
R 190 of 510 ~ 37.25%
G 186 of 510 ~ 36.47%
B 134 of 510 ~ 26.27'%

%37.25
%36.47
%26.27

CMYK color model

#BEBA86 color CMYK value is (0,2,29,25).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 29.47%
  • key color value is 25.49%

CMYK: (0,2,29,25)
C0M2Y29K25 (0%, 2%, 29%, 25%)
(0.00 / 0.02 / 0.29 / 0.25)

CMYK percentages

%0
%2.11
%29.47
%25.49

Codes

Color #BEBA86 in popluar color models

BE BA 86
RGB 190 186 134
HSL 56° 30.11% 63.53%
HSB/HSV 56° 29.47% 74.51%
CMYK 0.00% 2.11% 29.47%
25.49%

Color #BEBA86 in popluar number systems.

HEX BE BA 86
Decimal 190 186 134
Binary 10111110 10111010 10000110
Octal 276 272 206

Shades and tints

Shades of #BEBA86

#BEBA86
(190,186,134)
#ADAA7A
(173,170,122)
#9C9A6E
(156,154,110)
#8B8A62
(139,138,98)
#7A7A56
(122,122,86)
#696A4A
(105,106,74)
#585A3E
(88,90,62)
#474A32
(71,74,50)
#363A26
(54,58,38)
#252A1A
(37,42,26)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #BEBA86

#BEBA86
(190,186,134)
#C3C091
(195,192,145)
#C8C69C
(200,198,156)
#CDCCA7
(205,204,167)
#D2D2B2
(210,210,178)
#D7D8BD
(215,216,189)
#DCDEC8
(220,222,200)
#E1E4D3
(225,228,211)
#E6EADE
(230,234,222)
#EBF0E9
(235,240,233)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBA86 color. Also use rgb(190,186,134) instead hex code.

Text Font Color

.myTextColor { color: #BEBA86; }

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

This text font color is #BEBA86.

Background Color

.myBgColor { background-color: #BEBA86; }

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

This div background color is #BEBA86.

Border color

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

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

This div border color is #BEBA86.

Opacity

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

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

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

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

This text has shadow with #BEBA86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBA86.

Preview

Color preview on black background

This text has color #BEBA86 on black background.


Color preview on white background

This text has color #BEBA86 on white background.


Black color preview on #BEBA86 background

This text has black color on #BEBA86 background.


White color preview on #BEBA86 background

This text has white color on #BEBA86 background.


Related colors

Complementary color

Complementary color for #hex is #414579.


I love getcolorcode.com

Triadic colors

1 #86BEBA and #BA86BE with #BEBA86 are triadic colors.

2 #86BABE and #BABE86 with #BEBA86 are triadic colors.