COLOR #B6A485

HEX: #B6A485 RGB: (182,164,133)

Color info

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

RGB color model

#B6A485 color RGB value is (182,164,133).

RGB: (182,164,133) (71%, 64%, 52%)

RGB channels and saturation

R 182 of 255 = 71%
G 164 of 255 = 64%
B 133 of 255 = 52%

182
164
133

R + G + B ~ 62%. #B6A485 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 164 + 133 = 479 (100%)
R 182 of 479 ~ 38%
G 164 of 479 ~ 34.24%
B 133 of 479 ~ 27.77'%

%38
%34.24
%27.77

CMYK color model

#B6A485 color CMYK value is (0,10,27,29).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 26.92%
  • key color value is 28.63%

CMYK: (0,10,27,29)
C0M10Y27K29 (0%, 10%, 27%, 29%)
(0.00 / 0.10 / 0.27 / 0.29)

CMYK percentages

%0
%9.89
%26.92
%28.63

Codes

Color #B6A485 in popluar color models

B6 A4 85
RGB 182 164 133
HSL 38° 25.13% 61.76%
HSB/HSV 38° 26.92% 71.37%
CMYK 0.00% 9.89% 26.92%
28.63%

Color #B6A485 in popluar number systems.

HEX B6 A4 85
Decimal 182 164 133
Binary 10110110 10100100 10000101
Octal 266 244 205

Shades and tints

Shades of #B6A485

#B6A485
(182,164,133)
#A69679
(166,150,121)
#96886D
(150,136,109)
#867A61
(134,122,97)
#766C55
(118,108,85)
#665E49
(102,94,73)
#56503D
(86,80,61)
#464231
(70,66,49)
#363425
(54,52,37)
#262619
(38,38,25)
#16180D
(22,24,13)
#000000
(0,0,0)

Tints of #B6A485

#B6A485
(182,164,133)
#BCAC90
(188,172,144)
#C2B49B
(194,180,155)
#C8BCA6
(200,188,166)
#CEC4B1
(206,196,177)
#D4CCBC
(212,204,188)
#DAD4C7
(218,212,199)
#E0DCD2
(224,220,210)
#E6E4DD
(230,228,221)
#ECECE8
(236,236,232)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A485 color. Also use rgb(182,164,133) instead hex code.

Text Font Color

.myTextColor { color: #B6A485; }

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

This text font color is #B6A485.

Background Color

.myBgColor { background-color: #B6A485; }

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

This div background color is #B6A485.

Border color

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

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

This div border color is #B6A485.

Opacity

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

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

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

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

This text has shadow with #B6A485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A485.

Preview

Color preview on black background

This text has color #B6A485 on black background.


Color preview on white background

This text has color #B6A485 on white background.


Black color preview on #B6A485 background

This text has black color on #B6A485 background.


White color preview on #B6A485 background

This text has white color on #B6A485 background.


Related colors

Complementary color

Complementary color for #hex is #495B7A.


I love getcolorcode.com

Triadic colors

1 #85B6A4 and #A485B6 with #B6A485 are triadic colors.

2 #85A4B6 and #A4B685 with #B6A485 are triadic colors.