COLOR #BEB590

HEX: #BEB590
RGB: (190,181,144)

Color info

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

RGB color model

#BEB590 color RGB value is (190,181,144).

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

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 144 of 255 = 56%

190
181
144

R + G + B ~ 67%. #BEB590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 144 = 515 (100%)
R 190 of 515 ~ 36.89%
G 181 of 515 ~ 35.15%
B 144 of 515 ~ 27.96%

%36.89
%35.15
%27.96

CMYK color model

#BEB590 color CMYK value is (0,5,24,25).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(0,5,24,25)
C0M5Y24K25 
(0%,5%,24%,25%)
(0.00/0.05/0.24/0.25)	

CMYK percentages

%0
%4.74
%24.21
%25.49

Codes

Color #BEB590 in popluar color models

BEB590
RGB190181144
HSL48°26.14%65.49%
HSB/HSV48°24.21%74.51%
CMYK0.00%4.74%24.21%
25.49%

Color #BEB590 in popluar number systems.

HEXBEB590
Decimal190181144
Binary101111101011010110010000
Octal276265220

Shades and tints

Shades of #BEB590

#BEB590
(190,181,144)
#ADA583
(173,165,131)
#9C9576
(156,149,118)
#8B8569
(139,133,105)
#7A755C
(122,117,92)
#69654F
(105,101,79)
#585542
(88,85,66)
#474535
(71,69,53)
#363528
(54,53,40)
#25251B
(37,37,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #BEB590

#BEB590
(190,181,144)
#C3BB9A
(195,187,154)
#C8C1A4
(200,193,164)
#CDC7AE
(205,199,174)
#D2CDB8
(210,205,184)
#D7D3C2
(215,211,194)
#DCD9CC
(220,217,204)
#E1DFD6
(225,223,214)
#E6E5E0
(230,229,224)
#EBEBEA
(235,235,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB590; }

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

This text font color is #BEB590.


Background Color

.myBgColor { background-color: #BEB590; }

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

This div background color is #BEB590.


Border color

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

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

This div border color is #BEB590.


Opacity

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

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

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

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

This text has shadow with #BEB590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB590 on black background.


Color preview on white background

This text has color #BEB590 on white background.



Black color preview on #BEB590 background

This text has black color on #BEB590 background.


White color preview on #BEB590 background

This text has white color on #BEB590 background.