COLOR #B6A994

HEX: #B6A994
RGB: (182,169,148)

Color info

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

RGB color model

#B6A994 color RGB value is (182,169,148).

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

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 148 of 255 = 58%

182
169
148

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

Portions of RGB colors in percentages

R + G + B =
182 + 169 + 148 = 499 (100%)
R 182 of 499 ~ 36.47%
G 169 of 499 ~ 33.87%
B 148 of 499 ~ 29.66%

%36.47
%33.87
%29.66

CMYK color model

#B6A994 color CMYK value is (0,7,19,29).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 18.68%
  • key color value is 28.63%
CMYK:
(0,7,19,29)
C0M7Y19K29 
(0%,7%,19%,29%)
(0.00/0.07/0.19/0.29)	

CMYK percentages

%0
%7.14
%18.68
%28.63

Codes

Color #B6A994 in popluar color models

B6A994
RGB182169148
HSL37°18.89%64.71%
HSB/HSV37°18.68%71.37%
CMYK0.00%7.14%18.68%
28.63%

Color #B6A994 in popluar number systems.

HEXB6A994
Decimal182169148
Binary101101101010100110010100
Octal266251224

Shades and tints

Shades of #B6A994

#B6A994
(182,169,148)
#A69A87
(166,154,135)
#968B7A
(150,139,122)
#867C6D
(134,124,109)
#766D60
(118,109,96)
#665E53
(102,94,83)
#564F46
(86,79,70)
#464039
(70,64,57)
#36312C
(54,49,44)
#26221F
(38,34,31)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #B6A994

#B6A994
(182,169,148)
#BCB09D
(188,176,157)
#C2B7A6
(194,183,166)
#C8BEAF
(200,190,175)
#CEC5B8
(206,197,184)
#D4CCC1
(212,204,193)
#DAD3CA
(218,211,202)
#E0DAD3
(224,218,211)
#E6E1DC
(230,225,220)
#ECE8E5
(236,232,229)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A994 color. Also use rgb(182,169,148) instead hex code.

Text Font Color

.myTextColor { color: #B6A994; }

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

This text font color is #B6A994.


Background Color

.myBgColor { background-color: #B6A994; }

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

This div background color is #B6A994.


Border color

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

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

This div border color is #B6A994.


Opacity

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

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

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

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

This text has shadow with #B6A994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A994 on black background.


Color preview on white background

This text has color #B6A994 on white background.



Black color preview on #B6A994 background

This text has black color on #B6A994 background.


White color preview on #B6A994 background

This text has white color on #B6A994 background.