COLOR #BEB79C

HEX: #BEB79C
RGB: (190,183,156)

Color info

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

RGB color model

#BEB79C color RGB value is (190,183,156).

  • red value is 190;
  • green value is 183;
  • blue value is 156.
RGB:
(190,183,156)
(75%,72%,61%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 156 of 255 = 61%

190
183
156

R + G + B ~ 69%. #BEB79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 156 = 529 (100%)
R 190 of 529 ~ 35.92%
G 183 of 529 ~ 34.59%
B 156 of 529 ~ 29.49%

%35.92
%34.59
%29.49

CMYK color model

#BEB79C color CMYK value is (0,4,18,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 17.89%
  • key color value is 25.49%
CMYK:
(0,4,18,25)
C0M4Y18K25 
(0%,4%,18%,25%)
(0.00/0.04/0.18/0.25)	

CMYK percentages

%0
%3.68
%17.89
%25.49

Codes

Color #BEB79C in popluar color models

BEB79C
RGB190183156
HSL48°20.73%67.84%
HSB/HSV48°17.89%74.51%
CMYK0.00%3.68%17.89%
25.49%

Color #BEB79C in popluar number systems.

HEXBEB79C
Decimal190183156
Binary101111101011011110011100
Octal276267234

Shades and tints

Shades of #BEB79C

#BEB79C
(190,183,156)
#ADA78E
(173,167,142)
#9C9780
(156,151,128)
#8B8772
(139,135,114)
#7A7764
(122,119,100)
#696756
(105,103,86)
#585748
(88,87,72)
#47473A
(71,71,58)
#36372C
(54,55,44)
#25271E
(37,39,30)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEB79C

#BEB79C
(190,183,156)
#C3BDA5
(195,189,165)
#C8C3AE
(200,195,174)
#CDC9B7
(205,201,183)
#D2CFC0
(210,207,192)
#D7D5C9
(215,213,201)
#DCDBD2
(220,219,210)
#E1E1DB
(225,225,219)
#E6E7E4
(230,231,228)
#EBEDED
(235,237,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB79C color. Also use rgb(190,183,156) instead hex code.

Text Font Color

.myTextColor { color: #BEB79C; }

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

This text font color is #BEB79C.


Background Color

.myBgColor { background-color: #BEB79C; }

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

This div background color is #BEB79C.


Border color

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

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

This div border color is #BEB79C.


Opacity

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

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

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

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

This text has shadow with #BEB79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB79C on black background.


Color preview on white background

This text has color #BEB79C on white background.



Black color preview on #BEB79C background

This text has black color on #BEB79C background.


White color preview on #BEB79C background

This text has white color on #BEB79C background.