COLOR #B5A466

HEX: #B5A466 RGB: (181,164,102)

Color info

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

RGB color model

#B5A466 color RGB value is (181,164,102).

RGB: (181,164,102) (71%, 64%, 40%)

RGB channels and saturation

R 181 of 255 = 71%
G 164 of 255 = 64%
B 102 of 255 = 40%

181
164
102

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

Portions of RGB colors in percentages

R + G + B = 181 + 164 + 102 = 447 (100%)
R 181 of 447 ~ 40.49%
G 164 of 447 ~ 36.69%
B 102 of 447 ~ 22.82'%

%40.49
%36.69
%22.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 43.65%
  • key color value is 29.02%

CMYK: (0,9,44,29)
C0M9Y44K29 (0%, 9%, 44%, 29%)
(0.00 / 0.09 / 0.44 / 0.29)

CMYK percentages

%0
%9.39
%43.65
%29.02

Codes

Color #B5A466 in popluar color models

B5 A4 66
RGB 181 164 102
HSL 47° 34.80% 55.49%
HSB/HSV 47° 43.65% 70.98%
CMYK 0.00% 9.39% 43.65%
29.02%

Color #B5A466 in popluar number systems.

HEX B5 A4 66
Decimal 181 164 102
Binary 10110101 10100100 1100110
Octal 265 244 146

Shades and tints

Shades of #B5A466

#B5A466
(181,164,102)
#A5965D
(165,150,93)
#958854
(149,136,84)
#857A4B
(133,122,75)
#756C42
(117,108,66)
#655E39
(101,94,57)
#555030
(85,80,48)
#454227
(69,66,39)
#35341E
(53,52,30)
#252615
(37,38,21)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #B5A466

#B5A466
(181,164,102)
#BBAC73
(187,172,115)
#C1B480
(193,180,128)
#C7BC8D
(199,188,141)
#CDC49A
(205,196,154)
#D3CCA7
(211,204,167)
#D9D4B4
(217,212,180)
#DFDCC1
(223,220,193)
#E5E4CE
(229,228,206)
#EBECDB
(235,236,219)
#F1F4E8
(241,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A466 color. Also use rgb(181,164,102) instead hex code.

Text Font Color

.myTextColor { color: #B5A466; }

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

This text font color is #B5A466.

Background Color

.myBgColor { background-color: #B5A466; }

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

This div background color is #B5A466.

Border color

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

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

This div border color is #B5A466.

Opacity

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

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

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

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

This text has shadow with #B5A466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A466.

Preview

Color preview on black background

This text has color #B5A466 on black background.


Color preview on white background

This text has color #B5A466 on white background.


Black color preview on #B5A466 background

This text has black color on #B5A466 background.


White color preview on #B5A466 background

This text has white color on #B5A466 background.


Related colors

Complementary color

Complementary color for #hex is #4A5B99.


I love getcolorcode.com

Triadic colors

1 #66B5A4 and #A466B5 with #B5A466 are triadic colors.

2 #66A4B5 and #A4B566 with #B5A466 are triadic colors.