COLOR #B6B2A5

HEX: #B6B2A5
RGB: (182,178,165)

Color info

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

RGB color model

#B6B2A5 color RGB value is (182,178,165).

  • red value is 182;
  • green value is 178;
  • blue value is 165.
RGB:
(182,178,165)
(71%,70%,65%)

RGB channels and saturation

R 182 of 255 = 71%
G 178 of 255 = 70%
B 165 of 255 = 65%

182
178
165

R + G + B ~ 69%. #B6B2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 178 + 165 = 525 (100%)
R 182 of 525 ~ 34.67%
G 178 of 525 ~ 33.9%
B 165 of 525 ~ 31.43%

%34.67
%33.9
%31.43

CMYK color model

#B6B2A5 color CMYK value is (0,2,9,29).

  • cyan value is 0.00%
  • magenta value is 2.20%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(0,2,9,29)
C0M2Y9K29 
(0%,2%,9%,29%)
(0.00/0.02/0.09/0.29)	

CMYK percentages

%0
%2.2
%9.34
%28.63

Codes

Color #B6B2A5 in popluar color models

B6B2A5
RGB182178165
HSL46°10.43%68.04%
HSB/HSV46°9.34%71.37%
CMYK0.00%2.20%9.34%
28.63%

Color #B6B2A5 in popluar number systems.

HEXB6B2A5
Decimal182178165
Binary101101101011001010100101
Octal266262245

Shades and tints

Shades of #B6B2A5

#B6B2A5
(182,178,165)
#A6A296
(166,162,150)
#969287
(150,146,135)
#868278
(134,130,120)
#767269
(118,114,105)
#66625A
(102,98,90)
#56524B
(86,82,75)
#46423C
(70,66,60)
#36322D
(54,50,45)
#26221E
(38,34,30)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #B6B2A5

#B6B2A5
(182,178,165)
#BCB9AD
(188,185,173)
#C2C0B5
(194,192,181)
#C8C7BD
(200,199,189)
#CECEC5
(206,206,197)
#D4D5CD
(212,213,205)
#DADCD5
(218,220,213)
#E0E3DD
(224,227,221)
#E6EAE5
(230,234,229)
#ECF1ED
(236,241,237)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B2A5 color. Also use rgb(182,178,165) instead hex code.

Text Font Color

.myTextColor { color: #B6B2A5; }

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

This text font color is #B6B2A5.


Background Color

.myBgColor { background-color: #B6B2A5; }

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

This div background color is #B6B2A5.


Border color

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

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

This div border color is #B6B2A5.


Opacity

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

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

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

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

This text has shadow with #B6B2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B2A5 on black background.


Color preview on white background

This text has color #B6B2A5 on white background.



Black color preview on #B6B2A5 background

This text has black color on #B6B2A5 background.


White color preview on #B6B2A5 background

This text has white color on #B6B2A5 background.