COLOR #B6AD91

HEX: #B6AD91
RGB: (182,173,145)

Color info

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

RGB color model

#B6AD91 color RGB value is (182,173,145).

  • red value is 182;
  • green value is 173;
  • blue value is 145.
RGB:
(182,173,145)
(71%,68%,57%)

RGB channels and saturation

R 182 of 255 = 71%
G 173 of 255 = 68%
B 145 of 255 = 57%

182
173
145

R + G + B ~ 65%. #B6AD91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 173 + 145 = 500 (100%)
R 182 of 500 ~ 36.4%
G 173 of 500 ~ 34.6%
B 145 of 500 ~ 29%

%36.4
%34.6
%29

CMYK color model

#B6AD91 color CMYK value is (0,5,20,29).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 20.33%
  • key color value is 28.63%
CMYK:
(0,5,20,29)
C0M5Y20K29 
(0%,5%,20%,29%)
(0.00/0.05/0.20/0.29)	

CMYK percentages

%0
%4.95
%20.33
%28.63

Codes

Color #B6AD91 in popluar color models

B6AD91
RGB182173145
HSL45°20.22%64.12%
HSB/HSV45°20.33%71.37%
CMYK0.00%4.95%20.33%
28.63%

Color #B6AD91 in popluar number systems.

HEXB6AD91
Decimal182173145
Binary101101101010110110010001
Octal266255221

Shades and tints

Shades of #B6AD91

#B6AD91
(182,173,145)
#A69E84
(166,158,132)
#968F77
(150,143,119)
#86806A
(134,128,106)
#76715D
(118,113,93)
#666250
(102,98,80)
#565343
(86,83,67)
#464436
(70,68,54)
#363529
(54,53,41)
#26261C
(38,38,28)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #B6AD91

#B6AD91
(182,173,145)
#BCB49B
(188,180,155)
#C2BBA5
(194,187,165)
#C8C2AF
(200,194,175)
#CEC9B9
(206,201,185)
#D4D0C3
(212,208,195)
#DAD7CD
(218,215,205)
#E0DED7
(224,222,215)
#E6E5E1
(230,229,225)
#ECECEB
(236,236,235)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AD91 color. Also use rgb(182,173,145) instead hex code.

Text Font Color

.myTextColor { color: #B6AD91; }

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

This text font color is #B6AD91.


Background Color

.myBgColor { background-color: #B6AD91; }

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

This div background color is #B6AD91.


Border color

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

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

This div border color is #B6AD91.


Opacity

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

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

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

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

This text has shadow with #B6AD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AD91 on black background.


Color preview on white background

This text has color #B6AD91 on white background.



Black color preview on #B6AD91 background

This text has black color on #B6AD91 background.


White color preview on #B6AD91 background

This text has white color on #B6AD91 background.