COLOR #BEB896

HEX: #BEB896 RGB: (190,184,150)

Color info

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

RGB color model

#BEB896 color RGB value is (190,184,150).

RGB: (190,184,150) (75%, 72%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 150 of 255 = 59%

190
184
150

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

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 150 = 524 (100%)
R 190 of 524 ~ 36.26%
G 184 of 524 ~ 35.11%
B 150 of 524 ~ 28.63'%

%36.26
%35.11
%28.63

CMYK color model

#BEB896 color CMYK value is (0,3,21,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK: (0,3,21,25) C0M3Y21K25 (0%,3%,21%,25%) (0.00/0.03/0.21/0.25) 

CMYK percentages

%0
%3.16
%21.05
%25.49

Codes

Color #BEB896 in popluar color models

BE B8 96
RGB 190 184 150
HSL 51° 23.53% 66.67%
HSB/HSV 51° 21.05% 74.51%
CMYK 0.00% 3.16% 21.05%
25.49%

Color #BEB896 in popluar number systems.

HEX BE B8 96
Decimal 190 184 150
Binary 10111110 10111000 10010110
Octal 276 270 226

Shades and tints

Shades of #BEB896

#BEB896
(190,184,150)
#ADA889
(173,168,137)
#9C987C
(156,152,124)
#8B886F
(139,136,111)
#7A7862
(122,120,98)
#696855
(105,104,85)
#585848
(88,88,72)
#47483B
(71,72,59)
#36382E
(54,56,46)
#252821
(37,40,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEB896

#BEB896
(190,184,150)
#C3BE9F
(195,190,159)
#C8C4A8
(200,196,168)
#CDCAB1
(205,202,177)
#D2D0BA
(210,208,186)
#D7D6C3
(215,214,195)
#DCDCCC
(220,220,204)
#E1E2D5
(225,226,213)
#E6E8DE
(230,232,222)
#EBEEE7
(235,238,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB896 color. Also use rgb(190,184,150) instead hex code.

Text Font Color

.myTextColor { color: #BEB896; }

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

This text font color is #BEB896.

Background Color

.myBgColor { background-color: #BEB896; }

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

This div background color is #BEB896.

Border color

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

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

This div border color is #BEB896.

Opacity

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

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

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

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

This text has shadow with #BEB896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB896.

Preview

Color preview on black background

This text has color #BEB896 on black background.


Color preview on white background

This text has color #BEB896 on white background.


Black color preview on #BEB896 background

This text has black color on #BEB896 background.


White color preview on #BEB896 background

This text has white color on #BEB896 background.


Related colors

Complementary color

Complementary color for #hex is #414769.


I love getcolorcode.com

Triadic colors

1 #96BEB8 and #B896BE with #BEB896 are triadic colors.

2 #96B8BE and #B8BE96 with #BEB896 are triadic colors.