COLOR #BEBC91

HEX: #BEBC91
RGB: (190,188,145)

Color info

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

RGB color model

#BEBC91 color RGB value is (190,188,145).

  • red value is 190;
  • green value is 188;
  • blue value is 145.
RGB:
(190,188,145)
(75%,74%,57%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 145 of 255 = 57%

190
188
145

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 145 = 523 (100%)
R 190 of 523 ~ 36.33%
G 188 of 523 ~ 35.95%
B 145 of 523 ~ 27.72%

%36.33
%35.95
%27.72

CMYK color model

#BEBC91 color CMYK value is (0,1,24,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(0,1,24,25)
C0M1Y24K25 
(0%,1%,24%,25%)
(0.00/0.01/0.24/0.25)	

CMYK percentages

%0
%1.05
%23.68
%25.49

Codes

Color #BEBC91 in popluar color models

BEBC91
RGB190188145
HSL57°25.71%65.69%
HSB/HSV57°23.68%74.51%
CMYK0.00%1.05%23.68%
25.49%

Color #BEBC91 in popluar number systems.

HEXBEBC91
Decimal190188145
Binary101111101011110010010001
Octal276274221

Shades and tints

Shades of #BEBC91

#BEBC91
(190,188,145)
#ADAB84
(173,171,132)
#9C9A77
(156,154,119)
#8B896A
(139,137,106)
#7A785D
(122,120,93)
#696750
(105,103,80)
#585643
(88,86,67)
#474536
(71,69,54)
#363429
(54,52,41)
#25231C
(37,35,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BEBC91

#BEBC91
(190,188,145)
#C3C29B
(195,194,155)
#C8C8A5
(200,200,165)
#CDCEAF
(205,206,175)
#D2D4B9
(210,212,185)
#D7DAC3
(215,218,195)
#DCE0CD
(220,224,205)
#E1E6D7
(225,230,215)
#E6ECE1
(230,236,225)
#EBF2EB
(235,242,235)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBC91 color. Also use rgb(190,188,145) instead hex code.

Text Font Color

.myTextColor { color: #BEBC91; }

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

This text font color is #BEBC91.


Background Color

.myBgColor { background-color: #BEBC91; }

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

This div background color is #BEBC91.


Border color

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

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

This div border color is #BEBC91.


Opacity

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

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

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

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

This text has shadow with #BEBC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBC91 on black background.


Color preview on white background

This text has color #BEBC91 on white background.



Black color preview on #BEBC91 background

This text has black color on #BEBC91 background.


White color preview on #BEBC91 background

This text has white color on #BEBC91 background.