COLOR #BEB89D

HEX: #BEB89D
RGB: (190,184,157)

Color info

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

RGB color model

#BEB89D color RGB value is (190,184,157).

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

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 157 of 255 = 62%

190
184
157

R + G + B ~ 70%. #BEB89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 184 + 157 = 531 (100%)
R 190 of 531 ~ 35.78%
G 184 of 531 ~ 34.65%
B 157 of 531 ~ 29.57%

%35.78
%34.65
%29.57

CMYK color model

#BEB89D color CMYK value is (0,3,17,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(0,3,17,25)
C0M3Y17K25 
(0%,3%,17%,25%)
(0.00/0.03/0.17/0.25)	

CMYK percentages

%0
%3.16
%17.37
%25.49

Codes

Color #BEB89D in popluar color models

BEB89D
RGB190184157
HSL49°20.25%68.04%
HSB/HSV49°17.37%74.51%
CMYK0.00%3.16%17.37%
25.49%

Color #BEB89D in popluar number systems.

HEXBEB89D
Decimal190184157
Binary101111101011100010011101
Octal276270235

Shades and tints

Shades of #BEB89D

#BEB89D
(190,184,157)
#ADA88F
(173,168,143)
#9C9881
(156,152,129)
#8B8873
(139,136,115)
#7A7865
(122,120,101)
#696857
(105,104,87)
#585849
(88,88,73)
#47483B
(71,72,59)
#36382D
(54,56,45)
#25281F
(37,40,31)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEB89D

#BEB89D
(190,184,157)
#C3BEA5
(195,190,165)
#C8C4AD
(200,196,173)
#CDCAB5
(205,202,181)
#D2D0BD
(210,208,189)
#D7D6C5
(215,214,197)
#DCDCCD
(220,220,205)
#E1E2D5
(225,226,213)
#E6E8DD
(230,232,221)
#EBEEE5
(235,238,229)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB89D; }

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

This text font color is #BEB89D.


Background Color

.myBgColor { background-color: #BEB89D; }

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

This div background color is #BEB89D.


Border color

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

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

This div border color is #BEB89D.


Opacity

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

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

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

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

This text has shadow with #BEB89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB89D on black background.


Color preview on white background

This text has color #BEB89D on white background.



Black color preview on #BEB89D background

This text has black color on #BEB89D background.


White color preview on #BEB89D background

This text has white color on #BEB89D background.