COLOR #BEB767

HEX: #BEB767
RGB: (190,183,103)

Color info

#BEB767 contains mainly red and green colors. Web safe color of #BEB767 is #CCCC66 (or #CC6).

RGB color model

#BEB767 color RGB value is (190,183,103).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 103 of 255 = 40%

190
183
103

R + G + B ~ 62%. #BEB767 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 103 = 476 (100%)
R 190 of 476 ~ 39.92%
G 183 of 476 ~ 38.45%
B 103 of 476 ~ 21.64%

%39.92
%38.45
%21.64

CMYK color model

#BEB767 color CMYK value is (0,4,46,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 45.79%
  • key color value is 25.49%
CMYK:
(0,4,46,25)
C0M4Y46K25 
(0%,4%,46%,25%)
(0.00/0.04/0.46/0.25)	

CMYK percentages

%0
%3.68
%45.79
%25.49

Codes

Color #BEB767 in popluar color models

BEB767
RGB190183103
HSL55°40.09%57.45%
HSB/HSV55°45.79%74.51%
CMYK0.00%3.68%45.79%
25.49%

Color #BEB767 in popluar number systems.

HEXBEB767
Decimal190183103
Binary10111110101101111100111
Octal276267147

Shades and tints

Shades of #BEB767

#BEB767
(190,183,103)
#ADA75E
(173,167,94)
#9C9755
(156,151,85)
#8B874C
(139,135,76)
#7A7743
(122,119,67)
#69673A
(105,103,58)
#585731
(88,87,49)
#474728
(71,71,40)
#36371F
(54,55,31)
#252716
(37,39,22)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #BEB767

#BEB767
(190,183,103)
#C3BD74
(195,189,116)
#C8C381
(200,195,129)
#CDC98E
(205,201,142)
#D2CF9B
(210,207,155)
#D7D5A8
(215,213,168)
#DCDBB5
(220,219,181)
#E1E1C2
(225,225,194)
#E6E7CF
(230,231,207)
#EBEDDC
(235,237,220)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB767; }

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

This text font color is #BEB767.


Background Color

.myBgColor { background-color: #BEB767; }

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

This div background color is #BEB767.


Border color

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

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

This div border color is #BEB767.


Opacity

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

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

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

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

This text has shadow with #BEB767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB767 on black background.


Color preview on white background

This text has color #BEB767 on white background.



Black color preview on #BEB767 background

This text has black color on #BEB767 background.


White color preview on #BEB767 background

This text has white color on #BEB767 background.