COLOR #BEB58C

HEX: #BEB58C RGB: (190,181,140)

Color info

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

RGB color model

#BEB58C color RGB value is (190,181,140).

RGB: (190,181,140) (75%, 71%, 55%)

RGB channels and saturation

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

190
181
140

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

Portions of RGB colors in percentages

R + G + B = 190 + 181 + 140 = 511 (100%)
R 190 of 511 ~ 37.18%
G 181 of 511 ~ 35.42%
B 140 of 511 ~ 27.4'%

%37.18
%35.42
%27.4

CMYK color model

#BEB58C color CMYK value is (0,5,26,25).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 26.32%
  • key color value is 25.49%

CMYK: (0,5,26,25)
C0M5Y26K25 (0%, 5%, 26%, 25%)
(0.00 / 0.05 / 0.26 / 0.25)

CMYK percentages

%0
%4.74
%26.32
%25.49

Codes

Color #BEB58C in popluar color models

BE B5 8C
RGB 190 181 140
HSL 49° 27.78% 64.71%
HSB/HSV 49° 26.32% 74.51%
CMYK 0.00% 4.74% 26.32%
25.49%

Color #BEB58C in popluar number systems.

HEX BE B5 8C
Decimal 190 181 140
Binary 10111110 10110101 10001100
Octal 276 265 214

Shades and tints

Shades of #BEB58C

#BEB58C
(190,181,140)
#ADA580
(173,165,128)
#9C9574
(156,149,116)
#8B8568
(139,133,104)
#7A755C
(122,117,92)
#696550
(105,101,80)
#585544
(88,85,68)
#474538
(71,69,56)
#36352C
(54,53,44)
#252520
(37,37,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEB58C

#BEB58C
(190,181,140)
#C3BB96
(195,187,150)
#C8C1A0
(200,193,160)
#CDC7AA
(205,199,170)
#D2CDB4
(210,205,180)
#D7D3BE
(215,211,190)
#DCD9C8
(220,217,200)
#E1DFD2
(225,223,210)
#E6E5DC
(230,229,220)
#EBEBE6
(235,235,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB58C; }

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

This text font color is #BEB58C.

Background Color

.myBgColor { background-color: #BEB58C; }

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

This div background color is #BEB58C.

Border color

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

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

This div border color is #BEB58C.

Opacity

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

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

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

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

This text has shadow with #BEB58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB58C.

Preview

Color preview on black background

This text has color #BEB58C on black background.


Color preview on white background

This text has color #BEB58C on white background.


Black color preview on #BEB58C background

This text has black color on #BEB58C background.


White color preview on #BEB58C background

This text has white color on #BEB58C background.


Related colors

Complementary color

Complementary color for #hex is #414A73.


I love getcolorcode.com

Triadic colors

1 #8CBEB5 and #B58CBE with #BEB58C are triadic colors.

2 #8CB5BE and #B5BE8C with #BEB58C are triadic colors.