COLOR #B3BE77

HEX: #B3BE77
RGB: (179,190,119)

Color info

#B3BE77 contains mainly red and green colors. Web safe color of #B3BE77 is #99CC66 (or #9C6).

RGB color model

#B3BE77 color RGB value is (179,190,119).

  • red value is 179;
  • green value is 190;
  • blue value is 119.
RGB:
(179,190,119)
(70%,75%,47%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 119 of 255 = 47%

179
190
119

R + G + B ~ 64%. #B3BE77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 190 + 119 = 488 (100%)
R 179 of 488 ~ 36.68%
G 190 of 488 ~ 38.93%
B 119 of 488 ~ 24.39%

%36.68
%38.93
%24.39

CMYK color model

#B3BE77 color CMYK value is (6,0,37,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 25.49%
CMYK:
(6,0,37,25)
C6M0Y37K25 
(6%,0%,37%,25%)
(0.06/0.00/0.37/0.25)	

CMYK percentages

%5.79
%0
%37.37
%25.49

Codes

Color #B3BE77 in popluar color models

B3BE77
RGB179190119
HSL69°35.32%60.59%
HSB/HSV69°37.37%74.51%
CMYK5.79%0.00%37.37%
25.49%

Color #B3BE77 in popluar number systems.

HEXB3BE77
Decimal179190119
Binary10110011101111101110111
Octal263276167

Shades and tints

Shades of #B3BE77

#B3BE77
(179,190,119)
#A3AD6D
(163,173,109)
#939C63
(147,156,99)
#838B59
(131,139,89)
#737A4F
(115,122,79)
#636945
(99,105,69)
#53583B
(83,88,59)
#434731
(67,71,49)
#333627
(51,54,39)
#23251D
(35,37,29)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3BE77

#B3BE77
(179,190,119)
#B9C383
(185,195,131)
#BFC88F
(191,200,143)
#C5CD9B
(197,205,155)
#CBD2A7
(203,210,167)
#D1D7B3
(209,215,179)
#D7DCBF
(215,220,191)
#DDE1CB
(221,225,203)
#E3E6D7
(227,230,215)
#E9EBE3
(233,235,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BE77; }

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

This text font color is #B3BE77.


Background Color

.myBgColor { background-color: #B3BE77; }

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

This div background color is #B3BE77.


Border color

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

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

This div border color is #B3BE77.


Opacity

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

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

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

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

This text has shadow with #B3BE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BE77 on black background.


Color preview on white background

This text has color #B3BE77 on white background.



Black color preview on #B3BE77 background

This text has black color on #B3BE77 background.


White color preview on #B3BE77 background

This text has white color on #B3BE77 background.