COLOR #BEB69A

HEX: #BEB69A
RGB: (190,182,154)

Color info

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

RGB color model

#BEB69A color RGB value is (190,182,154).

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

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 154 of 255 = 60%

190
182
154

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

Portions of RGB colors in percentages

R + G + B =
190 + 182 + 154 = 526 (100%)
R 190 of 526 ~ 36.12%
G 182 of 526 ~ 34.6%
B 154 of 526 ~ 29.28%

%36.12
%34.6
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.21%
  • 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
%4.21
%18.95
%25.49

Codes

Color #BEB69A in popluar color models

BEB69A
RGB190182154
HSL47°21.69%67.45%
HSB/HSV47°18.95%74.51%
CMYK0.00%4.21%18.95%
25.49%

Color #BEB69A in popluar number systems.

HEXBEB69A
Decimal190182154
Binary101111101011011010011010
Octal276266232

Shades and tints

Shades of #BEB69A

#BEB69A
(190,182,154)
#ADA68C
(173,166,140)
#9C967E
(156,150,126)
#8B8670
(139,134,112)
#7A7662
(122,118,98)
#696654
(105,102,84)
#585646
(88,86,70)
#474638
(71,70,56)
#36362A
(54,54,42)
#25261C
(37,38,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #BEB69A

#BEB69A
(190,182,154)
#C3BCA3
(195,188,163)
#C8C2AC
(200,194,172)
#CDC8B5
(205,200,181)
#D2CEBE
(210,206,190)
#D7D4C7
(215,212,199)
#DCDAD0
(220,218,208)
#E1E0D9
(225,224,217)
#E6E6E2
(230,230,226)
#EBECEB
(235,236,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB69A; }

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

This text font color is #BEB69A.


Background Color

.myBgColor { background-color: #BEB69A; }

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

This div background color is #BEB69A.


Border color

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

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

This div border color is #BEB69A.


Opacity

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

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

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

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

This text has shadow with #BEB69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB69A on black background.


Color preview on white background

This text has color #BEB69A on white background.



Black color preview on #BEB69A background

This text has black color on #BEB69A background.


White color preview on #BEB69A background

This text has white color on #BEB69A background.