COLOR #B6AB92

HEX: #B6AB92 RGB: (182,171,146)

Color info

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

RGB color model

#B6AB92 color RGB value is (182,171,146).

RGB: (182,171,146) (71%, 67%, 57%)

RGB channels and saturation

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

182
171
146

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

Portions of RGB colors in percentages

R + G + B = 182 + 171 + 146 = 499 (100%)
R 182 of 499 ~ 36.47%
G 171 of 499 ~ 34.27%
B 146 of 499 ~ 29.26'%

%36.47
%34.27
%29.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 19.78%
  • 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
%19.78
%28.63

Codes

Color #B6AB92 in popluar color models

B6 AB 92
RGB 182 171 146
HSL 42° 19.78% 64.31%
HSB/HSV 42° 19.78% 71.37%
CMYK 0.00% 6.04% 19.78%
28.63%

Color #B6AB92 in popluar number systems.

HEX B6 AB 92
Decimal 182 171 146
Binary 10110110 10101011 10010010
Octal 266 253 222

Shades and tints

Shades of #B6AB92

#B6AB92
(182,171,146)
#A69C85
(166,156,133)
#968D78
(150,141,120)
#867E6B
(134,126,107)
#766F5E
(118,111,94)
#666051
(102,96,81)
#565144
(86,81,68)
#464237
(70,66,55)
#36332A
(54,51,42)
#26241D
(38,36,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #B6AB92

#B6AB92
(182,171,146)
#BCB29B
(188,178,155)
#C2B9A4
(194,185,164)
#C8C0AD
(200,192,173)
#CEC7B6
(206,199,182)
#D4CEBF
(212,206,191)
#DAD5C8
(218,213,200)
#E0DCD1
(224,220,209)
#E6E3DA
(230,227,218)
#ECEAE3
(236,234,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6AB92; }

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

This text font color is #B6AB92.

Background Color

.myBgColor { background-color: #B6AB92; }

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

This div background color is #B6AB92.

Border color

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

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

This div border color is #B6AB92.

Opacity

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

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

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

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

This text has shadow with #B6AB92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AB92.

Preview

Color preview on black background

This text has color #B6AB92 on black background.


Color preview on white background

This text has color #B6AB92 on white background.


Black color preview on #B6AB92 background

This text has black color on #B6AB92 background.


White color preview on #B6AB92 background

This text has white color on #B6AB92 background.


Related colors

Complementary color

Complementary color for #hex is #49546D.


I love getcolorcode.com

Triadic colors

1 #92B6AB and #AB92B6 with #B6AB92 are triadic colors.

2 #92ABB6 and #ABB692 with #B6AB92 are triadic colors.