COLOR #BEB87C

HEX: #BEB87C
RGB: (190,184,124)

Color info

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

RGB color model

#BEB87C color RGB value is (190,184,124).

  • red value is 190;
  • green value is 184;
  • blue value is 124.
RGB:
(190,184,124)
(75%,72%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 124 of 255 = 49%

190
184
124

R + G + B ~ 65%. #BEB87C is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 184 + 124 = 498 (100%)
R 190 of 498 ~ 38.15%
G 184 of 498 ~ 36.95%
B 124 of 498 ~ 24.9%

%38.15
%36.95
%24.9

CMYK color model

#BEB87C color CMYK value is (0,3,35,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 34.74%
  • key color value is 25.49%
CMYK:
(0,3,35,25)
C0M3Y35K25 
(0%,3%,35%,25%)
(0.00/0.03/0.35/0.25)	

CMYK percentages

%0
%3.16
%34.74
%25.49

Codes

Color #BEB87C in popluar color models

BEB87C
RGB190184124
HSL55°33.67%61.57%
HSB/HSV55°34.74%74.51%
CMYK0.00%3.16%34.74%
25.49%

Color #BEB87C in popluar number systems.

HEXBEB87C
Decimal190184124
Binary10111110101110001111100
Octal276270174

Shades and tints

Shades of #BEB87C

#BEB87C
(190,184,124)
#ADA871
(173,168,113)
#9C9866
(156,152,102)
#8B885B
(139,136,91)
#7A7850
(122,120,80)
#696845
(105,104,69)
#58583A
(88,88,58)
#47482F
(71,72,47)
#363824
(54,56,36)
#252819
(37,40,25)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #BEB87C

#BEB87C
(190,184,124)
#C3BE87
(195,190,135)
#C8C492
(200,196,146)
#CDCA9D
(205,202,157)
#D2D0A8
(210,208,168)
#D7D6B3
(215,214,179)
#DCDCBE
(220,220,190)
#E1E2C9
(225,226,201)
#E6E8D4
(230,232,212)
#EBEEDF
(235,238,223)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB87C color. Also use rgb(190,184,124) instead hex code.

Text Font Color

.myTextColor { color: #BEB87C; }

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

This text font color is #BEB87C.


Background Color

.myBgColor { background-color: #BEB87C; }

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

This div background color is #BEB87C.


Border color

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

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

This div border color is #BEB87C.


Opacity

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

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

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

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

This text has shadow with #BEB87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB87C on black background.


Color preview on white background

This text has color #BEB87C on white background.



Black color preview on #BEB87C background

This text has black color on #BEB87C background.


White color preview on #BEB87C background

This text has white color on #BEB87C background.