COLOR #B6B97A

HEX: #B6B97A
RGB: (182,185,122)

Color info

#B6B97A contains mainly red and green colors. Web safe color of #B6B97A is #CCCC66 (or #CC6).

RGB color model

#B6B97A color RGB value is (182,185,122).

  • red value is 182;
  • green value is 185;
  • blue value is 122.
RGB:
(182,185,122)
(71%,73%,48%)

RGB channels and saturation

R 182 of 255 = 71%
G 185 of 255 = 73%
B 122 of 255 = 48%

182
185
122

R + G + B ~ 64%. #B6B97A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 185 + 122 = 489 (100%)
R 182 of 489 ~ 37.22%
G 185 of 489 ~ 37.83%
B 122 of 489 ~ 24.95%

%37.22
%37.83
%24.95

CMYK color model

#B6B97A color CMYK value is (2,0,34,27).

  • cyan value is 1.62%
  • magenta value is 0.00%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK:
(2,0,34,27)
C2M0Y34K27 
(2%,0%,34%,27%)
(0.02/0.00/0.34/0.27)	

CMYK percentages

%1.62
%0
%34.05
%27.45

Codes

Color #B6B97A in popluar color models

B6B97A
RGB182185122
HSL63°31.03%60.20%
HSB/HSV63°34.05%72.55%
CMYK1.62%0.00%34.05%
27.45%

Color #B6B97A in popluar number systems.

HEXB6B97A
Decimal182185122
Binary10110110101110011111010
Octal266271172

Shades and tints

Shades of #B6B97A

#B6B97A
(182,185,122)
#A6A96F
(166,169,111)
#969964
(150,153,100)
#868959
(134,137,89)
#76794E
(118,121,78)
#666943
(102,105,67)
#565938
(86,89,56)
#46492D
(70,73,45)
#363922
(54,57,34)
#262917
(38,41,23)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #B6B97A

#B6B97A
(182,185,122)
#BCBF86
(188,191,134)
#C2C592
(194,197,146)
#C8CB9E
(200,203,158)
#CED1AA
(206,209,170)
#D4D7B6
(212,215,182)
#DADDC2
(218,221,194)
#E0E3CE
(224,227,206)
#E6E9DA
(230,233,218)
#ECEFE6
(236,239,230)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B97A color. Also use rgb(182,185,122) instead hex code.

Text Font Color

.myTextColor { color: #B6B97A; }

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

This text font color is #B6B97A.


Background Color

.myBgColor { background-color: #B6B97A; }

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

This div background color is #B6B97A.


Border color

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

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

This div border color is #B6B97A.


Opacity

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

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

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

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

This text has shadow with #B6B97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B97A on black background.


Color preview on white background

This text has color #B6B97A on white background.



Black color preview on #B6B97A background

This text has black color on #B6B97A background.


White color preview on #B6B97A background

This text has white color on #B6B97A background.