COLOR #BEB498

HEX: #BEB498
RGB: (190,180,152)

Color info

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

RGB color model

#BEB498 color RGB value is (190,180,152).

  • red value is 190;
  • green value is 180;
  • blue value is 152.
RGB:
(190,180,152)
(75%,71%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 152 of 255 = 60%

190
180
152

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

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 152 = 522 (100%)
R 190 of 522 ~ 36.4%
G 180 of 522 ~ 34.48%
B 152 of 522 ~ 29.12%

%36.4
%34.48
%29.12

CMYK color model

#BEB498 color CMYK value is (0,5,20,25).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(0,5,20,25)
C0M5Y20K25 
(0%,5%,20%,25%)
(0.00/0.05/0.20/0.25)	

CMYK percentages

%0
%5.26
%20
%25.49

Codes

Color #BEB498 in popluar color models

BEB498
RGB190180152
HSL44°22.62%67.06%
HSB/HSV44°20.00%74.51%
CMYK0.00%5.26%20.00%
25.49%

Color #BEB498 in popluar number systems.

HEXBEB498
Decimal190180152
Binary101111101011010010011000
Octal276264230

Shades and tints

Shades of #BEB498

#BEB498
(190,180,152)
#ADA48B
(173,164,139)
#9C947E
(156,148,126)
#8B8471
(139,132,113)
#7A7464
(122,116,100)
#696457
(105,100,87)
#58544A
(88,84,74)
#47443D
(71,68,61)
#363430
(54,52,48)
#252423
(37,36,35)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEB498

#BEB498
(190,180,152)
#C3BAA1
(195,186,161)
#C8C0AA
(200,192,170)
#CDC6B3
(205,198,179)
#D2CCBC
(210,204,188)
#D7D2C5
(215,210,197)
#DCD8CE
(220,216,206)
#E1DED7
(225,222,215)
#E6E4E0
(230,228,224)
#EBEAE9
(235,234,233)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB498 color. Also use rgb(190,180,152) instead hex code.

Text Font Color

.myTextColor { color: #BEB498; }

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

This text font color is #BEB498.


Background Color

.myBgColor { background-color: #BEB498; }

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

This div background color is #BEB498.


Border color

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

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

This div border color is #BEB498.


Opacity

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

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

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

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

This text has shadow with #BEB498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB498 on black background.


Color preview on white background

This text has color #BEB498 on white background.



Black color preview on #BEB498 background

This text has black color on #BEB498 background.


White color preview on #BEB498 background

This text has white color on #BEB498 background.