COLOR #B6A49B

HEX: #B6A49B
RGB: (182,164,155)

Color info

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

RGB color model

#B6A49B color RGB value is (182,164,155).

  • red value is 182;
  • green value is 164;
  • blue value is 155.
RGB:
(182,164,155)
(71%,64%,61%)

RGB channels and saturation

R 182 of 255 = 71%
G 164 of 255 = 64%
B 155 of 255 = 61%

182
164
155

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

Portions of RGB colors in percentages

R + G + B =
182 + 164 + 155 = 501 (100%)
R 182 of 501 ~ 36.33%
G 164 of 501 ~ 32.73%
B 155 of 501 ~ 30.94%

%36.33
%32.73
%30.94

CMYK color model

#B6A49B color CMYK value is (0,10,15,29).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(0,10,15,29)
C0M10Y15K29 
(0%,10%,15%,29%)
(0.00/0.10/0.15/0.29)	

CMYK percentages

%0
%9.89
%14.84
%28.63

Codes

Color #B6A49B in popluar color models

B6A49B
RGB182164155
HSL20°15.61%66.08%
HSB/HSV20°14.84%71.37%
CMYK0.00%9.89%14.84%
28.63%

Color #B6A49B in popluar number systems.

HEXB6A49B
Decimal182164155
Binary101101101010010010011011
Octal266244233

Shades and tints

Shades of #B6A49B

#B6A49B
(182,164,155)
#A6968D
(166,150,141)
#96887F
(150,136,127)
#867A71
(134,122,113)
#766C63
(118,108,99)
#665E55
(102,94,85)
#565047
(86,80,71)
#464239
(70,66,57)
#36342B
(54,52,43)
#26261D
(38,38,29)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #B6A49B

#B6A49B
(182,164,155)
#BCACA4
(188,172,164)
#C2B4AD
(194,180,173)
#C8BCB6
(200,188,182)
#CEC4BF
(206,196,191)
#D4CCC8
(212,204,200)
#DAD4D1
(218,212,209)
#E0DCDA
(224,220,218)
#E6E4E3
(230,228,227)
#ECECEC
(236,236,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A49B color. Also use rgb(182,164,155) instead hex code.

Text Font Color

.myTextColor { color: #B6A49B; }

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

This text font color is #B6A49B.


Background Color

.myBgColor { background-color: #B6A49B; }

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

This div background color is #B6A49B.


Border color

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

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

This div border color is #B6A49B.


Opacity

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

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

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

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

This text has shadow with #B6A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A49B on black background.


Color preview on white background

This text has color #B6A49B on white background.



Black color preview on #B6A49B background

This text has black color on #B6A49B background.


White color preview on #B6A49B background

This text has white color on #B6A49B background.