COLOR #B6B79B

HEX: #B6B79B
RGB: (182,183,155)

Color info

#B6B79B contains red, green and blue colors in about the same proportion. Web safe color of #B6B79B is #CCCC99 (or #CC9).

RGB color model

#B6B79B color RGB value is (182,183,155).

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

RGB channels and saturation

R 182 of 255 = 71%
G 183 of 255 = 72%
B 155 of 255 = 61%

182
183
155

R + G + B ~ 68%. #B6B79B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 183 + 155 = 520 (100%)
R 182 of 520 ~ 35%
G 183 of 520 ~ 35.19%
B 155 of 520 ~ 29.81%

%35
%35.19
%29.81

CMYK color model

#B6B79B color CMYK value is (1,0,15,28).

  • cyan value is 0.55%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(1,0,15,28)
C1M0Y15K28 
(1%,0%,15%,28%)
(0.01/0.00/0.15/0.28)	

CMYK percentages

%0.55
%0
%15.3
%28.24

Codes

Color #B6B79B in popluar color models

B6B79B
RGB182183155
HSL62°16.28%66.27%
HSB/HSV62°15.30%71.76%
CMYK0.55%0.00%15.30%
28.24%

Color #B6B79B in popluar number systems.

HEXB6B79B
Decimal182183155
Binary101101101011011110011011
Octal266267233

Shades and tints

Shades of #B6B79B

#B6B79B
(182,183,155)
#A6A78D
(166,167,141)
#96977F
(150,151,127)
#868771
(134,135,113)
#767763
(118,119,99)
#666755
(102,103,85)
#565747
(86,87,71)
#464739
(70,71,57)
#36372B
(54,55,43)
#26271D
(38,39,29)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #B6B79B

#B6B79B
(182,183,155)
#BCBDA4
(188,189,164)
#C2C3AD
(194,195,173)
#C8C9B6
(200,201,182)
#CECFBF
(206,207,191)
#D4D5C8
(212,213,200)
#DADBD1
(218,219,209)
#E0E1DA
(224,225,218)
#E6E7E3
(230,231,227)
#ECEDEC
(236,237,236)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B79B; }

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

This text font color is #B6B79B.


Background Color

.myBgColor { background-color: #B6B79B; }

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

This div background color is #B6B79B.


Border color

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

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

This div border color is #B6B79B.


Opacity

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

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

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

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

This text has shadow with #B6B79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B79B on black background.


Color preview on white background

This text has color #B6B79B on white background.



Black color preview on #B6B79B background

This text has black color on #B6B79B background.


White color preview on #B6B79B background

This text has white color on #B6B79B background.