COLOR #BEB1A9

HEX: #BEB1A9
RGB: (190,177,169)

Color info

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

RGB color model

#BEB1A9 color RGB value is (190,177,169).

  • red value is 190;
  • green value is 177;
  • blue value is 169.
RGB:
(190,177,169)
(75%,69%,66%)

RGB channels and saturation

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

190
177
169

R + G + B ~ 70%. #BEB1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 169 = 536 (100%)
R 190 of 536 ~ 35.45%
G 177 of 536 ~ 33.02%
B 169 of 536 ~ 31.53%

%35.45
%33.02
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 11.05%
  • key color value is 25.49%
CMYK:
(0,7,11,25)
C0M7Y11K25 
(0%,7%,11%,25%)
(0.00/0.07/0.11/0.25)	

CMYK percentages

%0
%6.84
%11.05
%25.49

Codes

Color #BEB1A9 in popluar color models

BEB1A9
RGB190177169
HSL23°13.91%70.39%
HSB/HSV23°11.05%74.51%
CMYK0.00%6.84%11.05%
25.49%

Color #BEB1A9 in popluar number systems.

HEXBEB1A9
Decimal190177169
Binary101111101011000110101001
Octal276261251

Shades and tints

Shades of #BEB1A9

#BEB1A9
(190,177,169)
#ADA19A
(173,161,154)
#9C918B
(156,145,139)
#8B817C
(139,129,124)
#7A716D
(122,113,109)
#69615E
(105,97,94)
#58514F
(88,81,79)
#474140
(71,65,64)
#363131
(54,49,49)
#252122
(37,33,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BEB1A9

#BEB1A9
(190,177,169)
#C3B8B0
(195,184,176)
#C8BFB7
(200,191,183)
#CDC6BE
(205,198,190)
#D2CDC5
(210,205,197)
#D7D4CC
(215,212,204)
#DCDBD3
(220,219,211)
#E1E2DA
(225,226,218)
#E6E9E1
(230,233,225)
#EBF0E8
(235,240,232)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1A9; }

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

This text font color is #BEB1A9.


Background Color

.myBgColor { background-color: #BEB1A9; }

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

This div background color is #BEB1A9.


Border color

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

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

This div border color is #BEB1A9.


Opacity

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

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

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

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

This text has shadow with #BEB1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1A9 on black background.


Color preview on white background

This text has color #BEB1A9 on white background.



Black color preview on #BEB1A9 background

This text has black color on #BEB1A9 background.


White color preview on #BEB1A9 background

This text has white color on #BEB1A9 background.