COLOR #BEB9B0

HEX: #BEB9B0 RGB: (190,185,176)

Color info

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

RGB color model

#BEB9B0 color RGB value is (190,185,176).

RGB: (190,185,176) (75%, 73%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 176 of 255 = 69%

190
185
176

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

Portions of RGB colors in percentages

R + G + B = 190 + 185 + 176 = 551 (100%)
R 190 of 551 ~ 34.48%
G 185 of 551 ~ 33.58%
B 176 of 551 ~ 31.94'%

%34.48
%33.58
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 7.37%
  • key color value is 25.49%

CMYK: (0,3,7,25)
C0M3Y7K25 (0%, 3%, 7%, 25%)
(0.00 / 0.03 / 0.07 / 0.25)

CMYK percentages

%0
%2.63
%7.37
%25.49

Codes

Color #BEB9B0 in popluar color models

BE B9 B0
RGB 190 185 176
HSL 39° 9.72% 71.76%
HSB/HSV 39° 7.37% 74.51%
CMYK 0.00% 2.63% 7.37%
25.49%

Color #BEB9B0 in popluar number systems.

HEX BE B9 B0
Decimal 190 185 176
Binary 10111110 10111001 10110000
Octal 276 271 260

Shades and tints

Shades of #BEB9B0

#BEB9B0
(190,185,176)
#ADA9A0
(173,169,160)
#9C9990
(156,153,144)
#8B8980
(139,137,128)
#7A7970
(122,121,112)
#696960
(105,105,96)
#585950
(88,89,80)
#474940
(71,73,64)
#363930
(54,57,48)
#252920
(37,41,32)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #BEB9B0

#BEB9B0
(190,185,176)
#C3BFB7
(195,191,183)
#C8C5BE
(200,197,190)
#CDCBC5
(205,203,197)
#D2D1CC
(210,209,204)
#D7D7D3
(215,215,211)
#DCDDDA
(220,221,218)
#E1E3E1
(225,227,225)
#E6E9E8
(230,233,232)
#EBEFEF
(235,239,239)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9B0; }

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

This text font color is #BEB9B0.

Background Color

.myBgColor { background-color: #BEB9B0; }

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

This div background color is #BEB9B0.

Border color

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

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

This div border color is #BEB9B0.

Opacity

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

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

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

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

This text has shadow with #BEB9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB9B0.

Preview

Color preview on black background

This text has color #BEB9B0 on black background.


Color preview on white background

This text has color #BEB9B0 on white background.


Black color preview on #BEB9B0 background

This text has black color on #BEB9B0 background.


White color preview on #BEB9B0 background

This text has white color on #BEB9B0 background.


Related colors

Complementary color

Complementary color for #hex is #41464F.


I love getcolorcode.com

Triadic colors

1 #B0BEB9 and #B9B0BE with #BEB9B0 are triadic colors.

2 #B0B9BE and #B9BEB0 with #BEB9B0 are triadic colors.