COLOR #B6AB5E

HEX: #B6AB5E RGB: (182,171,94)

Color info

#B6AB5E contains mainly red and green colors. Web safe color of #B6AB5E is #CC9966 (or #C96).

RGB color model

#B6AB5E color RGB value is (182,171,94).

RGB: (182,171,94) (71%, 67%, 37%)

RGB channels and saturation

R 182 of 255 = 71%
G 171 of 255 = 67%
B 94 of 255 = 37%

182
171
94

R + G + B ~ 58%. #B6AB5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 182 + 171 + 94 = 447 (100%)
R 182 of 447 ~ 40.72%
G 171 of 447 ~ 38.26%
B 94 of 447 ~ 21.03'%

%40.72
%38.26
%21.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 48.35%
  • key color value is 28.63%

CMYK: (0,6,48,29)
C0M6Y48K29 (0%, 6%, 48%, 29%)
(0.00 / 0.06 / 0.48 / 0.29)

CMYK percentages

%0
%6.04
%48.35
%28.63

Codes

Color #B6AB5E in popluar color models

B6 AB 5E
RGB 182 171 94
HSL 53° 37.61% 54.12%
HSB/HSV 53° 48.35% 71.37%
CMYK 0.00% 6.04% 48.35%
28.63%

Color #B6AB5E in popluar number systems.

HEX B6 AB 5E
Decimal 182 171 94
Binary 10110110 10101011 1011110
Octal 266 253 136

Shades and tints

Shades of #B6AB5E

#B6AB5E
(182,171,94)
#A69C56
(166,156,86)
#968D4E
(150,141,78)
#867E46
(134,126,70)
#766F3E
(118,111,62)
#666036
(102,96,54)
#56512E
(86,81,46)
#464226
(70,66,38)
#36331E
(54,51,30)
#262416
(38,36,22)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #B6AB5E

#B6AB5E
(182,171,94)
#BCB26C
(188,178,108)
#C2B97A
(194,185,122)
#C8C088
(200,192,136)
#CEC796
(206,199,150)
#D4CEA4
(212,206,164)
#DAD5B2
(218,213,178)
#E0DCC0
(224,220,192)
#E6E3CE
(230,227,206)
#ECEADC
(236,234,220)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AB5E; }

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

This text font color is #B6AB5E.

Background Color

.myBgColor { background-color: #B6AB5E; }

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

This div background color is #B6AB5E.

Border color

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

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

This div border color is #B6AB5E.

Opacity

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

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

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

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

This text has shadow with #B6AB5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AB5E.

Preview

Color preview on black background

This text has color #B6AB5E on black background.


Color preview on white background

This text has color #B6AB5E on white background.


Black color preview on #B6AB5E background

This text has black color on #B6AB5E background.


White color preview on #B6AB5E background

This text has white color on #B6AB5E background.


Related colors

Complementary color

Complementary color for #hex is #4954A1.


I love getcolorcode.com

Triadic colors

1 #5EB6AB and #AB5EB6 with #B6AB5E are triadic colors.

2 #5EABB6 and #ABB65E with #B6AB5E are triadic colors.