COLOR #B6A089

HEX: #B6A089 RGB: (182,160,137)

Color info

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

RGB color model

#B6A089 color RGB value is (182,160,137).

RGB: (182,160,137) (71%, 63%, 54%)

RGB channels and saturation

R 182 of 255 = 71%
G 160 of 255 = 63%
B 137 of 255 = 54%

182
160
137

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

Portions of RGB colors in percentages

R + G + B = 182 + 160 + 137 = 479 (100%)
R 182 of 479 ~ 38%
G 160 of 479 ~ 33.4%
B 137 of 479 ~ 28.6'%

%38
%33.4
%28.6

CMYK color model

#B6A089 color CMYK value is (0,12,25,29).

  • cyan value is 0.00%
  • magenta value is 12.09%
  • yellow value is 24.73%
  • key color value is 28.63%

CMYK: (0,12,25,29)
C0M12Y25K29 (0%, 12%, 25%, 29%)
(0.00 / 0.12 / 0.25 / 0.29)

CMYK percentages

%0
%12.09
%24.73
%28.63

Codes

Color #B6A089 in popluar color models

B6 A0 89
RGB 182 160 137
HSL 31° 23.56% 62.55%
HSB/HSV 31° 24.73% 71.37%
CMYK 0.00% 12.09% 24.73%
28.63%

Color #B6A089 in popluar number systems.

HEX B6 A0 89
Decimal 182 160 137
Binary 10110110 10100000 10001001
Octal 266 240 211

Shades and tints

Shades of #B6A089

#B6A089
(182,160,137)
#A6927D
(166,146,125)
#968471
(150,132,113)
#867665
(134,118,101)
#766859
(118,104,89)
#665A4D
(102,90,77)
#564C41
(86,76,65)
#463E35
(70,62,53)
#363029
(54,48,41)
#26221D
(38,34,29)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #B6A089

#B6A089
(182,160,137)
#BCA893
(188,168,147)
#C2B09D
(194,176,157)
#C8B8A7
(200,184,167)
#CEC0B1
(206,192,177)
#D4C8BB
(212,200,187)
#DAD0C5
(218,208,197)
#E0D8CF
(224,216,207)
#E6E0D9
(230,224,217)
#ECE8E3
(236,232,227)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A089 color. Also use rgb(182,160,137) instead hex code.

Text Font Color

.myTextColor { color: #B6A089; }

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

This text font color is #B6A089.

Background Color

.myBgColor { background-color: #B6A089; }

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

This div background color is #B6A089.

Border color

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

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

This div border color is #B6A089.

Opacity

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

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

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

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

This text has shadow with #B6A089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A089.

Preview

Color preview on black background

This text has color #B6A089 on black background.


Color preview on white background

This text has color #B6A089 on white background.


Black color preview on #B6A089 background

This text has black color on #B6A089 background.


White color preview on #B6A089 background

This text has white color on #B6A089 background.


Related colors

Complementary color

Complementary color for #hex is #495F76.


I love getcolorcode.com

Triadic colors

1 #89B6A0 and #A089B6 with #B6A089 are triadic colors.

2 #89A0B6 and #A0B689 with #B6A089 are triadic colors.