COLOR #B6A988

HEX: #B6A988
RGB: (182,169,136)

Color info

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

RGB color model

#B6A988 color RGB value is (182,169,136).

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

RGB channels and saturation

R 182 of 255 = 71%
G 169 of 255 = 66%
B 136 of 255 = 53%

182
169
136

R + G + B ~ 63%. #B6A988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 169 + 136 = 487 (100%)
R 182 of 487 ~ 37.37%
G 169 of 487 ~ 34.7%
B 136 of 487 ~ 27.93%

%37.37
%34.7
%27.93

CMYK color model

#B6A988 color CMYK value is (0,7,25,29).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 25.27%
  • key color value is 28.63%
CMYK:
(0,7,25,29)
C0M7Y25K29 
(0%,7%,25%,29%)
(0.00/0.07/0.25/0.29)	

CMYK percentages

%0
%7.14
%25.27
%28.63

Codes

Color #B6A988 in popluar color models

B6A988
RGB182169136
HSL43°23.96%62.35%
HSB/HSV43°25.27%71.37%
CMYK0.00%7.14%25.27%
28.63%

Color #B6A988 in popluar number systems.

HEXB6A988
Decimal182169136
Binary101101101010100110001000
Octal266251210

Shades and tints

Shades of #B6A988

#B6A988
(182,169,136)
#A69A7C
(166,154,124)
#968B70
(150,139,112)
#867C64
(134,124,100)
#766D58
(118,109,88)
#665E4C
(102,94,76)
#564F40
(86,79,64)
#464034
(70,64,52)
#363128
(54,49,40)
#26221C
(38,34,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #B6A988

#B6A988
(182,169,136)
#BCB092
(188,176,146)
#C2B79C
(194,183,156)
#C8BEA6
(200,190,166)
#CEC5B0
(206,197,176)
#D4CCBA
(212,204,186)
#DAD3C4
(218,211,196)
#E0DACE
(224,218,206)
#E6E1D8
(230,225,216)
#ECE8E2
(236,232,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A988; }

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

This text font color is #B6A988.


Background Color

.myBgColor { background-color: #B6A988; }

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

This div background color is #B6A988.


Border color

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

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

This div border color is #B6A988.


Opacity

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

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

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

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

This text has shadow with #B6A988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A988 on black background.


Color preview on white background

This text has color #B6A988 on white background.



Black color preview on #B6A988 background

This text has black color on #B6A988 background.


White color preview on #B6A988 background

This text has white color on #B6A988 background.