COLOR #B6A566

HEX: #B6A566
RGB: (182,165,102)

Color info

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

RGB color model

#B6A566 color RGB value is (182,165,102).

  • red value is 182;
  • green value is 165;
  • blue value is 102.
RGB:
(182,165,102)
(71%,65%,40%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 102 of 255 = 40%

182
165
102

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

Portions of RGB colors in percentages

R + G + B =
182 + 165 + 102 = 449 (100%)
R 182 of 449 ~ 40.53%
G 165 of 449 ~ 36.75%
B 102 of 449 ~ 22.72%

%40.53
%36.75
%22.72

CMYK color model

#B6A566 color CMYK value is (0,9,44,29).

  • cyan value is 0.00%
  • magenta value is 9.34%
  • yellow value is 43.96%
  • key color value is 28.63%
CMYK:
(0,9,44,29)
C0M9Y44K29 
(0%,9%,44%,29%)
(0.00/0.09/0.44/0.29)	

CMYK percentages

%0
%9.34
%43.96
%28.63

Codes

Color #B6A566 in popluar color models

B6A566
RGB182165102
HSL47°35.40%55.69%
HSB/HSV47°43.96%71.37%
CMYK0.00%9.34%43.96%
28.63%

Color #B6A566 in popluar number systems.

HEXB6A566
Decimal182165102
Binary10110110101001011100110
Octal266245146

Shades and tints

Shades of #B6A566

#B6A566
(182,165,102)
#A6965D
(166,150,93)
#968754
(150,135,84)
#86784B
(134,120,75)
#766942
(118,105,66)
#665A39
(102,90,57)
#564B30
(86,75,48)
#463C27
(70,60,39)
#362D1E
(54,45,30)
#261E15
(38,30,21)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #B6A566

#B6A566
(182,165,102)
#BCAD73
(188,173,115)
#C2B580
(194,181,128)
#C8BD8D
(200,189,141)
#CEC59A
(206,197,154)
#D4CDA7
(212,205,167)
#DAD5B4
(218,213,180)
#E0DDC1
(224,221,193)
#E6E5CE
(230,229,206)
#ECEDDB
(236,237,219)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A566 color. Also use rgb(182,165,102) instead hex code.

Text Font Color

.myTextColor { color: #B6A566; }

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

This text font color is #B6A566.


Background Color

.myBgColor { background-color: #B6A566; }

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

This div background color is #B6A566.


Border color

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

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

This div border color is #B6A566.


Opacity

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

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

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

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

This text has shadow with #B6A566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A566 on black background.


Color preview on white background

This text has color #B6A566 on white background.



Black color preview on #B6A566 background

This text has black color on #B6A566 background.


White color preview on #B6A566 background

This text has white color on #B6A566 background.