COLOR #BEB58B

HEX: #BEB58B
RGB: (190,181,139)

Color info

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

RGB color model

#BEB58B color RGB value is (190,181,139).

  • red value is 190;
  • green value is 181;
  • blue value is 139.
RGB:
(190,181,139)
(75%,71%,55%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 139 of 255 = 55%

190
181
139

R + G + B ~ 67%. #BEB58B is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 139 = 510 (100%)
R 190 of 510 ~ 37.25%
G 181 of 510 ~ 35.49%
B 139 of 510 ~ 27.25%

%37.25
%35.49
%27.25

CMYK color model

#BEB58B color CMYK value is (0,5,27,25).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 26.84%
  • key color value is 25.49%
CMYK:
(0,5,27,25)
C0M5Y27K25 
(0%,5%,27%,25%)
(0.00/0.05/0.27/0.25)	

CMYK percentages

%0
%4.74
%26.84
%25.49

Codes

Color #BEB58B in popluar color models

BEB58B
RGB190181139
HSL49°28.18%64.51%
HSB/HSV49°26.84%74.51%
CMYK0.00%4.74%26.84%
25.49%

Color #BEB58B in popluar number systems.

HEXBEB58B
Decimal190181139
Binary101111101011010110001011
Octal276265213

Shades and tints

Shades of #BEB58B

#BEB58B
(190,181,139)
#ADA57F
(173,165,127)
#9C9573
(156,149,115)
#8B8567
(139,133,103)
#7A755B
(122,117,91)
#69654F
(105,101,79)
#585543
(88,85,67)
#474537
(71,69,55)
#36352B
(54,53,43)
#25251F
(37,37,31)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BEB58B

#BEB58B
(190,181,139)
#C3BB95
(195,187,149)
#C8C19F
(200,193,159)
#CDC7A9
(205,199,169)
#D2CDB3
(210,205,179)
#D7D3BD
(215,211,189)
#DCD9C7
(220,217,199)
#E1DFD1
(225,223,209)
#E6E5DB
(230,229,219)
#EBEBE5
(235,235,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB58B color. Also use rgb(190,181,139) instead hex code.

Text Font Color

.myTextColor { color: #BEB58B; }

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

This text font color is #BEB58B.


Background Color

.myBgColor { background-color: #BEB58B; }

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

This div background color is #BEB58B.


Border color

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

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

This div border color is #BEB58B.


Opacity

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

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

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

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

This text has shadow with #BEB58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB58B on black background.


Color preview on white background

This text has color #BEB58B on white background.



Black color preview on #BEB58B background

This text has black color on #BEB58B background.


White color preview on #BEB58B background

This text has white color on #BEB58B background.