COLOR #BEB890

HEX: #BEB890
RGB: (190,184,144)

Color info

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

RGB color model

#BEB890 color RGB value is (190,184,144).

  • red value is 190;
  • green value is 184;
  • blue value is 144.
RGB:
(190,184,144)
(75%,72%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 144 of 255 = 56%

190
184
144

R + G + B ~ 68%. #BEB890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 184 + 144 = 518 (100%)
R 190 of 518 ~ 36.68%
G 184 of 518 ~ 35.52%
B 144 of 518 ~ 27.8%

%36.68
%35.52
%27.8

CMYK color model

#BEB890 color CMYK value is (0,3,24,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(0,3,24,25)
C0M3Y24K25 
(0%,3%,24%,25%)
(0.00/0.03/0.24/0.25)	

CMYK percentages

%0
%3.16
%24.21
%25.49

Codes

Color #BEB890 in popluar color models

BEB890
RGB190184144
HSL52°26.14%65.49%
HSB/HSV52°24.21%74.51%
CMYK0.00%3.16%24.21%
25.49%

Color #BEB890 in popluar number systems.

HEXBEB890
Decimal190184144
Binary101111101011100010010000
Octal276270220

Shades and tints

Shades of #BEB890

#BEB890
(190,184,144)
#ADA883
(173,168,131)
#9C9876
(156,152,118)
#8B8869
(139,136,105)
#7A785C
(122,120,92)
#69684F
(105,104,79)
#585842
(88,88,66)
#474835
(71,72,53)
#363828
(54,56,40)
#25281B
(37,40,27)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #BEB890

#BEB890
(190,184,144)
#C3BE9A
(195,190,154)
#C8C4A4
(200,196,164)
#CDCAAE
(205,202,174)
#D2D0B8
(210,208,184)
#D7D6C2
(215,214,194)
#DCDCCC
(220,220,204)
#E1E2D6
(225,226,214)
#E6E8E0
(230,232,224)
#EBEEEA
(235,238,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB890; }

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

This text font color is #BEB890.


Background Color

.myBgColor { background-color: #BEB890; }

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

This div background color is #BEB890.


Border color

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

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

This div border color is #BEB890.


Opacity

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

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

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

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

This text has shadow with #BEB890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB890 on black background.


Color preview on white background

This text has color #BEB890 on white background.



Black color preview on #BEB890 background

This text has black color on #BEB890 background.


White color preview on #BEB890 background

This text has white color on #BEB890 background.