COLOR #BEB9A4

HEX: #BEB9A4 RGB: (190,185,164)

Color info

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

RGB color model

#BEB9A4 color RGB value is (190,185,164).

RGB: (190,185,164) (75%, 73%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 164 of 255 = 64%

190
185
164

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

Portions of RGB colors in percentages

R + G + B = 190 + 185 + 164 = 539 (100%)
R 190 of 539 ~ 35.25%
G 185 of 539 ~ 34.32%
B 164 of 539 ~ 30.43'%

%35.25
%34.32
%30.43

CMYK color model

#BEB9A4 color CMYK value is (0,3,14,25).

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

CMYK: (0,3,14,25)
C0M3Y14K25 (0%, 3%, 14%, 25%)
(0.00 / 0.03 / 0.14 / 0.25)

CMYK percentages

%0
%2.63
%13.68
%25.49

Codes

Color #BEB9A4 in popluar color models

BE B9 A4
RGB 190 185 164
HSL 48° 16.67% 69.41%
HSB/HSV 48° 13.68% 74.51%
CMYK 0.00% 2.63% 13.68%
25.49%

Color #BEB9A4 in popluar number systems.

HEX BE B9 A4
Decimal 190 185 164
Binary 10111110 10111001 10100100
Octal 276 271 244

Shades and tints

Shades of #BEB9A4

#BEB9A4
(190,185,164)
#ADA996
(173,169,150)
#9C9988
(156,153,136)
#8B897A
(139,137,122)
#7A796C
(122,121,108)
#69695E
(105,105,94)
#585950
(88,89,80)
#474942
(71,73,66)
#363934
(54,57,52)
#252926
(37,41,38)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #BEB9A4

#BEB9A4
(190,185,164)
#C3BFAC
(195,191,172)
#C8C5B4
(200,197,180)
#CDCBBC
(205,203,188)
#D2D1C4
(210,209,196)
#D7D7CC
(215,215,204)
#DCDDD4
(220,221,212)
#E1E3DC
(225,227,220)
#E6E9E4
(230,233,228)
#EBEFEC
(235,239,236)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9A4; }

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

This text font color is #BEB9A4.

Background Color

.myBgColor { background-color: #BEB9A4; }

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

This div background color is #BEB9A4.

Border color

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

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

This div border color is #BEB9A4.

Opacity

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

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

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

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

This text has shadow with #BEB9A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB9A4.

Preview

Color preview on black background

This text has color #BEB9A4 on black background.


Color preview on white background

This text has color #BEB9A4 on white background.


Black color preview on #BEB9A4 background

This text has black color on #BEB9A4 background.


White color preview on #BEB9A4 background

This text has white color on #BEB9A4 background.


Related colors

Complementary color

Complementary color for #hex is #41465B.


I love getcolorcode.com

Triadic colors

1 #A4BEB9 and #B9A4BE with #BEB9A4 are triadic colors.

2 #A4B9BE and #B9BEA4 with #BEB9A4 are triadic colors.