COLOR #B6A563

HEX: #B6A563 RGB: (182,165,99)

Color info

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

RGB color model

#B6A563 color RGB value is (182,165,99).

RGB: (182,165,99) (71%, 65%, 39%)

RGB channels and saturation

R 182 of 255 = 71%
G 165 of 255 = 65%
B 99 of 255 = 39%

182
165
99

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

Portions of RGB colors in percentages

R + G + B = 182 + 165 + 99 = 446 (100%)
R 182 of 446 ~ 40.81%
G 165 of 446 ~ 37%
B 99 of 446 ~ 22.2'%

%40.81
%37
%22.2

CMYK color model

#B6A563 color CMYK value is (0,9,46,29).

  • cyan value is 0.00%
  • magenta value is 9.34%
  • yellow value is 45.60%
  • key color value is 28.63%

CMYK: (0,9,46,29)
C0M9Y46K29 (0%, 9%, 46%, 29%)
(0.00 / 0.09 / 0.46 / 0.29)

CMYK percentages

%0
%9.34
%45.6
%28.63

Codes

Color #B6A563 in popluar color models

B6 A5 63
RGB 182 165 99
HSL 48° 36.24% 55.10%
HSB/HSV 48° 45.60% 71.37%
CMYK 0.00% 9.34% 45.60%
28.63%

Color #B6A563 in popluar number systems.

HEX B6 A5 63
Decimal 182 165 99
Binary 10110110 10100101 1100011
Octal 266 245 143

Shades and tints

Shades of #B6A563

#B6A563
(182,165,99)
#A6965A
(166,150,90)
#968751
(150,135,81)
#867848
(134,120,72)
#76693F
(118,105,63)
#665A36
(102,90,54)
#564B2D
(86,75,45)
#463C24
(70,60,36)
#362D1B
(54,45,27)
#261E12
(38,30,18)
#160F09
(22,15,9)
#000000
(0,0,0)

Tints of #B6A563

#B6A563
(182,165,99)
#BCAD71
(188,173,113)
#C2B57F
(194,181,127)
#C8BD8D
(200,189,141)
#CEC59B
(206,197,155)
#D4CDA9
(212,205,169)
#DAD5B7
(218,213,183)
#E0DDC5
(224,221,197)
#E6E5D3
(230,229,211)
#ECEDE1
(236,237,225)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A563; }

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

This text font color is #B6A563.

Background Color

.myBgColor { background-color: #B6A563; }

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

This div background color is #B6A563.

Border color

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

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

This div border color is #B6A563.

Opacity

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

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

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

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

This text has shadow with #B6A563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A563.

Preview

Color preview on black background

This text has color #B6A563 on black background.


Color preview on white background

This text has color #B6A563 on white background.


Black color preview on #B6A563 background

This text has black color on #B6A563 background.


White color preview on #B6A563 background

This text has white color on #B6A563 background.


Related colors

Complementary color

Complementary color for #hex is #495A9C.


I love getcolorcode.com

Triadic colors

1 #63B6A5 and #A563B6 with #B6A563 are triadic colors.

2 #63A5B6 and #A5B663 with #B6A563 are triadic colors.