COLOR #B2AD95

HEX: #B2AD95 RGB: (178,173,149)

Color info

#B2AD95 contains red, green and blue colors in about the same proportion. Web safe color of #B2AD95 is #999999 (or #999).

RGB color model

#B2AD95 color RGB value is (178,173,149).

RGB: (178,173,149) (70%, 68%, 58%)

RGB channels and saturation

R 178 of 255 = 70%
G 173 of 255 = 68%
B 149 of 255 = 58%

178
173
149

R + G + B ~ 65%. #B2AD95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 173 + 149 = 500 (100%)
R 178 of 500 ~ 35.6%
G 173 of 500 ~ 34.6%
B 149 of 500 ~ 29.8'%

%35.6
%34.6
%29.8

CMYK color model

#B2AD95 color CMYK value is (0,3,16,30).

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

CMYK: (0,3,16,30)
C0M3Y16K30 (0%, 3%, 16%, 30%)
(0.00 / 0.03 / 0.16 / 0.30)

CMYK percentages

%0
%2.81
%16.29
%30.2

Codes

Color #B2AD95 in popluar color models

B2 AD 95
RGB 178 173 149
HSL 50° 15.85% 64.12%
HSB/HSV 50° 16.29% 69.80%
CMYK 0.00% 2.81% 16.29%
30.20%

Color #B2AD95 in popluar number systems.

HEX B2 AD 95
Decimal 178 173 149
Binary 10110010 10101101 10010101
Octal 262 255 225

Shades and tints

Shades of #B2AD95

#B2AD95
(178,173,149)
#A29E88
(162,158,136)
#928F7B
(146,143,123)
#82806E
(130,128,110)
#727161
(114,113,97)
#626254
(98,98,84)
#525347
(82,83,71)
#42443A
(66,68,58)
#32352D
(50,53,45)
#222620
(34,38,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #B2AD95

#B2AD95
(178,173,149)
#B9B49E
(185,180,158)
#C0BBA7
(192,187,167)
#C7C2B0
(199,194,176)
#CEC9B9
(206,201,185)
#D5D0C2
(213,208,194)
#DCD7CB
(220,215,203)
#E3DED4
(227,222,212)
#EAE5DD
(234,229,221)
#F1ECE6
(241,236,230)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AD95; }

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

This text font color is #B2AD95.

Background Color

.myBgColor { background-color: #B2AD95; }

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

This div background color is #B2AD95.

Border color

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

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

This div border color is #B2AD95.

Opacity

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

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

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

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

This text has shadow with #B2AD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AD95.

Preview

Color preview on black background

This text has color #B2AD95 on black background.


Color preview on white background

This text has color #B2AD95 on white background.


Black color preview on #B2AD95 background

This text has black color on #B2AD95 background.


White color preview on #B2AD95 background

This text has white color on #B2AD95 background.


Related colors

Complementary color

Complementary color for #hex is #4D526A.


I love getcolorcode.com

Triadic colors

1 #95B2AD and #AD95B2 with #B2AD95 are triadic colors.

2 #95ADB2 and #ADB295 with #B2AD95 are triadic colors.