COLOR #BEB77E

HEX: #BEB77E RGB: (190,183,126)

Color info

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

RGB color model

#BEB77E color RGB value is (190,183,126).

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

RGB channels and saturation

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

190
183
126

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

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 126 = 499 (100%)
R 190 of 499 ~ 38.08%
G 183 of 499 ~ 36.67%
B 126 of 499 ~ 25.25'%

%38.08
%36.67
%25.25

CMYK color model

#BEB77E color CMYK value is (0,4,34,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK: (0,4,34,25) C0M4Y34K25 (0%,4%,34%,25%) (0.00/0.04/0.34/0.25) 

CMYK percentages

%0
%3.68
%33.68
%25.49

Codes

Color #BEB77E in popluar color models

BE B7 7E
RGB 190 183 126
HSL 53° 32.99% 61.96%
HSB/HSV 53° 33.68% 74.51%
CMYK 0.00% 3.68% 33.68%
25.49%

Color #BEB77E in popluar number systems.

HEX BE B7 7E
Decimal 190 183 126
Binary 10111110 10110111 1111110
Octal 276 267 176

Shades and tints

Shades of #BEB77E

#BEB77E
(190,183,126)
#ADA773
(173,167,115)
#9C9768
(156,151,104)
#8B875D
(139,135,93)
#7A7752
(122,119,82)
#696747
(105,103,71)
#58573C
(88,87,60)
#474731
(71,71,49)
#363726
(54,55,38)
#25271B
(37,39,27)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEB77E

#BEB77E
(190,183,126)
#C3BD89
(195,189,137)
#C8C394
(200,195,148)
#CDC99F
(205,201,159)
#D2CFAA
(210,207,170)
#D7D5B5
(215,213,181)
#DCDBC0
(220,219,192)
#E1E1CB
(225,225,203)
#E6E7D6
(230,231,214)
#EBEDE1
(235,237,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB77E; }

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

This text font color is #BEB77E.

Background Color

.myBgColor { background-color: #BEB77E; }

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

This div background color is #BEB77E.

Border color

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

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

This div border color is #BEB77E.

Opacity

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

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

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

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

This text has shadow with #BEB77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB77E.

Preview

Color preview on black background

This text has color #BEB77E on black background.


Color preview on white background

This text has color #BEB77E on white background.


Black color preview on #BEB77E background

This text has black color on #BEB77E background.


White color preview on #BEB77E background

This text has white color on #BEB77E background.


Related colors

Complementary color

Complementary color for #hex is #414881.


I love getcolorcode.com

Triadic colors

1 #7EBEB7 and #B77EBE with #BEB77E are triadic colors.

2 #7EB7BE and #B7BE7E with #BEB77E are triadic colors.