COLOR #B6A391

HEX: #B6A391
RGB: (182,163,145)

Color info

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

RGB color model

#B6A391 color RGB value is (182,163,145).

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

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 145 of 255 = 57%

182
163
145

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

Portions of RGB colors in percentages

R + G + B =
182 + 163 + 145 = 490 (100%)
R 182 of 490 ~ 37.14%
G 163 of 490 ~ 33.27%
B 145 of 490 ~ 29.59%

%37.14
%33.27
%29.59

CMYK color model

#B6A391 color CMYK value is (0,10,20,29).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 20.33%
  • key color value is 28.63%
CMYK:
(0,10,20,29)
C0M10Y20K29 
(0%,10%,20%,29%)
(0.00/0.10/0.20/0.29)	

CMYK percentages

%0
%10.44
%20.33
%28.63

Codes

Color #B6A391 in popluar color models

B6A391
RGB182163145
HSL29°20.22%64.12%
HSB/HSV29°20.33%71.37%
CMYK0.00%10.44%20.33%
28.63%

Color #B6A391 in popluar number systems.

HEXB6A391
Decimal182163145
Binary101101101010001110010001
Octal266243221

Shades and tints

Shades of #B6A391

#B6A391
(182,163,145)
#A69584
(166,149,132)
#968777
(150,135,119)
#86796A
(134,121,106)
#766B5D
(118,107,93)
#665D50
(102,93,80)
#564F43
(86,79,67)
#464136
(70,65,54)
#363329
(54,51,41)
#26251C
(38,37,28)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #B6A391

#B6A391
(182,163,145)
#BCAB9B
(188,171,155)
#C2B3A5
(194,179,165)
#C8BBAF
(200,187,175)
#CEC3B9
(206,195,185)
#D4CBC3
(212,203,195)
#DAD3CD
(218,211,205)
#E0DBD7
(224,219,215)
#E6E3E1
(230,227,225)
#ECEBEB
(236,235,235)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A391; }

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

This text font color is #B6A391.


Background Color

.myBgColor { background-color: #B6A391; }

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

This div background color is #B6A391.


Border color

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

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

This div border color is #B6A391.


Opacity

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

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

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

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

This text has shadow with #B6A391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A391 on black background.


Color preview on white background

This text has color #B6A391 on white background.



Black color preview on #B6A391 background

This text has black color on #B6A391 background.


White color preview on #B6A391 background

This text has white color on #B6A391 background.