COLOR #BEB98D

HEX: #BEB98D
RGB: (190,185,141)

Color info

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

RGB color model

#BEB98D color RGB value is (190,185,141).

  • red value is 190;
  • green value is 185;
  • blue value is 141.
RGB:
(190,185,141)
(75%,73%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 141 of 255 = 55%

190
185
141

R + G + B ~ 68%. #BEB98D is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 141 = 516 (100%)
R 190 of 516 ~ 36.82%
G 185 of 516 ~ 35.85%
B 141 of 516 ~ 27.33%

%36.82
%35.85
%27.33

CMYK color model

#BEB98D color CMYK value is (0,3,26,25).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK:
(0,3,26,25)
C0M3Y26K25 
(0%,3%,26%,25%)
(0.00/0.03/0.26/0.25)	

CMYK percentages

%0
%2.63
%25.79
%25.49

Codes

Color #BEB98D in popluar color models

BEB98D
RGB190185141
HSL54°27.37%64.90%
HSB/HSV54°25.79%74.51%
CMYK0.00%2.63%25.79%
25.49%

Color #BEB98D in popluar number systems.

HEXBEB98D
Decimal190185141
Binary101111101011100110001101
Octal276271215

Shades and tints

Shades of #BEB98D

#BEB98D
(190,185,141)
#ADA981
(173,169,129)
#9C9975
(156,153,117)
#8B8969
(139,137,105)
#7A795D
(122,121,93)
#696951
(105,105,81)
#585945
(88,89,69)
#474939
(71,73,57)
#36392D
(54,57,45)
#252921
(37,41,33)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEB98D

#BEB98D
(190,185,141)
#C3BF97
(195,191,151)
#C8C5A1
(200,197,161)
#CDCBAB
(205,203,171)
#D2D1B5
(210,209,181)
#D7D7BF
(215,215,191)
#DCDDC9
(220,221,201)
#E1E3D3
(225,227,211)
#E6E9DD
(230,233,221)
#EBEFE7
(235,239,231)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB98D color. Also use rgb(190,185,141) instead hex code.

Text Font Color

.myTextColor { color: #BEB98D; }

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

This text font color is #BEB98D.


Background Color

.myBgColor { background-color: #BEB98D; }

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

This div background color is #BEB98D.


Border color

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

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

This div border color is #BEB98D.


Opacity

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

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

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

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

This text has shadow with #BEB98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB98D on black background.


Color preview on white background

This text has color #BEB98D on white background.



Black color preview on #BEB98D background

This text has black color on #BEB98D background.


White color preview on #BEB98D background

This text has white color on #BEB98D background.