COLOR #B6A68A

HEX: #B6A68A
RGB: (182,166,138)

Color info

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

RGB color model

#B6A68A color RGB value is (182,166,138).

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

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 138 of 255 = 54%

182
166
138

R + G + B ~ 63%. #B6A68A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 138 = 486 (100%)
R 182 of 486 ~ 37.45%
G 166 of 486 ~ 34.16%
B 138 of 486 ~ 28.4%

%37.45
%34.16
%28.4

CMYK color model

#B6A68A color CMYK value is (0,9,24,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 24.18%
  • key color value is 28.63%
CMYK:
(0,9,24,29)
C0M9Y24K29 
(0%,9%,24%,29%)
(0.00/0.09/0.24/0.29)	

CMYK percentages

%0
%8.79
%24.18
%28.63

Codes

Color #B6A68A in popluar color models

B6A68A
RGB182166138
HSL38°23.16%62.75%
HSB/HSV38°24.18%71.37%
CMYK0.00%8.79%24.18%
28.63%

Color #B6A68A in popluar number systems.

HEXB6A68A
Decimal182166138
Binary101101101010011010001010
Octal266246212

Shades and tints

Shades of #B6A68A

#B6A68A
(182,166,138)
#A6977E
(166,151,126)
#968872
(150,136,114)
#867966
(134,121,102)
#766A5A
(118,106,90)
#665B4E
(102,91,78)
#564C42
(86,76,66)
#463D36
(70,61,54)
#362E2A
(54,46,42)
#261F1E
(38,31,30)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #B6A68A

#B6A68A
(182,166,138)
#BCAE94
(188,174,148)
#C2B69E
(194,182,158)
#C8BEA8
(200,190,168)
#CEC6B2
(206,198,178)
#D4CEBC
(212,206,188)
#DAD6C6
(218,214,198)
#E0DED0
(224,222,208)
#E6E6DA
(230,230,218)
#ECEEE4
(236,238,228)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A68A; }

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

This text font color is #B6A68A.


Background Color

.myBgColor { background-color: #B6A68A; }

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

This div background color is #B6A68A.


Border color

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

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

This div border color is #B6A68A.


Opacity

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

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

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

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

This text has shadow with #B6A68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A68A on black background.


Color preview on white background

This text has color #B6A68A on white background.



Black color preview on #B6A68A background

This text has black color on #B6A68A background.


White color preview on #B6A68A background

This text has white color on #B6A68A background.