COLOR #B9AFA5

HEX: #B9AFA5 RGB: (185,175,165)

Color info

#B9AFA5 contains red, green and blue colors in about the same proportion. Web safe color of #B9AFA5 is #CC9999 (or #C99).

RGB color model

#B9AFA5 color RGB value is (185,175,165).

RGB: (185,175,165) (73%, 69%, 65%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 165 of 255 = 65%

185
175
165

R + G + B ~ 69%. #B9AFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 175 + 165 = 525 (100%)
R 185 of 525 ~ 35.24%
G 175 of 525 ~ 33.33%
B 165 of 525 ~ 31.43'%

%35.24
%33.33
%31.43

CMYK color model

#B9AFA5 color CMYK value is (0,5,11,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK: (0,5,11,27) C0M5Y11K27 (0%,5%,11%,27%) (0.00/0.05/0.11/0.27) 

CMYK percentages

%0
%5.41
%10.81
%27.45

Codes

Color #B9AFA5 in popluar color models

B9 AF A5
RGB 185 175 165
HSL 30° 12.50% 68.63%
HSB/HSV 30° 10.81% 72.55%
CMYK 0.00% 5.41% 10.81%
27.45%

Color #B9AFA5 in popluar number systems.

HEX B9 AF A5
Decimal 185 175 165
Binary 10111001 10101111 10100101
Octal 271 257 245

Shades and tints

Shades of #B9AFA5

#B9AFA5
(185,175,165)
#A9A096
(169,160,150)
#999187
(153,145,135)
#898278
(137,130,120)
#797369
(121,115,105)
#69645A
(105,100,90)
#59554B
(89,85,75)
#49463C
(73,70,60)
#39372D
(57,55,45)
#29281E
(41,40,30)
#19190F
(25,25,15)
#000000
(0,0,0)

Tints of #B9AFA5

#B9AFA5
(185,175,165)
#BFB6AD
(191,182,173)
#C5BDB5
(197,189,181)
#CBC4BD
(203,196,189)
#D1CBC5
(209,203,197)
#D7D2CD
(215,210,205)
#DDD9D5
(221,217,213)
#E3E0DD
(227,224,221)
#E9E7E5
(233,231,229)
#EFEEED
(239,238,237)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AFA5 color. Also use rgb(185,175,165) instead hex code.

Text Font Color

.myTextColor { color: #B9AFA5; }

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

This text font color is #B9AFA5.

Background Color

.myBgColor { background-color: #B9AFA5; }

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

This div background color is #B9AFA5.

Border color

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

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

This div border color is #B9AFA5.

Opacity

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

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

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

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

This text has shadow with #B9AFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AFA5.

Preview

Color preview on black background

This text has color #B9AFA5 on black background.


Color preview on white background

This text has color #B9AFA5 on white background.


Black color preview on #B9AFA5 background

This text has black color on #B9AFA5 background.


White color preview on #B9AFA5 background

This text has white color on #B9AFA5 background.


Related colors

Complementary color

Complementary color for #hex is #46505A.


I love getcolorcode.com

Triadic colors

1 #A5B9AF and #AFA5B9 with #B9AFA5 are triadic colors.

2 #A5AFB9 and #AFB9A5 with #B9AFA5 are triadic colors.