COLOR #BEB87E

HEX: #BEB87E RGB: (190,184,126)

Color info

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

RGB color model

#BEB87E color RGB value is (190,184,126).

RGB: (190,184,126) (75%, 72%, 49%)

RGB channels and saturation

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

190
184
126

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

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 126 = 500 (100%)
R 190 of 500 ~ 38%
G 184 of 500 ~ 36.8%
B 126 of 500 ~ 25.2'%

%38
%36.8
%25.2

CMYK color model

#BEB87E color CMYK value is (0,3,34,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 33.68%
  • key color value is 25.49%

CMYK: (0,3,34,25)
C0M3Y34K25 (0%, 3%, 34%, 25%)
(0.00 / 0.03 / 0.34 / 0.25)

CMYK percentages

%0
%3.16
%33.68
%25.49

Codes

Color #BEB87E in popluar color models

BE B8 7E
RGB 190 184 126
HSL 54° 32.99% 61.96%
HSB/HSV 54° 33.68% 74.51%
CMYK 0.00% 3.16% 33.68%
25.49%

Color #BEB87E in popluar number systems.

HEX BE B8 7E
Decimal 190 184 126
Binary 10111110 10111000 1111110
Octal 276 270 176

Shades and tints

Shades of #BEB87E

#BEB87E
(190,184,126)
#ADA873
(173,168,115)
#9C9868
(156,152,104)
#8B885D
(139,136,93)
#7A7852
(122,120,82)
#696847
(105,104,71)
#58583C
(88,88,60)
#474831
(71,72,49)
#363826
(54,56,38)
#25281B
(37,40,27)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #BEB87E

#BEB87E
(190,184,126)
#C3BE89
(195,190,137)
#C8C494
(200,196,148)
#CDCA9F
(205,202,159)
#D2D0AA
(210,208,170)
#D7D6B5
(215,214,181)
#DCDCC0
(220,220,192)
#E1E2CB
(225,226,203)
#E6E8D6
(230,232,214)
#EBEEE1
(235,238,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB87E; }

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

This text font color is #BEB87E.

Background Color

.myBgColor { background-color: #BEB87E; }

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

This div background color is #BEB87E.

Border color

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

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

This div border color is #BEB87E.

Opacity

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

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

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

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

This text has shadow with #BEB87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB87E.

Preview

Color preview on black background

This text has color #BEB87E on black background.


Color preview on white background

This text has color #BEB87E on white background.


Black color preview on #BEB87E background

This text has black color on #BEB87E background.


White color preview on #BEB87E background

This text has white color on #BEB87E background.


Related colors

Complementary color

Complementary color for #hex is #414781.


I love getcolorcode.com

Triadic colors

1 #7EBEB8 and #B87EBE with #BEB87E are triadic colors.

2 #7EB8BE and #B8BE7E with #BEB87E are triadic colors.