COLOR #BEBEA5

HEX: #BEBEA5 RGB: (190,190,165)

Color info

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

RGB color model

#BEBEA5 color RGB value is (190,190,165).

RGB: (190,190,165) (75%, 75%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 165 of 255 = 65%

190
190
165

R + G + B ~ 72%. #BEBEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 165 = 545 (100%)
R 190 of 545 ~ 34.86%
G 190 of 545 ~ 34.86%
B 165 of 545 ~ 30.28'%

%34.86
%34.86
%30.28

CMYK color model

#BEBEA5 color CMYK value is (0,0,13,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 25.49%

CMYK: (0,0,13,25)
C0M0Y13K25 (0%, 0%, 13%, 25%)
(0.00 / 0.00 / 0.13 / 0.25)

CMYK percentages

%0
%0
%13.16
%25.49

Codes

Color #BEBEA5 in popluar color models

BE BE A5
RGB 190 190 165
HSL 60° 16.13% 69.61%
HSB/HSV 60° 13.16% 74.51%
CMYK 0.00% 0.00% 13.16%
25.49%

Color #BEBEA5 in popluar number systems.

HEX BE BE A5
Decimal 190 190 165
Binary 10111110 10111110 10100101
Octal 276 276 245

Shades and tints

Shades of #BEBEA5

#BEBEA5
(190,190,165)
#ADAD96
(173,173,150)
#9C9C87
(156,156,135)
#8B8B78
(139,139,120)
#7A7A69
(122,122,105)
#69695A
(105,105,90)
#58584B
(88,88,75)
#47473C
(71,71,60)
#36362D
(54,54,45)
#25251E
(37,37,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #BEBEA5

#BEBEA5
(190,190,165)
#C3C3AD
(195,195,173)
#C8C8B5
(200,200,181)
#CDCDBD
(205,205,189)
#D2D2C5
(210,210,197)
#D7D7CD
(215,215,205)
#DCDCD5
(220,220,213)
#E1E1DD
(225,225,221)
#E6E6E5
(230,230,229)
#EBEBED
(235,235,237)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEA5; }

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

This text font color is #BEBEA5.

Background Color

.myBgColor { background-color: #BEBEA5; }

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

This div background color is #BEBEA5.

Border color

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

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

This div border color is #BEBEA5.

Opacity

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

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

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

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

This text has shadow with #BEBEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBEA5.

Preview

Color preview on black background

This text has color #BEBEA5 on black background.


Color preview on white background

This text has color #BEBEA5 on white background.


Black color preview on #BEBEA5 background

This text has black color on #BEBEA5 background.


White color preview on #BEBEA5 background

This text has white color on #BEBEA5 background.


Related colors

Complementary color

Complementary color for #hex is #41415A.


I love getcolorcode.com