COLOR #BEB79A

HEX: #BEB79A
RGB: (190,183,154)

Color info

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

RGB color model

#BEB79A color RGB value is (190,183,154).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 154 of 255 = 60%

190
183
154

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

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 154 = 527 (100%)
R 190 of 527 ~ 36.05%
G 183 of 527 ~ 34.72%
B 154 of 527 ~ 29.22%

%36.05
%34.72
%29.22

CMYK color model

#BEB79A color CMYK value is (0,4,19,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 18.95%
  • key color value is 25.49%
CMYK:
(0,4,19,25)
C0M4Y19K25 
(0%,4%,19%,25%)
(0.00/0.04/0.19/0.25)	

CMYK percentages

%0
%3.68
%18.95
%25.49

Codes

Color #BEB79A in popluar color models

BEB79A
RGB190183154
HSL48°21.69%67.45%
HSB/HSV48°18.95%74.51%
CMYK0.00%3.68%18.95%
25.49%

Color #BEB79A in popluar number systems.

HEXBEB79A
Decimal190183154
Binary101111101011011110011010
Octal276267232

Shades and tints

Shades of #BEB79A

#BEB79A
(190,183,154)
#ADA78C
(173,167,140)
#9C977E
(156,151,126)
#8B8770
(139,135,112)
#7A7762
(122,119,98)
#696754
(105,103,84)
#585746
(88,87,70)
#474738
(71,71,56)
#36372A
(54,55,42)
#25271C
(37,39,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #BEB79A

#BEB79A
(190,183,154)
#C3BDA3
(195,189,163)
#C8C3AC
(200,195,172)
#CDC9B5
(205,201,181)
#D2CFBE
(210,207,190)
#D7D5C7
(215,213,199)
#DCDBD0
(220,219,208)
#E1E1D9
(225,225,217)
#E6E7E2
(230,231,226)
#EBEDEB
(235,237,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB79A; }

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

This text font color is #BEB79A.


Background Color

.myBgColor { background-color: #BEB79A; }

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

This div background color is #BEB79A.


Border color

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

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

This div border color is #BEB79A.


Opacity

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

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

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

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

This text has shadow with #BEB79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB79A on black background.


Color preview on white background

This text has color #BEB79A on white background.



Black color preview on #BEB79A background

This text has black color on #BEB79A background.


White color preview on #BEB79A background

This text has white color on #BEB79A background.