COLOR #B1B577

HEX: #B1B577
RGB: (177,181,119)

Color info

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

RGB color model

#B1B577 color RGB value is (177,181,119).

  • red value is 177;
  • green value is 181;
  • blue value is 119.
RGB:
(177,181,119)
(69%,71%,47%)

RGB channels and saturation

R 177 of 255 = 69%
G 181 of 255 = 71%
B 119 of 255 = 47%

177
181
119

R + G + B ~ 62%. #B1B577 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 181 + 119 = 477 (100%)
R 177 of 477 ~ 37.11%
G 181 of 477 ~ 37.95%
B 119 of 477 ~ 24.95%

%37.11
%37.95
%24.95

CMYK color model

#B1B577 color CMYK value is (2,0,34,29).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 34.25%
  • key color value is 29.02%
CMYK:
(2,0,34,29)
C2M0Y34K29 
(2%,0%,34%,29%)
(0.02/0.00/0.34/0.29)	

CMYK percentages

%2.21
%0
%34.25
%29.02

Codes

Color #B1B577 in popluar color models

B1B577
RGB177181119
HSL64°29.52%58.82%
HSB/HSV64°34.25%70.98%
CMYK2.21%0.00%34.25%
29.02%

Color #B1B577 in popluar number systems.

HEXB1B577
Decimal177181119
Binary10110001101101011110111
Octal261265167

Shades and tints

Shades of #B1B577

#B1B577
(177,181,119)
#A1A56D
(161,165,109)
#919563
(145,149,99)
#818559
(129,133,89)
#71754F
(113,117,79)
#616545
(97,101,69)
#51553B
(81,85,59)
#414531
(65,69,49)
#313527
(49,53,39)
#21251D
(33,37,29)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #B1B577

#B1B577
(177,181,119)
#B8BB83
(184,187,131)
#BFC18F
(191,193,143)
#C6C79B
(198,199,155)
#CDCDA7
(205,205,167)
#D4D3B3
(212,211,179)
#DBD9BF
(219,217,191)
#E2DFCB
(226,223,203)
#E9E5D7
(233,229,215)
#F0EBE3
(240,235,227)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B577 color. Also use rgb(177,181,119) instead hex code.

Text Font Color

.myTextColor { color: #B1B577; }

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

This text font color is #B1B577.


Background Color

.myBgColor { background-color: #B1B577; }

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

This div background color is #B1B577.


Border color

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

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

This div border color is #B1B577.


Opacity

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

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

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

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

This text has shadow with #B1B577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B577 on black background.


Color preview on white background

This text has color #B1B577 on white background.



Black color preview on #B1B577 background

This text has black color on #B1B577 background.


White color preview on #B1B577 background

This text has white color on #B1B577 background.