COLOR #B6B29A

HEX: #B6B29A
RGB: (182,178,154)

Color info

#B6B29A contains red, green and blue colors in about the same proportion. Web safe color of #B6B29A is #CC9999 (or #C99).

RGB color model

#B6B29A color RGB value is (182,178,154).

  • red value is 182;
  • green value is 178;
  • blue value is 154.
RGB:
(182,178,154)
(71%,70%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 178 of 255 = 70%
B 154 of 255 = 60%

182
178
154

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

Portions of RGB colors in percentages

R + G + B =
182 + 178 + 154 = 514 (100%)
R 182 of 514 ~ 35.41%
G 178 of 514 ~ 34.63%
B 154 of 514 ~ 29.96%

%35.41
%34.63
%29.96

CMYK color model

#B6B29A color CMYK value is (0,2,15,29).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 15.38%
  • key color value is 28.63%
CMYK:
(0,2,15,29)
C0M2Y15K29 
(0%,2%,15%,29%)
(0.00/0.02/0.15/0.29)	

CMYK percentages

%0
%2.2
%15.38
%28.63

Codes

Color #B6B29A in popluar color models

B6B29A
RGB182178154
HSL51°16.09%65.88%
HSB/HSV51°15.38%71.37%
CMYK0.00%2.20%15.38%
28.63%

Color #B6B29A in popluar number systems.

HEXB6B29A
Decimal182178154
Binary101101101011001010011010
Octal266262232

Shades and tints

Shades of #B6B29A

#B6B29A
(182,178,154)
#A6A28C
(166,162,140)
#96927E
(150,146,126)
#868270
(134,130,112)
#767262
(118,114,98)
#666254
(102,98,84)
#565246
(86,82,70)
#464238
(70,66,56)
#36322A
(54,50,42)
#26221C
(38,34,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #B6B29A

#B6B29A
(182,178,154)
#BCB9A3
(188,185,163)
#C2C0AC
(194,192,172)
#C8C7B5
(200,199,181)
#CECEBE
(206,206,190)
#D4D5C7
(212,213,199)
#DADCD0
(218,220,208)
#E0E3D9
(224,227,217)
#E6EAE2
(230,234,226)
#ECF1EB
(236,241,235)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B29A color. Also use rgb(182,178,154) instead hex code.

Text Font Color

.myTextColor { color: #B6B29A; }

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

This text font color is #B6B29A.


Background Color

.myBgColor { background-color: #B6B29A; }

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

This div background color is #B6B29A.


Border color

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

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

This div border color is #B6B29A.


Opacity

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

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

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

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

This text has shadow with #B6B29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B29A on black background.


Color preview on white background

This text has color #B6B29A on white background.



Black color preview on #B6B29A background

This text has black color on #B6B29A background.


White color preview on #B6B29A background

This text has white color on #B6B29A background.