COLOR #B6AB81

HEX: #B6AB81
RGB: (182,171,129)

Color info

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

RGB color model

#B6AB81 color RGB value is (182,171,129).

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

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 129 of 255 = 51%

182
171
129

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

Portions of RGB colors in percentages

R + G + B =
182 + 171 + 129 = 482 (100%)
R 182 of 482 ~ 37.76%
G 171 of 482 ~ 35.48%
B 129 of 482 ~ 26.76%

%37.76
%35.48
%26.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 29.12%
  • key color value is 28.63%
CMYK:
(0,6,29,29)
C0M6Y29K29 
(0%,6%,29%,29%)
(0.00/0.06/0.29/0.29)	

CMYK percentages

%0
%6.04
%29.12
%28.63

Codes

Color #B6AB81 in popluar color models

B6AB81
RGB182171129
HSL48°26.63%60.98%
HSB/HSV48°29.12%71.37%
CMYK0.00%6.04%29.12%
28.63%

Color #B6AB81 in popluar number systems.

HEXB6AB81
Decimal182171129
Binary101101101010101110000001
Octal266253201

Shades and tints

Shades of #B6AB81

#B6AB81
(182,171,129)
#A69C76
(166,156,118)
#968D6B
(150,141,107)
#867E60
(134,126,96)
#766F55
(118,111,85)
#66604A
(102,96,74)
#56513F
(86,81,63)
#464234
(70,66,52)
#363329
(54,51,41)
#26241E
(38,36,30)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #B6AB81

#B6AB81
(182,171,129)
#BCB28C
(188,178,140)
#C2B997
(194,185,151)
#C8C0A2
(200,192,162)
#CEC7AD
(206,199,173)
#D4CEB8
(212,206,184)
#DAD5C3
(218,213,195)
#E0DCCE
(224,220,206)
#E6E3D9
(230,227,217)
#ECEAE4
(236,234,228)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AB81; }

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

This text font color is #B6AB81.


Background Color

.myBgColor { background-color: #B6AB81; }

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

This div background color is #B6AB81.


Border color

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

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

This div border color is #B6AB81.


Opacity

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

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

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

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

This text has shadow with #B6AB81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AB81 on black background.


Color preview on white background

This text has color #B6AB81 on white background.



Black color preview on #B6AB81 background

This text has black color on #B6AB81 background.


White color preview on #B6AB81 background

This text has white color on #B6AB81 background.