COLOR #B6A67A

HEX: #B6A67A
RGB: (182,166,122)

Color info

#B6A67A contains mainly red and green colors. Web safe color of #B6A67A is #CC9966 (or #C96).

RGB color model

#B6A67A color RGB value is (182,166,122).

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

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 122 of 255 = 48%

182
166
122

R + G + B ~ 61%. #B6A67A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 122 = 470 (100%)
R 182 of 470 ~ 38.72%
G 166 of 470 ~ 35.32%
B 122 of 470 ~ 25.96%

%38.72
%35.32
%25.96

CMYK color model

#B6A67A color CMYK value is (0,9,33,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK:
(0,9,33,29)
C0M9Y33K29 
(0%,9%,33%,29%)
(0.00/0.09/0.33/0.29)	

CMYK percentages

%0
%8.79
%32.97
%28.63

Codes

Color #B6A67A in popluar color models

B6A67A
RGB182166122
HSL44°29.13%59.61%
HSB/HSV44°32.97%71.37%
CMYK0.00%8.79%32.97%
28.63%

Color #B6A67A in popluar number systems.

HEXB6A67A
Decimal182166122
Binary10110110101001101111010
Octal266246172

Shades and tints

Shades of #B6A67A

#B6A67A
(182,166,122)
#A6976F
(166,151,111)
#968864
(150,136,100)
#867959
(134,121,89)
#766A4E
(118,106,78)
#665B43
(102,91,67)
#564C38
(86,76,56)
#463D2D
(70,61,45)
#362E22
(54,46,34)
#261F17
(38,31,23)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #B6A67A

#B6A67A
(182,166,122)
#BCAE86
(188,174,134)
#C2B692
(194,182,146)
#C8BE9E
(200,190,158)
#CEC6AA
(206,198,170)
#D4CEB6
(212,206,182)
#DAD6C2
(218,214,194)
#E0DECE
(224,222,206)
#E6E6DA
(230,230,218)
#ECEEE6
(236,238,230)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A67A; }

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

This text font color is #B6A67A.


Background Color

.myBgColor { background-color: #B6A67A; }

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

This div background color is #B6A67A.


Border color

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

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

This div border color is #B6A67A.


Opacity

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

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

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

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

This text has shadow with #B6A67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A67A on black background.


Color preview on white background

This text has color #B6A67A on white background.



Black color preview on #B6A67A background

This text has black color on #B6A67A background.


White color preview on #B6A67A background

This text has white color on #B6A67A background.