COLOR #B6A395

HEX: #B6A395 RGB: (182,163,149)

Color info

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

RGB color model

#B6A395 color RGB value is (182,163,149).

RGB: (182,163,149) (71%, 64%, 58%)

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 149 of 255 = 58%

182
163
149

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

Portions of RGB colors in percentages

R + G + B = 182 + 163 + 149 = 494 (100%)
R 182 of 494 ~ 36.84%
G 163 of 494 ~ 33%
B 149 of 494 ~ 30.16'%

%36.84
%33
%30.16

CMYK color model

#B6A395 color CMYK value is (0,10,18,29).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 18.13%
  • key color value is 28.63%

CMYK: (0,10,18,29)
C0M10Y18K29 (0%, 10%, 18%, 29%)
(0.00 / 0.10 / 0.18 / 0.29)

CMYK percentages

%0
%10.44
%18.13
%28.63

Codes

Color #B6A395 in popluar color models

B6 A3 95
RGB 182 163 149
HSL 25° 18.44% 64.90%
HSB/HSV 25° 18.13% 71.37%
CMYK 0.00% 10.44% 18.13%
28.63%

Color #B6A395 in popluar number systems.

HEX B6 A3 95
Decimal 182 163 149
Binary 10110110 10100011 10010101
Octal 266 243 225

Shades and tints

Shades of #B6A395

#B6A395
(182,163,149)
#A69588
(166,149,136)
#96877B
(150,135,123)
#86796E
(134,121,110)
#766B61
(118,107,97)
#665D54
(102,93,84)
#564F47
(86,79,71)
#46413A
(70,65,58)
#36332D
(54,51,45)
#262520
(38,37,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6A395

#B6A395
(182,163,149)
#BCAB9E
(188,171,158)
#C2B3A7
(194,179,167)
#C8BBB0
(200,187,176)
#CEC3B9
(206,195,185)
#D4CBC2
(212,203,194)
#DAD3CB
(218,211,203)
#E0DBD4
(224,219,212)
#E6E3DD
(230,227,221)
#ECEBE6
(236,235,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A395; }

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

This text font color is #B6A395.

Background Color

.myBgColor { background-color: #B6A395; }

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

This div background color is #B6A395.

Border color

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

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

This div border color is #B6A395.

Opacity

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

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

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

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

This text has shadow with #B6A395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A395.

Preview

Color preview on black background

This text has color #B6A395 on black background.


Color preview on white background

This text has color #B6A395 on white background.


Black color preview on #B6A395 background

This text has black color on #B6A395 background.


White color preview on #B6A395 background

This text has white color on #B6A395 background.


Related colors

Complementary color

Complementary color for #hex is #495C6A.


I love getcolorcode.com

Triadic colors

1 #95B6A3 and #A395B6 with #B6A395 are triadic colors.

2 #95A3B6 and #A3B695 with #B6A395 are triadic colors.