COLOR #BEB997

HEX: #BEB997
RGB: (190,185,151)

Color info

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

RGB color model

#BEB997 color RGB value is (190,185,151).

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

RGB channels and saturation

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

190
185
151

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

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 151 = 526 (100%)
R 190 of 526 ~ 36.12%
G 185 of 526 ~ 35.17%
B 151 of 526 ~ 28.71%

%36.12
%35.17
%28.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 20.53%
  • 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
%20.53
%25.49

Codes

Color #BEB997 in popluar color models

BEB997
RGB190185151
HSL52°23.08%66.86%
HSB/HSV52°20.53%74.51%
CMYK0.00%2.63%20.53%
25.49%

Color #BEB997 in popluar number systems.

HEXBEB997
Decimal190185151
Binary101111101011100110010111
Octal276271227

Shades and tints

Shades of #BEB997

#BEB997
(190,185,151)
#ADA98A
(173,169,138)
#9C997D
(156,153,125)
#8B8970
(139,137,112)
#7A7963
(122,121,99)
#696956
(105,105,86)
#585949
(88,89,73)
#47493C
(71,73,60)
#36392F
(54,57,47)
#252922
(37,41,34)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEB997

#BEB997
(190,185,151)
#C3BFA0
(195,191,160)
#C8C5A9
(200,197,169)
#CDCBB2
(205,203,178)
#D2D1BB
(210,209,187)
#D7D7C4
(215,215,196)
#DCDDCD
(220,221,205)
#E1E3D6
(225,227,214)
#E6E9DF
(230,233,223)
#EBEFE8
(235,239,232)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB997; }

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

This text font color is #BEB997.


Background Color

.myBgColor { background-color: #BEB997; }

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

This div background color is #BEB997.


Border color

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

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

This div border color is #BEB997.


Opacity

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

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

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

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

This text has shadow with #BEB997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB997 on black background.


Color preview on white background

This text has color #BEB997 on white background.



Black color preview on #BEB997 background

This text has black color on #BEB997 background.


White color preview on #BEB997 background

This text has white color on #BEB997 background.