COLOR #BEB294

HEX: #BEB294
RGB: (190,178,148)

Color info

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

RGB color model

#BEB294 color RGB value is (190,178,148).

  • red value is 190;
  • green value is 178;
  • blue value is 148.
RGB:
(190,178,148)
(75%,70%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 148 of 255 = 58%

190
178
148

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 148 = 516 (100%)
R 190 of 516 ~ 36.82%
G 178 of 516 ~ 34.5%
B 148 of 516 ~ 28.68%

%36.82
%34.5
%28.68

CMYK color model

#BEB294 color CMYK value is (0,6,22,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(0,6,22,25)
C0M6Y22K25 
(0%,6%,22%,25%)
(0.00/0.06/0.22/0.25)	

CMYK percentages

%0
%6.32
%22.11
%25.49

Codes

Color #BEB294 in popluar color models

BEB294
RGB190178148
HSL43°24.42%66.27%
HSB/HSV43°22.11%74.51%
CMYK0.00%6.32%22.11%
25.49%

Color #BEB294 in popluar number systems.

HEXBEB294
Decimal190178148
Binary101111101011001010010100
Octal276262224

Shades and tints

Shades of #BEB294

#BEB294
(190,178,148)
#ADA287
(173,162,135)
#9C927A
(156,146,122)
#8B826D
(139,130,109)
#7A7260
(122,114,96)
#696253
(105,98,83)
#585246
(88,82,70)
#474239
(71,66,57)
#36322C
(54,50,44)
#25221F
(37,34,31)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #BEB294

#BEB294
(190,178,148)
#C3B99D
(195,185,157)
#C8C0A6
(200,192,166)
#CDC7AF
(205,199,175)
#D2CEB8
(210,206,184)
#D7D5C1
(215,213,193)
#DCDCCA
(220,220,202)
#E1E3D3
(225,227,211)
#E6EADC
(230,234,220)
#EBF1E5
(235,241,229)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB294 color. Also use rgb(190,178,148) instead hex code.

Text Font Color

.myTextColor { color: #BEB294; }

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

This text font color is #BEB294.


Background Color

.myBgColor { background-color: #BEB294; }

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

This div background color is #BEB294.


Border color

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

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

This div border color is #BEB294.


Opacity

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

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

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

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

This text has shadow with #BEB294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB294 on black background.


Color preview on white background

This text has color #BEB294 on white background.



Black color preview on #BEB294 background

This text has black color on #BEB294 background.


White color preview on #BEB294 background

This text has white color on #BEB294 background.