COLOR #BEB977

HEX: #BEB977 RGB: (190,185,119)

Color info

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

RGB color model

#BEB977 color RGB value is (190,185,119).

RGB: (190,185,119) (75%, 73%, 47%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 119 of 255 = 47%

190
185
119

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

Portions of RGB colors in percentages

R + G + B = 190 + 185 + 119 = 494 (100%)
R 190 of 494 ~ 38.46%
G 185 of 494 ~ 37.45%
B 119 of 494 ~ 24.09'%

%38.46
%37.45
%24.09

CMYK color model

#BEB977 color CMYK value is (0,3,37,25).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 37.37%
  • key color value is 25.49%

CMYK: (0,3,37,25)
C0M3Y37K25 (0%, 3%, 37%, 25%)
(0.00 / 0.03 / 0.37 / 0.25)

CMYK percentages

%0
%2.63
%37.37
%25.49

Codes

Color #BEB977 in popluar color models

BE B9 77
RGB 190 185 119
HSL 56° 35.32% 60.59%
HSB/HSV 56° 37.37% 74.51%
CMYK 0.00% 2.63% 37.37%
25.49%

Color #BEB977 in popluar number systems.

HEX BE B9 77
Decimal 190 185 119
Binary 10111110 10111001 1110111
Octal 276 271 167

Shades and tints

Shades of #BEB977

#BEB977
(190,185,119)
#ADA96D
(173,169,109)
#9C9963
(156,153,99)
#8B8959
(139,137,89)
#7A794F
(122,121,79)
#696945
(105,105,69)
#58593B
(88,89,59)
#474931
(71,73,49)
#363927
(54,57,39)
#25291D
(37,41,29)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #BEB977

#BEB977
(190,185,119)
#C3BF83
(195,191,131)
#C8C58F
(200,197,143)
#CDCB9B
(205,203,155)
#D2D1A7
(210,209,167)
#D7D7B3
(215,215,179)
#DCDDBF
(220,221,191)
#E1E3CB
(225,227,203)
#E6E9D7
(230,233,215)
#EBEFE3
(235,239,227)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB977 color. Also use rgb(190,185,119) instead hex code.

Text Font Color

.myTextColor { color: #BEB977; }

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

This text font color is #BEB977.

Background Color

.myBgColor { background-color: #BEB977; }

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

This div background color is #BEB977.

Border color

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

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

This div border color is #BEB977.

Opacity

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

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

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

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

This text has shadow with #BEB977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB977.

Preview

Color preview on black background

This text has color #BEB977 on black background.


Color preview on white background

This text has color #BEB977 on white background.


Black color preview on #BEB977 background

This text has black color on #BEB977 background.


White color preview on #BEB977 background

This text has white color on #BEB977 background.


Related colors

Complementary color

Complementary color for #hex is #414688.


I love getcolorcode.com

Triadic colors

1 #77BEB9 and #B977BE with #BEB977 are triadic colors.

2 #77B9BE and #B9BE77 with #BEB977 are triadic colors.