COLOR #B2AD69

HEX: #B2AD69 RGB: (178,173,105)

Color info

#B2AD69 contains mainly red and green colors. Web safe color of #B2AD69 is #999966 (or #996).

RGB color model

#B2AD69 color RGB value is (178,173,105).

RGB: (178,173,105) (70%, 68%, 41%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 105 of 255 = 41%

178
173
105

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

Portions of RGB colors in percentages

R + G + B = 178 + 173 + 105 = 456 (100%)
R 178 of 456 ~ 39.04%
G 173 of 456 ~ 37.94%
B 105 of 456 ~ 23.03'%

%39.04
%37.94
%23.03

CMYK color model

#B2AD69 color CMYK value is (0,3,41,30).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 41.01%
  • key color value is 30.20%

CMYK: (0,3,41,30)
C0M3Y41K30 (0%, 3%, 41%, 30%)
(0.00 / 0.03 / 0.41 / 0.30)

CMYK percentages

%0
%2.81
%41.01
%30.2

Codes

Color #B2AD69 in popluar color models

B2 AD 69
RGB 178 173 105
HSL 56° 32.16% 55.49%
HSB/HSV 56° 41.01% 69.80%
CMYK 0.00% 2.81% 41.01%
30.20%

Color #B2AD69 in popluar number systems.

HEX B2 AD 69
Decimal 178 173 105
Binary 10110010 10101101 1101001
Octal 262 255 151

Shades and tints

Shades of #B2AD69

#B2AD69
(178,173,105)
#A29E60
(162,158,96)
#928F57
(146,143,87)
#82804E
(130,128,78)
#727145
(114,113,69)
#62623C
(98,98,60)
#525333
(82,83,51)
#42442A
(66,68,42)
#323521
(50,53,33)
#222618
(34,38,24)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #B2AD69

#B2AD69
(178,173,105)
#B9B476
(185,180,118)
#C0BB83
(192,187,131)
#C7C290
(199,194,144)
#CEC99D
(206,201,157)
#D5D0AA
(213,208,170)
#DCD7B7
(220,215,183)
#E3DEC4
(227,222,196)
#EAE5D1
(234,229,209)
#F1ECDE
(241,236,222)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AD69 color. Also use rgb(178,173,105) instead hex code.

Text Font Color

.myTextColor { color: #B2AD69; }

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

This text font color is #B2AD69.

Background Color

.myBgColor { background-color: #B2AD69; }

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

This div background color is #B2AD69.

Border color

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

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

This div border color is #B2AD69.

Opacity

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

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

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

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

This text has shadow with #B2AD69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AD69.

Preview

Color preview on black background

This text has color #B2AD69 on black background.


Color preview on white background

This text has color #B2AD69 on white background.


Black color preview on #B2AD69 background

This text has black color on #B2AD69 background.


White color preview on #B2AD69 background

This text has white color on #B2AD69 background.


Related colors

Complementary color

Complementary color for #hex is #4D5296.


I love getcolorcode.com

Triadic colors

1 #69B2AD and #AD69B2 with #B2AD69 are triadic colors.

2 #69ADB2 and #ADB269 with #B2AD69 are triadic colors.