COLOR #BEB189

HEX: #BEB189
RGB: (190,177,137)

Color info

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

RGB color model

#BEB189 color RGB value is (190,177,137).

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

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 137 of 255 = 54%

190
177
137

R + G + B ~ 66%. #BEB189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 137 = 504 (100%)
R 190 of 504 ~ 37.7%
G 177 of 504 ~ 35.12%
B 137 of 504 ~ 27.18%

%37.7
%35.12
%27.18

CMYK color model

#BEB189 color CMYK value is (0,7,28,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 27.89%
  • key color value is 25.49%
CMYK:
(0,7,28,25)
C0M7Y28K25 
(0%,7%,28%,25%)
(0.00/0.07/0.28/0.25)	

CMYK percentages

%0
%6.84
%27.89
%25.49

Codes

Color #BEB189 in popluar color models

BEB189
RGB190177137
HSL45°28.96%64.12%
HSB/HSV45°27.89%74.51%
CMYK0.00%6.84%27.89%
25.49%

Color #BEB189 in popluar number systems.

HEXBEB189
Decimal190177137
Binary101111101011000110001001
Octal276261211

Shades and tints

Shades of #BEB189

#BEB189
(190,177,137)
#ADA17D
(173,161,125)
#9C9171
(156,145,113)
#8B8165
(139,129,101)
#7A7159
(122,113,89)
#69614D
(105,97,77)
#585141
(88,81,65)
#474135
(71,65,53)
#363129
(54,49,41)
#25211D
(37,33,29)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BEB189

#BEB189
(190,177,137)
#C3B893
(195,184,147)
#C8BF9D
(200,191,157)
#CDC6A7
(205,198,167)
#D2CDB1
(210,205,177)
#D7D4BB
(215,212,187)
#DCDBC5
(220,219,197)
#E1E2CF
(225,226,207)
#E6E9D9
(230,233,217)
#EBF0E3
(235,240,227)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB189; }

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

This text font color is #BEB189.


Background Color

.myBgColor { background-color: #BEB189; }

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

This div background color is #BEB189.


Border color

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

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

This div border color is #BEB189.


Opacity

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

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

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

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

This text has shadow with #BEB189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB189 on black background.


Color preview on white background

This text has color #BEB189 on white background.



Black color preview on #BEB189 background

This text has black color on #BEB189 background.


White color preview on #BEB189 background

This text has white color on #BEB189 background.