COLOR #BEB983

HEX: #BEB983
RGB: (190,185,131)

Color info

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

RGB color model

#BEB983 color RGB value is (190,185,131).

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

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 131 of 255 = 51%

190
185
131

R + G + B ~ 66%. #BEB983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 131 = 506 (100%)
R 190 of 506 ~ 37.55%
G 185 of 506 ~ 36.56%
B 131 of 506 ~ 25.89%

%37.55
%36.56
%25.89

CMYK color model

#BEB983 color CMYK value is (0,3,31,25).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 31.05%
  • key color value is 25.49%
CMYK:
(0,3,31,25)
C0M3Y31K25 
(0%,3%,31%,25%)
(0.00/0.03/0.31/0.25)	

CMYK percentages

%0
%2.63
%31.05
%25.49

Codes

Color #BEB983 in popluar color models

BEB983
RGB190185131
HSL55°31.22%62.94%
HSB/HSV55°31.05%74.51%
CMYK0.00%2.63%31.05%
25.49%

Color #BEB983 in popluar number systems.

HEXBEB983
Decimal190185131
Binary101111101011100110000011
Octal276271203

Shades and tints

Shades of #BEB983

#BEB983
(190,185,131)
#ADA978
(173,169,120)
#9C996D
(156,153,109)
#8B8962
(139,137,98)
#7A7957
(122,121,87)
#69694C
(105,105,76)
#585941
(88,89,65)
#474936
(71,73,54)
#36392B
(54,57,43)
#252920
(37,41,32)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEB983

#BEB983
(190,185,131)
#C3BF8E
(195,191,142)
#C8C599
(200,197,153)
#CDCBA4
(205,203,164)
#D2D1AF
(210,209,175)
#D7D7BA
(215,215,186)
#DCDDC5
(220,221,197)
#E1E3D0
(225,227,208)
#E6E9DB
(230,233,219)
#EBEFE6
(235,239,230)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB983; }

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

This text font color is #BEB983.


Background Color

.myBgColor { background-color: #BEB983; }

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

This div background color is #BEB983.


Border color

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

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

This div border color is #BEB983.


Opacity

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

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

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

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

This text has shadow with #BEB983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB983 on black background.


Color preview on white background

This text has color #BEB983 on white background.



Black color preview on #BEB983 background

This text has black color on #BEB983 background.


White color preview on #BEB983 background

This text has white color on #BEB983 background.