COLOR #BEB996

HEX: #BEB996
RGB: (190,185,150)

Color info

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

RGB color model

#BEB996 color RGB value is (190,185,150).

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

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 150 of 255 = 59%

190
185
150

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

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 150 = 525 (100%)
R 190 of 525 ~ 36.19%
G 185 of 525 ~ 35.24%
B 150 of 525 ~ 28.57%

%36.19
%35.24
%28.57

CMYK color model

#BEB996 color CMYK value is (0,3,21,25).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(0,3,21,25)
C0M3Y21K25 
(0%,3%,21%,25%)
(0.00/0.03/0.21/0.25)	

CMYK percentages

%0
%2.63
%21.05
%25.49

Codes

Color #BEB996 in popluar color models

BEB996
RGB190185150
HSL53°23.53%66.67%
HSB/HSV53°21.05%74.51%
CMYK0.00%2.63%21.05%
25.49%

Color #BEB996 in popluar number systems.

HEXBEB996
Decimal190185150
Binary101111101011100110010110
Octal276271226

Shades and tints

Shades of #BEB996

#BEB996
(190,185,150)
#ADA989
(173,169,137)
#9C997C
(156,153,124)
#8B896F
(139,137,111)
#7A7962
(122,121,98)
#696955
(105,105,85)
#585948
(88,89,72)
#47493B
(71,73,59)
#36392E
(54,57,46)
#252921
(37,41,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEB996

#BEB996
(190,185,150)
#C3BF9F
(195,191,159)
#C8C5A8
(200,197,168)
#CDCBB1
(205,203,177)
#D2D1BA
(210,209,186)
#D7D7C3
(215,215,195)
#DCDDCC
(220,221,204)
#E1E3D5
(225,227,213)
#E6E9DE
(230,233,222)
#EBEFE7
(235,239,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB996; }

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

This text font color is #BEB996.


Background Color

.myBgColor { background-color: #BEB996; }

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

This div background color is #BEB996.


Border color

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

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

This div border color is #BEB996.


Opacity

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

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

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

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

This text has shadow with #BEB996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB996 on black background.


Color preview on white background

This text has color #BEB996 on white background.



Black color preview on #BEB996 background

This text has black color on #BEB996 background.


White color preview on #BEB996 background

This text has white color on #BEB996 background.