COLOR #B6A465

HEX: #B6A465
RGB: (182,164,101)

Color info

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

RGB color model

#B6A465 color RGB value is (182,164,101).

  • red value is 182;
  • green value is 164;
  • blue value is 101.
RGB:
(182,164,101)
(71%,64%,40%)

RGB channels and saturation

R 182 of 255 = 71%
G 164 of 255 = 64%
B 101 of 255 = 40%

182
164
101

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

Portions of RGB colors in percentages

R + G + B =
182 + 164 + 101 = 447 (100%)
R 182 of 447 ~ 40.72%
G 164 of 447 ~ 36.69%
B 101 of 447 ~ 22.6%

%40.72
%36.69
%22.6

CMYK color model

#B6A465 color CMYK value is (0,10,45,29).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 44.51%
  • key color value is 28.63%
CMYK:
(0,10,45,29)
C0M10Y45K29 
(0%,10%,45%,29%)
(0.00/0.10/0.45/0.29)	

CMYK percentages

%0
%9.89
%44.51
%28.63

Codes

Color #B6A465 in popluar color models

B6A465
RGB182164101
HSL47°35.68%55.49%
HSB/HSV47°44.51%71.37%
CMYK0.00%9.89%44.51%
28.63%

Color #B6A465 in popluar number systems.

HEXB6A465
Decimal182164101
Binary10110110101001001100101
Octal266244145

Shades and tints

Shades of #B6A465

#B6A465
(182,164,101)
#A6965C
(166,150,92)
#968853
(150,136,83)
#867A4A
(134,122,74)
#766C41
(118,108,65)
#665E38
(102,94,56)
#56502F
(86,80,47)
#464226
(70,66,38)
#36341D
(54,52,29)
#262614
(38,38,20)
#16180B
(22,24,11)
#000000
(0,0,0)

Tints of #B6A465

#B6A465
(182,164,101)
#BCAC73
(188,172,115)
#C2B481
(194,180,129)
#C8BC8F
(200,188,143)
#CEC49D
(206,196,157)
#D4CCAB
(212,204,171)
#DAD4B9
(218,212,185)
#E0DCC7
(224,220,199)
#E6E4D5
(230,228,213)
#ECECE3
(236,236,227)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6A465; }

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

This text font color is #B6A465.


Background Color

.myBgColor { background-color: #B6A465; }

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

This div background color is #B6A465.


Border color

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

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

This div border color is #B6A465.


Opacity

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

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

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

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

This text has shadow with #B6A465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A465 on black background.


Color preview on white background

This text has color #B6A465 on white background.



Black color preview on #B6A465 background

This text has black color on #B6A465 background.


White color preview on #B6A465 background

This text has white color on #B6A465 background.