COLOR #BEB09D

HEX: #BEB09D
RGB: (190,176,157)

Color info

#BEB09D contains red, green and blue colors in about the same proportion. Web safe color of #BEB09D is #CC9999 (or #C99).

RGB color model

#BEB09D color RGB value is (190,176,157).

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

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 157 of 255 = 62%

190
176
157

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

Portions of RGB colors in percentages

R + G + B =
190 + 176 + 157 = 523 (100%)
R 190 of 523 ~ 36.33%
G 176 of 523 ~ 33.65%
B 157 of 523 ~ 30.02%

%36.33
%33.65
%30.02

CMYK color model

#BEB09D color CMYK value is (0,7,17,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(0,7,17,25)
C0M7Y17K25 
(0%,7%,17%,25%)
(0.00/0.07/0.17/0.25)	

CMYK percentages

%0
%7.37
%17.37
%25.49

Codes

Color #BEB09D in popluar color models

BEB09D
RGB190176157
HSL35°20.25%68.04%
HSB/HSV35°17.37%74.51%
CMYK0.00%7.37%17.37%
25.49%

Color #BEB09D in popluar number systems.

HEXBEB09D
Decimal190176157
Binary101111101011000010011101
Octal276260235

Shades and tints

Shades of #BEB09D

#BEB09D
(190,176,157)
#ADA08F
(173,160,143)
#9C9081
(156,144,129)
#8B8073
(139,128,115)
#7A7065
(122,112,101)
#696057
(105,96,87)
#585049
(88,80,73)
#47403B
(71,64,59)
#36302D
(54,48,45)
#25201F
(37,32,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #BEB09D

#BEB09D
(190,176,157)
#C3B7A5
(195,183,165)
#C8BEAD
(200,190,173)
#CDC5B5
(205,197,181)
#D2CCBD
(210,204,189)
#D7D3C5
(215,211,197)
#DCDACD
(220,218,205)
#E1E1D5
(225,225,213)
#E6E8DD
(230,232,221)
#EBEFE5
(235,239,229)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB09D; }

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

This text font color is #BEB09D.


Background Color

.myBgColor { background-color: #BEB09D; }

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

This div background color is #BEB09D.


Border color

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

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

This div border color is #BEB09D.


Opacity

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

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

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

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

This text has shadow with #BEB09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB09D on black background.


Color preview on white background

This text has color #BEB09D on white background.



Black color preview on #BEB09D background

This text has black color on #BEB09D background.


White color preview on #BEB09D background

This text has white color on #BEB09D background.