COLOR #B5AA69

HEX: #B5AA69
RGB: (181,170,105)

Color info

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

RGB color model

#B5AA69 color RGB value is (181,170,105).

  • red value is 181;
  • green value is 170;
  • blue value is 105.
RGB:
(181,170,105)
(71%,67%,41%)

RGB channels and saturation

R 181 of 255 = 71%
G 170 of 255 = 67%
B 105 of 255 = 41%

181
170
105

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

Portions of RGB colors in percentages

R + G + B =
181 + 170 + 105 = 456 (100%)
R 181 of 456 ~ 39.69%
G 170 of 456 ~ 37.28%
B 105 of 456 ~ 23.03%

%39.69
%37.28
%23.03

CMYK color model

#B5AA69 color CMYK value is (0,6,42,29).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 41.99%
  • key color value is 29.02%
CMYK:
(0,6,42,29)
C0M6Y42K29 
(0%,6%,42%,29%)
(0.00/0.06/0.42/0.29)	

CMYK percentages

%0
%6.08
%41.99
%29.02

Codes

Color #B5AA69 in popluar color models

B5AA69
RGB181170105
HSL51°33.93%56.08%
HSB/HSV51°41.99%70.98%
CMYK0.00%6.08%41.99%
29.02%

Color #B5AA69 in popluar number systems.

HEXB5AA69
Decimal181170105
Binary10110101101010101101001
Octal265252151

Shades and tints

Shades of #B5AA69

#B5AA69
(181,170,105)
#A59B60
(165,155,96)
#958C57
(149,140,87)
#857D4E
(133,125,78)
#756E45
(117,110,69)
#655F3C
(101,95,60)
#555033
(85,80,51)
#45412A
(69,65,42)
#353221
(53,50,33)
#252318
(37,35,24)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #B5AA69

#B5AA69
(181,170,105)
#BBB176
(187,177,118)
#C1B883
(193,184,131)
#C7BF90
(199,191,144)
#CDC69D
(205,198,157)
#D3CDAA
(211,205,170)
#D9D4B7
(217,212,183)
#DFDBC4
(223,219,196)
#E5E2D1
(229,226,209)
#EBE9DE
(235,233,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AA69 color. Also use rgb(181,170,105) instead hex code.

Text Font Color

.myTextColor { color: #B5AA69; }

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

This text font color is #B5AA69.


Background Color

.myBgColor { background-color: #B5AA69; }

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

This div background color is #B5AA69.


Border color

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

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

This div border color is #B5AA69.


Opacity

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

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

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

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

This text has shadow with #B5AA69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AA69 on black background.


Color preview on white background

This text has color #B5AA69 on white background.



Black color preview on #B5AA69 background

This text has black color on #B5AA69 background.


White color preview on #B5AA69 background

This text has white color on #B5AA69 background.