COLOR #B6A893

HEX: #B6A893
RGB: (182,168,147)

Color info

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

RGB color model

#B6A893 color RGB value is (182,168,147).

  • red value is 182;
  • green value is 168;
  • blue value is 147.
RGB:
(182,168,147)
(71%,66%,58%)

RGB channels and saturation

R 182 of 255 = 71%
G 168 of 255 = 66%
B 147 of 255 = 58%

182
168
147

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

Portions of RGB colors in percentages

R + G + B =
182 + 168 + 147 = 497 (100%)
R 182 of 497 ~ 36.62%
G 168 of 497 ~ 33.8%
B 147 of 497 ~ 29.58%

%36.62
%33.8
%29.58

CMYK color model

#B6A893 color CMYK value is (0,8,19,29).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 19.23%
  • key color value is 28.63%
CMYK:
(0,8,19,29)
C0M8Y19K29 
(0%,8%,19%,29%)
(0.00/0.08/0.19/0.29)	

CMYK percentages

%0
%7.69
%19.23
%28.63

Codes

Color #B6A893 in popluar color models

B6A893
RGB182168147
HSL36°19.34%64.51%
HSB/HSV36°19.23%71.37%
CMYK0.00%7.69%19.23%
28.63%

Color #B6A893 in popluar number systems.

HEXB6A893
Decimal182168147
Binary101101101010100010010011
Octal266250223

Shades and tints

Shades of #B6A893

#B6A893
(182,168,147)
#A69986
(166,153,134)
#968A79
(150,138,121)
#867B6C
(134,123,108)
#766C5F
(118,108,95)
#665D52
(102,93,82)
#564E45
(86,78,69)
#463F38
(70,63,56)
#36302B
(54,48,43)
#26211E
(38,33,30)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B6A893

#B6A893
(182,168,147)
#BCAF9C
(188,175,156)
#C2B6A5
(194,182,165)
#C8BDAE
(200,189,174)
#CEC4B7
(206,196,183)
#D4CBC0
(212,203,192)
#DAD2C9
(218,210,201)
#E0D9D2
(224,217,210)
#E6E0DB
(230,224,219)
#ECE7E4
(236,231,228)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A893 color. Also use rgb(182,168,147) instead hex code.

Text Font Color

.myTextColor { color: #B6A893; }

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

This text font color is #B6A893.


Background Color

.myBgColor { background-color: #B6A893; }

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

This div background color is #B6A893.


Border color

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

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

This div border color is #B6A893.


Opacity

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

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

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

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

This text has shadow with #B6A893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A893 on black background.


Color preview on white background

This text has color #B6A893 on white background.



Black color preview on #B6A893 background

This text has black color on #B6A893 background.


White color preview on #B6A893 background

This text has white color on #B6A893 background.