COLOR #BEB194

HEX: #BEB194
RGB: (190,177,148)

Color info

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

RGB color model

#BEB194 color RGB value is (190,177,148).

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

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 148 of 255 = 58%

190
177
148

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 148 = 515 (100%)
R 190 of 515 ~ 36.89%
G 177 of 515 ~ 34.37%
B 148 of 515 ~ 28.74%

%36.89
%34.37
%28.74

CMYK color model

#BEB194 color CMYK value is (0,7,22,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(0,7,22,25)
C0M7Y22K25 
(0%,7%,22%,25%)
(0.00/0.07/0.22/0.25)	

CMYK percentages

%0
%6.84
%22.11
%25.49

Codes

Color #BEB194 in popluar color models

BEB194
RGB190177148
HSL41°24.42%66.27%
HSB/HSV41°22.11%74.51%
CMYK0.00%6.84%22.11%
25.49%

Color #BEB194 in popluar number systems.

HEXBEB194
Decimal190177148
Binary101111101011000110010100
Octal276261224

Shades and tints

Shades of #BEB194

#BEB194
(190,177,148)
#ADA187
(173,161,135)
#9C917A
(156,145,122)
#8B816D
(139,129,109)
#7A7160
(122,113,96)
#696153
(105,97,83)
#585146
(88,81,70)
#474139
(71,65,57)
#36312C
(54,49,44)
#25211F
(37,33,31)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BEB194

#BEB194
(190,177,148)
#C3B89D
(195,184,157)
#C8BFA6
(200,191,166)
#CDC6AF
(205,198,175)
#D2CDB8
(210,205,184)
#D7D4C1
(215,212,193)
#DCDBCA
(220,219,202)
#E1E2D3
(225,226,211)
#E6E9DC
(230,233,220)
#EBF0E5
(235,240,229)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB194; }

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

This text font color is #BEB194.


Background Color

.myBgColor { background-color: #BEB194; }

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

This div background color is #BEB194.


Border color

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

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

This div border color is #BEB194.


Opacity

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

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

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

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

This text has shadow with #BEB194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB194 on black background.


Color preview on white background

This text has color #BEB194 on white background.



Black color preview on #BEB194 background

This text has black color on #BEB194 background.


White color preview on #BEB194 background

This text has white color on #BEB194 background.