COLOR #B2AF94

HEX: #B2AF94 RGB: (178,175,148)

Color info

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

RGB color model

#B2AF94 color RGB value is (178,175,148).

RGB: (178,175,148) (70%, 69%, 58%)

RGB channels and saturation

R 178 of 255 = 70%
G 175 of 255 = 69%
B 148 of 255 = 58%

178
175
148

R + G + B ~ 66%. #B2AF94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 175 + 148 = 501 (100%)
R 178 of 501 ~ 35.53%
G 175 of 501 ~ 34.93%
B 148 of 501 ~ 29.54'%

%35.53
%34.93
%29.54

CMYK color model

#B2AF94 color CMYK value is (0,2,17,30).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 16.85%
  • key color value is 30.20%

CMYK: (0,2,17,30)
C0M2Y17K30 (0%, 2%, 17%, 30%)
(0.00 / 0.02 / 0.17 / 0.30)

CMYK percentages

%0
%1.69
%16.85
%30.2

Codes

Color #B2AF94 in popluar color models

B2 AF 94
RGB 178 175 148
HSL 54° 16.30% 63.92%
HSB/HSV 54° 16.85% 69.80%
CMYK 0.00% 1.69% 16.85%
30.20%

Color #B2AF94 in popluar number systems.

HEX B2 AF 94
Decimal 178 175 148
Binary 10110010 10101111 10010100
Octal 262 257 224

Shades and tints

Shades of #B2AF94

#B2AF94
(178,175,148)
#A2A087
(162,160,135)
#92917A
(146,145,122)
#82826D
(130,130,109)
#727360
(114,115,96)
#626453
(98,100,83)
#525546
(82,85,70)
#424639
(66,70,57)
#32372C
(50,55,44)
#22281F
(34,40,31)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #B2AF94

#B2AF94
(178,175,148)
#B9B69D
(185,182,157)
#C0BDA6
(192,189,166)
#C7C4AF
(199,196,175)
#CECBB8
(206,203,184)
#D5D2C1
(213,210,193)
#DCD9CA
(220,217,202)
#E3E0D3
(227,224,211)
#EAE7DC
(234,231,220)
#F1EEE5
(241,238,229)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AF94 color. Also use rgb(178,175,148) instead hex code.

Text Font Color

.myTextColor { color: #B2AF94; }

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

This text font color is #B2AF94.

Background Color

.myBgColor { background-color: #B2AF94; }

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

This div background color is #B2AF94.

Border color

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

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

This div border color is #B2AF94.

Opacity

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

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

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

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

This text has shadow with #B2AF94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AF94.

Preview

Color preview on black background

This text has color #B2AF94 on black background.


Color preview on white background

This text has color #B2AF94 on white background.


Black color preview on #B2AF94 background

This text has black color on #B2AF94 background.


White color preview on #B2AF94 background

This text has white color on #B2AF94 background.


Related colors

Complementary color

Complementary color for #hex is #4D506B.


I love getcolorcode.com

Triadic colors

1 #94B2AF and #AF94B2 with #B2AF94 are triadic colors.

2 #94AFB2 and #AFB294 with #B2AF94 are triadic colors.