COLOR #B6A68E

HEX: #B6A68E
RGB: (182,166,142)

Color info

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

RGB color model

#B6A68E color RGB value is (182,166,142).

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

RGB channels and saturation

R 182 of 255 = 71%
G 166 of 255 = 65%
B 142 of 255 = 56%

182
166
142

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

Portions of RGB colors in percentages

R + G + B =
182 + 166 + 142 = 490 (100%)
R 182 of 490 ~ 37.14%
G 166 of 490 ~ 33.88%
B 142 of 490 ~ 28.98%

%37.14
%33.88
%28.98

CMYK color model

#B6A68E color CMYK value is (0,9,22,29).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(0,9,22,29)
C0M9Y22K29 
(0%,9%,22%,29%)
(0.00/0.09/0.22/0.29)	

CMYK percentages

%0
%8.79
%21.98
%28.63

Codes

Color #B6A68E in popluar color models

B6A68E
RGB182166142
HSL36°21.51%63.53%
HSB/HSV36°21.98%71.37%
CMYK0.00%8.79%21.98%
28.63%

Color #B6A68E in popluar number systems.

HEXB6A68E
Decimal182166142
Binary101101101010011010001110
Octal266246216

Shades and tints

Shades of #B6A68E

#B6A68E
(182,166,142)
#A69782
(166,151,130)
#968876
(150,136,118)
#86796A
(134,121,106)
#766A5E
(118,106,94)
#665B52
(102,91,82)
#564C46
(86,76,70)
#463D3A
(70,61,58)
#362E2E
(54,46,46)
#261F22
(38,31,34)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #B6A68E

#B6A68E
(182,166,142)
#BCAE98
(188,174,152)
#C2B6A2
(194,182,162)
#C8BEAC
(200,190,172)
#CEC6B6
(206,198,182)
#D4CEC0
(212,206,192)
#DAD6CA
(218,214,202)
#E0DED4
(224,222,212)
#E6E6DE
(230,230,222)
#ECEEE8
(236,238,232)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A68E; }

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

This text font color is #B6A68E.


Background Color

.myBgColor { background-color: #B6A68E; }

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

This div background color is #B6A68E.


Border color

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

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

This div border color is #B6A68E.


Opacity

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

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

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

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

This text has shadow with #B6A68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A68E on black background.


Color preview on white background

This text has color #B6A68E on white background.



Black color preview on #B6A68E background

This text has black color on #B6A68E background.


White color preview on #B6A68E background

This text has white color on #B6A68E background.