COLOR #B6AC7C

HEX: #B6AC7C RGB: (182,172,124)

Color info

#B6AC7C contains red, green and blue colors in about the same proportion. Web safe color of #B6AC7C is #CC9966 (or #C96).

RGB color model

#B6AC7C color RGB value is (182,172,124).

RGB: (182,172,124) (71%, 67%, 49%)

RGB channels and saturation

R 182 of 255 = 71%
G 172 of 255 = 67%
B 124 of 255 = 49%

182
172
124

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

Portions of RGB colors in percentages

R + G + B = 182 + 172 + 124 = 478 (100%)
R 182 of 478 ~ 38.08%
G 172 of 478 ~ 35.98%
B 124 of 478 ~ 25.94'%

%38.08
%35.98
%25.94

CMYK color model

#B6AC7C color CMYK value is (0,5,32,29).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 31.87%
  • key color value is 28.63%
CMYK: (0,5,32,29) C0M5Y32K29 (0%,5%,32%,29%) (0.00/0.05/0.32/0.29) 

CMYK percentages

%0
%5.49
%31.87
%28.63

Codes

Color #B6AC7C in popluar color models

B6 AC 7C
RGB 182 172 124
HSL 50° 28.43% 60.00%
HSB/HSV 50° 31.87% 71.37%
CMYK 0.00% 5.49% 31.87%
28.63%

Color #B6AC7C in popluar number systems.

HEX B6 AC 7C
Decimal 182 172 124
Binary 10110110 10101100 1111100
Octal 266 254 174

Shades and tints

Shades of #B6AC7C

#B6AC7C
(182,172,124)
#A69D71
(166,157,113)
#968E66
(150,142,102)
#867F5B
(134,127,91)
#767050
(118,112,80)
#666145
(102,97,69)
#56523A
(86,82,58)
#46432F
(70,67,47)
#363424
(54,52,36)
#262519
(38,37,25)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #B6AC7C

#B6AC7C
(182,172,124)
#BCB387
(188,179,135)
#C2BA92
(194,186,146)
#C8C19D
(200,193,157)
#CEC8A8
(206,200,168)
#D4CFB3
(212,207,179)
#DAD6BE
(218,214,190)
#E0DDC9
(224,221,201)
#E6E4D4
(230,228,212)
#ECEBDF
(236,235,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AC7C color. Also use rgb(182,172,124) instead hex code.

Text Font Color

.myTextColor { color: #B6AC7C; }

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

This text font color is #B6AC7C.

Background Color

.myBgColor { background-color: #B6AC7C; }

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

This div background color is #B6AC7C.

Border color

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

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

This div border color is #B6AC7C.

Opacity

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

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

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

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

This text has shadow with #B6AC7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6AC7C.

Preview

Color preview on black background

This text has color #B6AC7C on black background.


Color preview on white background

This text has color #B6AC7C on white background.


Black color preview on #B6AC7C background

This text has black color on #B6AC7C background.


White color preview on #B6AC7C background

This text has white color on #B6AC7C background.


Related colors

Complementary color

Complementary color for #hex is #495383.


I love getcolorcode.com

Triadic colors

1 #7CB6AC and #AC7CB6 with #B6AC7C are triadic colors.

2 #7CACB6 and #ACB67C with #B6AC7C are triadic colors.