COLOR #B6AB91

HEX: #B6AB91
RGB: (182,171,145)

Color info

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

RGB color model

#B6AB91 color RGB value is (182,171,145).

  • red value is 182;
  • green value is 171;
  • blue value is 145.
RGB:
(182,171,145)
(71%,67%,57%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 145 of 255 = 57%

182
171
145

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

Portions of RGB colors in percentages

R + G + B =
182 + 171 + 145 = 498 (100%)
R 182 of 498 ~ 36.55%
G 171 of 498 ~ 34.34%
B 145 of 498 ~ 29.12%

%36.55
%34.34
%29.12

CMYK color model

#B6AB91 color CMYK value is (0,6,20,29).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 20.33%
  • key color value is 28.63%
CMYK:
(0,6,20,29)
C0M6Y20K29 
(0%,6%,20%,29%)
(0.00/0.06/0.20/0.29)	

CMYK percentages

%0
%6.04
%20.33
%28.63

Codes

Color #B6AB91 in popluar color models

B6AB91
RGB182171145
HSL42°20.22%64.12%
HSB/HSV42°20.33%71.37%
CMYK0.00%6.04%20.33%
28.63%

Color #B6AB91 in popluar number systems.

HEXB6AB91
Decimal182171145
Binary101101101010101110010001
Octal266253221

Shades and tints

Shades of #B6AB91

#B6AB91
(182,171,145)
#A69C84
(166,156,132)
#968D77
(150,141,119)
#867E6A
(134,126,106)
#766F5D
(118,111,93)
#666050
(102,96,80)
#565143
(86,81,67)
#464236
(70,66,54)
#363329
(54,51,41)
#26241C
(38,36,28)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #B6AB91

#B6AB91
(182,171,145)
#BCB29B
(188,178,155)
#C2B9A5
(194,185,165)
#C8C0AF
(200,192,175)
#CEC7B9
(206,199,185)
#D4CEC3
(212,206,195)
#DAD5CD
(218,213,205)
#E0DCD7
(224,220,215)
#E6E3E1
(230,227,225)
#ECEAEB
(236,234,235)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AB91 color. Also use rgb(182,171,145) instead hex code.

Text Font Color

.myTextColor { color: #B6AB91; }

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

This text font color is #B6AB91.


Background Color

.myBgColor { background-color: #B6AB91; }

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

This div background color is #B6AB91.


Border color

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

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

This div border color is #B6AB91.


Opacity

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

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

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

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

This text has shadow with #B6AB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AB91 on black background.


Color preview on white background

This text has color #B6AB91 on white background.



Black color preview on #B6AB91 background

This text has black color on #B6AB91 background.


White color preview on #B6AB91 background

This text has white color on #B6AB91 background.