COLOR #BEB0A1

HEX: #BEB0A1
RGB: (190,176,161)

Color info

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

RGB color model

#BEB0A1 color RGB value is (190,176,161).

  • red value is 190;
  • green value is 176;
  • blue value is 161.
RGB:
(190,176,161)
(75%,69%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 161 of 255 = 63%

190
176
161

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

Portions of RGB colors in percentages

R + G + B =
190 + 176 + 161 = 527 (100%)
R 190 of 527 ~ 36.05%
G 176 of 527 ~ 33.4%
B 161 of 527 ~ 30.55%

%36.05
%33.4
%30.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK:
(0,7,15,25)
C0M7Y15K25 
(0%,7%,15%,25%)
(0.00/0.07/0.15/0.25)	

CMYK percentages

%0
%7.37
%15.26
%25.49

Codes

Color #BEB0A1 in popluar color models

BEB0A1
RGB190176161
HSL31°18.24%68.82%
HSB/HSV31°15.26%74.51%
CMYK0.00%7.37%15.26%
25.49%

Color #BEB0A1 in popluar number systems.

HEXBEB0A1
Decimal190176161
Binary101111101011000010100001
Octal276260241

Shades and tints

Shades of #BEB0A1

#BEB0A1
(190,176,161)
#ADA093
(173,160,147)
#9C9085
(156,144,133)
#8B8077
(139,128,119)
#7A7069
(122,112,105)
#69605B
(105,96,91)
#58504D
(88,80,77)
#47403F
(71,64,63)
#363031
(54,48,49)
#252023
(37,32,35)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #BEB0A1

#BEB0A1
(190,176,161)
#C3B7A9
(195,183,169)
#C8BEB1
(200,190,177)
#CDC5B9
(205,197,185)
#D2CCC1
(210,204,193)
#D7D3C9
(215,211,201)
#DCDAD1
(220,218,209)
#E1E1D9
(225,225,217)
#E6E8E1
(230,232,225)
#EBEFE9
(235,239,233)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB0A1; }

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

This text font color is #BEB0A1.


Background Color

.myBgColor { background-color: #BEB0A1; }

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

This div background color is #BEB0A1.


Border color

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

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

This div border color is #BEB0A1.


Opacity

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

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

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

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

This text has shadow with #BEB0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB0A1 on black background.


Color preview on white background

This text has color #BEB0A1 on white background.



Black color preview on #BEB0A1 background

This text has black color on #BEB0A1 background.


White color preview on #BEB0A1 background

This text has white color on #BEB0A1 background.