COLOR #B1B579

HEX: #B1B579
RGB: (177,181,121)

Color info

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

RGB color model

#B1B579 color RGB value is (177,181,121).

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

RGB channels and saturation

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

177
181
121

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

Portions of RGB colors in percentages

R + G + B =
177 + 181 + 121 = 479 (100%)
R 177 of 479 ~ 36.95%
G 181 of 479 ~ 37.79%
B 121 of 479 ~ 25.26%

%36.95
%37.79
%25.26

CMYK color model

#B1B579 color CMYK value is (2,0,33,29).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK:
(2,0,33,29)
C2M0Y33K29 
(2%,0%,33%,29%)
(0.02/0.00/0.33/0.29)	

CMYK percentages

%2.21
%0
%33.15
%29.02

Codes

Color #B1B579 in popluar color models

B1B579
RGB177181121
HSL64°28.85%59.22%
HSB/HSV64°33.15%70.98%
CMYK2.21%0.00%33.15%
29.02%

Color #B1B579 in popluar number systems.

HEXB1B579
Decimal177181121
Binary10110001101101011111001
Octal261265171

Shades and tints

Shades of #B1B579

#B1B579
(177,181,121)
#A1A56E
(161,165,110)
#919563
(145,149,99)
#818558
(129,133,88)
#71754D
(113,117,77)
#616542
(97,101,66)
#515537
(81,85,55)
#41452C
(65,69,44)
#313521
(49,53,33)
#212516
(33,37,22)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #B1B579

#B1B579
(177,181,121)
#B8BB85
(184,187,133)
#BFC191
(191,193,145)
#C6C79D
(198,199,157)
#CDCDA9
(205,205,169)
#D4D3B5
(212,211,181)
#DBD9C1
(219,217,193)
#E2DFCD
(226,223,205)
#E9E5D9
(233,229,217)
#F0EBE5
(240,235,229)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1B579; }

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

This text font color is #B1B579.


Background Color

.myBgColor { background-color: #B1B579; }

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

This div background color is #B1B579.


Border color

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

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

This div border color is #B1B579.


Opacity

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

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

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

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

This text has shadow with #B1B579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B579 on black background.


Color preview on white background

This text has color #B1B579 on white background.



Black color preview on #B1B579 background

This text has black color on #B1B579 background.


White color preview on #B1B579 background

This text has white color on #B1B579 background.