COLOR #BEB3A4

HEX: #BEB3A4
RGB: (190,179,164)

Color info

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

RGB color model

#BEB3A4 color RGB value is (190,179,164).

  • red value is 190;
  • green value is 179;
  • blue value is 164.
RGB:
(190,179,164)
(75%,70%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 164 of 255 = 64%

190
179
164

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

Portions of RGB colors in percentages

R + G + B =
190 + 179 + 164 = 533 (100%)
R 190 of 533 ~ 35.65%
G 179 of 533 ~ 33.58%
B 164 of 533 ~ 30.77%

%35.65
%33.58
%30.77

CMYK color model

#BEB3A4 color CMYK value is (0,6,14,25).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 13.68%
  • key color value is 25.49%
CMYK:
(0,6,14,25)
C0M6Y14K25 
(0%,6%,14%,25%)
(0.00/0.06/0.14/0.25)	

CMYK percentages

%0
%5.79
%13.68
%25.49

Codes

Color #BEB3A4 in popluar color models

BEB3A4
RGB190179164
HSL35°16.67%69.41%
HSB/HSV35°13.68%74.51%
CMYK0.00%5.79%13.68%
25.49%

Color #BEB3A4 in popluar number systems.

HEXBEB3A4
Decimal190179164
Binary101111101011001110100100
Octal276263244

Shades and tints

Shades of #BEB3A4

#BEB3A4
(190,179,164)
#ADA396
(173,163,150)
#9C9388
(156,147,136)
#8B837A
(139,131,122)
#7A736C
(122,115,108)
#69635E
(105,99,94)
#585350
(88,83,80)
#474342
(71,67,66)
#363334
(54,51,52)
#252326
(37,35,38)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #BEB3A4

#BEB3A4
(190,179,164)
#C3B9AC
(195,185,172)
#C8BFB4
(200,191,180)
#CDC5BC
(205,197,188)
#D2CBC4
(210,203,196)
#D7D1CC
(215,209,204)
#DCD7D4
(220,215,212)
#E1DDDC
(225,221,220)
#E6E3E4
(230,227,228)
#EBE9EC
(235,233,236)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB3A4; }

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

This text font color is #BEB3A4.


Background Color

.myBgColor { background-color: #BEB3A4; }

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

This div background color is #BEB3A4.


Border color

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

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

This div border color is #BEB3A4.


Opacity

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

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

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

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

This text has shadow with #BEB3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB3A4 on black background.


Color preview on white background

This text has color #BEB3A4 on white background.



Black color preview on #BEB3A4 background

This text has black color on #BEB3A4 background.


White color preview on #BEB3A4 background

This text has white color on #BEB3A4 background.