COLOR #B1B79B

HEX: #B1B79B
RGB: (177,183,155)

Color info

#B1B79B contains red, green and blue colors in about the same proportion. Web safe color of #B1B79B is #99CC99 (or #9C9).

RGB color model

#B1B79B color RGB value is (177,183,155).

  • red value is 177;
  • green value is 183;
  • blue value is 155.
RGB:
(177,183,155)
(69%,72%,61%)

RGB channels and saturation

R 177 of 255 = 69%
G 183 of 255 = 72%
B 155 of 255 = 61%

177
183
155

R + G + B ~ 67%. #B1B79B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 183 + 155 = 515 (100%)
R 177 of 515 ~ 34.37%
G 183 of 515 ~ 35.53%
B 155 of 515 ~ 30.1%

%34.37
%35.53
%30.1

CMYK color model

#B1B79B color CMYK value is (3,0,15,28).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(3,0,15,28)
C3M0Y15K28 
(3%,0%,15%,28%)
(0.03/0.00/0.15/0.28)	

CMYK percentages

%3.28
%0
%15.3
%28.24

Codes

Color #B1B79B in popluar color models

B1B79B
RGB177183155
HSL73°16.28%66.27%
HSB/HSV73°15.30%71.76%
CMYK3.28%0.00%15.30%
28.24%

Color #B1B79B in popluar number systems.

HEXB1B79B
Decimal177183155
Binary101100011011011110011011
Octal261267233

Shades and tints

Shades of #B1B79B

#B1B79B
(177,183,155)
#A1A78D
(161,167,141)
#91977F
(145,151,127)
#818771
(129,135,113)
#717763
(113,119,99)
#616755
(97,103,85)
#515747
(81,87,71)
#414739
(65,71,57)
#31372B
(49,55,43)
#21271D
(33,39,29)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #B1B79B

#B1B79B
(177,183,155)
#B8BDA4
(184,189,164)
#BFC3AD
(191,195,173)
#C6C9B6
(198,201,182)
#CDCFBF
(205,207,191)
#D4D5C8
(212,213,200)
#DBDBD1
(219,219,209)
#E2E1DA
(226,225,218)
#E9E7E3
(233,231,227)
#F0EDEC
(240,237,236)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B79B color. Also use rgb(177,183,155) instead hex code.

Text Font Color

.myTextColor { color: #B1B79B; }

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

This text font color is #B1B79B.


Background Color

.myBgColor { background-color: #B1B79B; }

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

This div background color is #B1B79B.


Border color

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

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

This div border color is #B1B79B.


Opacity

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

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

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

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

This text has shadow with #B1B79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B79B on black background.


Color preview on white background

This text has color #B1B79B on white background.



Black color preview on #B1B79B background

This text has black color on #B1B79B background.


White color preview on #B1B79B background

This text has white color on #B1B79B background.