COLOR #B6A095

HEX: #B6A095
RGB: (182,160,149)

Color info

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

RGB color model

#B6A095 color RGB value is (182,160,149).

  • red value is 182;
  • green value is 160;
  • blue value is 149.
RGB:
(182,160,149)
(71%,63%,58%)

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 149 of 255 = 58%

182
160
149

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

Portions of RGB colors in percentages

R + G + B =
182 + 160 + 149 = 491 (100%)
R 182 of 491 ~ 37.07%
G 160 of 491 ~ 32.59%
B 149 of 491 ~ 30.35%

%37.07
%32.59
%30.35

CMYK color model

#B6A095 color CMYK value is (0,12,18,29).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 18.13%
  • key color value is 28.63%
CMYK:
(0,12,18,29)
C0M12Y18K29 
(0%,12%,18%,29%)
(0.00/0.12/0.18/0.29)	

CMYK percentages

%0
%12.09
%18.13
%28.63

Codes

Color #B6A095 in popluar color models

B6A095
RGB182160149
HSL20°18.44%64.90%
HSB/HSV20°18.13%71.37%
CMYK0.00%12.09%18.13%
28.63%

Color #B6A095 in popluar number systems.

HEXB6A095
Decimal182160149
Binary101101101010000010010101
Octal266240225

Shades and tints

Shades of #B6A095

#B6A095
(182,160,149)
#A69288
(166,146,136)
#96847B
(150,132,123)
#86766E
(134,118,110)
#766861
(118,104,97)
#665A54
(102,90,84)
#564C47
(86,76,71)
#463E3A
(70,62,58)
#36302D
(54,48,45)
#262220
(38,34,32)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #B6A095

#B6A095
(182,160,149)
#BCA89E
(188,168,158)
#C2B0A7
(194,176,167)
#C8B8B0
(200,184,176)
#CEC0B9
(206,192,185)
#D4C8C2
(212,200,194)
#DAD0CB
(218,208,203)
#E0D8D4
(224,216,212)
#E6E0DD
(230,224,221)
#ECE8E6
(236,232,230)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A095 color. Also use rgb(182,160,149) instead hex code.

Text Font Color

.myTextColor { color: #B6A095; }

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

This text font color is #B6A095.


Background Color

.myBgColor { background-color: #B6A095; }

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

This div background color is #B6A095.


Border color

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

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

This div border color is #B6A095.


Opacity

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

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

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

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

This text has shadow with #B6A095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A095 on black background.


Color preview on white background

This text has color #B6A095 on white background.



Black color preview on #B6A095 background

This text has black color on #B6A095 background.


White color preview on #B6A095 background

This text has white color on #B6A095 background.