COLOR #BEB796

HEX: #BEB796
RGB: (190,183,150)

Color info

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

RGB color model

#BEB796 color RGB value is (190,183,150).

  • red value is 190;
  • green value is 183;
  • blue value is 150.
RGB:
(190,183,150)
(75%,72%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 150 of 255 = 59%

190
183
150

R + G + B ~ 69%. #BEB796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 150 = 523 (100%)
R 190 of 523 ~ 36.33%
G 183 of 523 ~ 34.99%
B 150 of 523 ~ 28.68%

%36.33
%34.99
%28.68

CMYK color model

#BEB796 color CMYK value is (0,4,21,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(0,4,21,25)
C0M4Y21K25 
(0%,4%,21%,25%)
(0.00/0.04/0.21/0.25)	

CMYK percentages

%0
%3.68
%21.05
%25.49

Codes

Color #BEB796 in popluar color models

BEB796
RGB190183150
HSL50°23.53%66.67%
HSB/HSV50°21.05%74.51%
CMYK0.00%3.68%21.05%
25.49%

Color #BEB796 in popluar number systems.

HEXBEB796
Decimal190183150
Binary101111101011011110010110
Octal276267226

Shades and tints

Shades of #BEB796

#BEB796
(190,183,150)
#ADA789
(173,167,137)
#9C977C
(156,151,124)
#8B876F
(139,135,111)
#7A7762
(122,119,98)
#696755
(105,103,85)
#585748
(88,87,72)
#47473B
(71,71,59)
#36372E
(54,55,46)
#252721
(37,39,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BEB796

#BEB796
(190,183,150)
#C3BD9F
(195,189,159)
#C8C3A8
(200,195,168)
#CDC9B1
(205,201,177)
#D2CFBA
(210,207,186)
#D7D5C3
(215,213,195)
#DCDBCC
(220,219,204)
#E1E1D5
(225,225,213)
#E6E7DE
(230,231,222)
#EBEDE7
(235,237,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB796; }

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

This text font color is #BEB796.


Background Color

.myBgColor { background-color: #BEB796; }

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

This div background color is #BEB796.


Border color

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

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

This div border color is #BEB796.


Opacity

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

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

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

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

This text has shadow with #BEB796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB796 on black background.


Color preview on white background

This text has color #BEB796 on white background.



Black color preview on #BEB796 background

This text has black color on #BEB796 background.


White color preview on #BEB796 background

This text has white color on #BEB796 background.