COLOR #B6A195

HEX: #B6A195 RGB: (182,161,149)

Color info

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

RGB color model

#B6A195 color RGB value is (182,161,149).

RGB: (182,161,149) (71%, 63%, 58%)

RGB channels and saturation

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

182
161
149

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

Portions of RGB colors in percentages

R + G + B = 182 + 161 + 149 = 492 (100%)
R 182 of 492 ~ 36.99%
G 161 of 492 ~ 32.72%
B 149 of 492 ~ 30.28'%

%36.99
%32.72
%30.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.54%
  • 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
%11.54
%18.13
%28.63

Codes

Color #B6A195 in popluar color models

B6 A1 95
RGB 182 161 149
HSL 22° 18.44% 64.90%
HSB/HSV 22° 18.13% 71.37%
CMYK 0.00% 11.54% 18.13%
28.63%

Color #B6A195 in popluar number systems.

HEX B6 A1 95
Decimal 182 161 149
Binary 10110110 10100001 10010101
Octal 266 241 225

Shades and tints

Shades of #B6A195

#B6A195
(182,161,149)
#A69388
(166,147,136)
#96857B
(150,133,123)
#86776E
(134,119,110)
#766961
(118,105,97)
#665B54
(102,91,84)
#564D47
(86,77,71)
#463F3A
(70,63,58)
#36312D
(54,49,45)
#262320
(38,35,32)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B6A195

#B6A195
(182,161,149)
#BCA99E
(188,169,158)
#C2B1A7
(194,177,167)
#C8B9B0
(200,185,176)
#CEC1B9
(206,193,185)
#D4C9C2
(212,201,194)
#DAD1CB
(218,209,203)
#E0D9D4
(224,217,212)
#E6E1DD
(230,225,221)
#ECE9E6
(236,233,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A195; }

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

This text font color is #B6A195.

Background Color

.myBgColor { background-color: #B6A195; }

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

This div background color is #B6A195.

Border color

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

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

This div border color is #B6A195.

Opacity

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

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

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

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

This text has shadow with #B6A195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A195.

Preview

Color preview on black background

This text has color #B6A195 on black background.


Color preview on white background

This text has color #B6A195 on white background.


Black color preview on #B6A195 background

This text has black color on #B6A195 background.


White color preview on #B6A195 background

This text has white color on #B6A195 background.


Related colors

Complementary color

Complementary color for #hex is #495E6A.


I love getcolorcode.com

Triadic colors

1 #95B6A1 and #A195B6 with #B6A195 are triadic colors.

2 #95A1B6 and #A1B695 with #B6A195 are triadic colors.