COLOR #BEB1B1

HEX: #BEB1B1 RGB: (190,177,177)

Color info

#BEB1B1 contains red, green and blue colors in about the same proportion. Web safe color of #BEB1B1 is #CC9999 (or #C99).

RGB color model

#BEB1B1 color RGB value is (190,177,177).

RGB: (190,177,177) (75%, 69%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 177 of 255 = 69%

190
177
177

R + G + B ~ 71%. #BEB1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 177 + 177 = 544 (100%)
R 190 of 544 ~ 34.93%
G 177 of 544 ~ 32.54%
B 177 of 544 ~ 32.54'%

%34.93
%32.54
%32.54

CMYK color model

#BEB1B1 color CMYK value is (0,7,7,25).

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

CMYK: (0,7,7,25)
C0M7Y7K25 (0%, 7%, 7%, 25%)
(0.00 / 0.07 / 0.07 / 0.25)

CMYK percentages

%0
%6.84
%6.84
%25.49

Codes

Color #BEB1B1 in popluar color models

BE B1 B1
RGB 190 177 177
HSL 9.09% 71.96%
HSB/HSV 6.84% 74.51%
CMYK 0.00% 6.84% 6.84%
25.49%

Color #BEB1B1 in popluar number systems.

HEX BE B1 B1
Decimal 190 177 177
Binary 10111110 10110001 10110001
Octal 276 261 261

Shades and tints

Shades of #BEB1B1

#BEB1B1
(190,177,177)
#ADA1A1
(173,161,161)
#9C9191
(156,145,145)
#8B8181
(139,129,129)
#7A7171
(122,113,113)
#696161
(105,97,97)
#585151
(88,81,81)
#474141
(71,65,65)
#363131
(54,49,49)
#252121
(37,33,33)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BEB1B1

#BEB1B1
(190,177,177)
#C3B8B8
(195,184,184)
#C8BFBF
(200,191,191)
#CDC6C6
(205,198,198)
#D2CDCD
(210,205,205)
#D7D4D4
(215,212,212)
#DCDBDB
(220,219,219)
#E1E2E2
(225,226,226)
#E6E9E9
(230,233,233)
#EBF0F0
(235,240,240)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1B1; }

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

This text font color is #BEB1B1.

Background Color

.myBgColor { background-color: #BEB1B1; }

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

This div background color is #BEB1B1.

Border color

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

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

This div border color is #BEB1B1.

Opacity

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

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

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

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

This text has shadow with #BEB1B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB1B1.

Preview

Color preview on black background

This text has color #BEB1B1 on black background.


Color preview on white background

This text has color #BEB1B1 on white background.


Black color preview on #BEB1B1 background

This text has black color on #BEB1B1 background.


White color preview on #BEB1B1 background

This text has white color on #BEB1B1 background.


Related colors

Complementary color

Complementary color for #hex is #414E4E.


I love getcolorcode.com