COLOR #BEB899

HEX: #BEB899
RGB: (190,184,153)

Color info

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

RGB color model

#BEB899 color RGB value is (190,184,153).

  • red value is 190;
  • green value is 184;
  • blue value is 153.
RGB:
(190,184,153)
(75%,72%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 153 of 255 = 60%

190
184
153

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

Portions of RGB colors in percentages

R + G + B =
190 + 184 + 153 = 527 (100%)
R 190 of 527 ~ 36.05%
G 184 of 527 ~ 34.91%
B 153 of 527 ~ 29.03%

%36.05
%34.91
%29.03

CMYK color model

#BEB899 color CMYK value is (0,3,19,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(0,3,19,25)
C0M3Y19K25 
(0%,3%,19%,25%)
(0.00/0.03/0.19/0.25)	

CMYK percentages

%0
%3.16
%19.47
%25.49

Codes

Color #BEB899 in popluar color models

BEB899
RGB190184153
HSL50°22.16%67.25%
HSB/HSV50°19.47%74.51%
CMYK0.00%3.16%19.47%
25.49%

Color #BEB899 in popluar number systems.

HEXBEB899
Decimal190184153
Binary101111101011100010011001
Octal276270231

Shades and tints

Shades of #BEB899

#BEB899
(190,184,153)
#ADA88C
(173,168,140)
#9C987F
(156,152,127)
#8B8872
(139,136,114)
#7A7865
(122,120,101)
#696858
(105,104,88)
#58584B
(88,88,75)
#47483E
(71,72,62)
#363831
(54,56,49)
#252824
(37,40,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEB899

#BEB899
(190,184,153)
#C3BEA2
(195,190,162)
#C8C4AB
(200,196,171)
#CDCAB4
(205,202,180)
#D2D0BD
(210,208,189)
#D7D6C6
(215,214,198)
#DCDCCF
(220,220,207)
#E1E2D8
(225,226,216)
#E6E8E1
(230,232,225)
#EBEEEA
(235,238,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB899 color. Also use rgb(190,184,153) instead hex code.

Text Font Color

.myTextColor { color: #BEB899; }

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

This text font color is #BEB899.


Background Color

.myBgColor { background-color: #BEB899; }

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

This div background color is #BEB899.


Border color

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

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

This div border color is #BEB899.


Opacity

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

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

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

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

This text has shadow with #BEB899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB899 on black background.


Color preview on white background

This text has color #BEB899 on white background.



Black color preview on #BEB899 background

This text has black color on #BEB899 background.


White color preview on #BEB899 background

This text has white color on #BEB899 background.