COLOR #BEB19D

HEX: #BEB19D
RGB: (190,177,157)

Color info

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

RGB color model

#BEB19D color RGB value is (190,177,157).

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

RGB channels and saturation

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

190
177
157

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 157 = 524 (100%)
R 190 of 524 ~ 36.26%
G 177 of 524 ~ 33.78%
B 157 of 524 ~ 29.96%

%36.26
%33.78
%29.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.84%
  • 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
%6.84
%17.37
%25.49

Codes

Color #BEB19D in popluar color models

BEB19D
RGB190177157
HSL36°20.25%68.04%
HSB/HSV36°17.37%74.51%
CMYK0.00%6.84%17.37%
25.49%

Color #BEB19D in popluar number systems.

HEXBEB19D
Decimal190177157
Binary101111101011000110011101
Octal276261235

Shades and tints

Shades of #BEB19D

#BEB19D
(190,177,157)
#ADA18F
(173,161,143)
#9C9181
(156,145,129)
#8B8173
(139,129,115)
#7A7165
(122,113,101)
#696157
(105,97,87)
#585149
(88,81,73)
#47413B
(71,65,59)
#36312D
(54,49,45)
#25211F
(37,33,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BEB19D

#BEB19D
(190,177,157)
#C3B8A5
(195,184,165)
#C8BFAD
(200,191,173)
#CDC6B5
(205,198,181)
#D2CDBD
(210,205,189)
#D7D4C5
(215,212,197)
#DCDBCD
(220,219,205)
#E1E2D5
(225,226,213)
#E6E9DD
(230,233,221)
#EBF0E5
(235,240,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB19D; }

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

This text font color is #BEB19D.


Background Color

.myBgColor { background-color: #BEB19D; }

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

This div background color is #BEB19D.


Border color

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

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

This div border color is #BEB19D.


Opacity

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

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

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

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

This text has shadow with #BEB19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB19D on black background.


Color preview on white background

This text has color #BEB19D on white background.



Black color preview on #BEB19D background

This text has black color on #BEB19D background.


White color preview on #BEB19D background

This text has white color on #BEB19D background.