COLOR #B6AA81

HEX: #B6AA81
RGB: (182,170,129)

Color info

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

RGB color model

#B6AA81 color RGB value is (182,170,129).

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

RGB channels and saturation

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

182
170
129

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

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 129 = 481 (100%)
R 182 of 481 ~ 37.84%
G 170 of 481 ~ 35.34%
B 129 of 481 ~ 26.82%

%37.84
%35.34
%26.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 29.12%
  • key color value is 28.63%
CMYK:
(0,7,29,29)
C0M7Y29K29 
(0%,7%,29%,29%)
(0.00/0.07/0.29/0.29)	

CMYK percentages

%0
%6.59
%29.12
%28.63

Codes

Color #B6AA81 in popluar color models

B6AA81
RGB182170129
HSL46°26.63%60.98%
HSB/HSV46°29.12%71.37%
CMYK0.00%6.59%29.12%
28.63%

Color #B6AA81 in popluar number systems.

HEXB6AA81
Decimal182170129
Binary101101101010101010000001
Octal266252201

Shades and tints

Shades of #B6AA81

#B6AA81
(182,170,129)
#A69B76
(166,155,118)
#968C6B
(150,140,107)
#867D60
(134,125,96)
#766E55
(118,110,85)
#665F4A
(102,95,74)
#56503F
(86,80,63)
#464134
(70,65,52)
#363229
(54,50,41)
#26231E
(38,35,30)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #B6AA81

#B6AA81
(182,170,129)
#BCB18C
(188,177,140)
#C2B897
(194,184,151)
#C8BFA2
(200,191,162)
#CEC6AD
(206,198,173)
#D4CDB8
(212,205,184)
#DAD4C3
(218,212,195)
#E0DBCE
(224,219,206)
#E6E2D9
(230,226,217)
#ECE9E4
(236,233,228)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AA81; }

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

This text font color is #B6AA81.


Background Color

.myBgColor { background-color: #B6AA81; }

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

This div background color is #B6AA81.


Border color

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

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

This div border color is #B6AA81.


Opacity

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

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

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

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

This text has shadow with #B6AA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AA81 on black background.


Color preview on white background

This text has color #B6AA81 on white background.



Black color preview on #B6AA81 background

This text has black color on #B6AA81 background.


White color preview on #B6AA81 background

This text has white color on #B6AA81 background.