COLOR #B4A1AF

HEX: #B4A1AF
RGB: (180,161,175)

Color info

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

RGB color model

#B4A1AF color RGB value is (180,161,175).

  • red value is 180;
  • green value is 161;
  • blue value is 175.
RGB:
(180,161,175)
(71%,63%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 161 of 255 = 63%
B 175 of 255 = 69%

180
161
175

R + G + B ~ 68%. #B4A1AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 161 + 175 = 516 (100%)
R 180 of 516 ~ 34.88%
G 161 of 516 ~ 31.2%
B 175 of 516 ~ 33.91%

%34.88
%31.2
%33.91

CMYK color model

#B4A1AF color CMYK value is (0,11,3,29).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(0,11,3,29)
C0M11Y3K29 
(0%,11%,3%,29%)
(0.00/0.11/0.03/0.29)	

CMYK percentages

%0
%10.56
%2.78
%29.41

Codes

Color #B4A1AF in popluar color models

B4A1AF
RGB180161175
HSL316°11.24%66.86%
HSB/HSV316°10.56%70.59%
CMYK0.00%10.56%2.78%
29.41%

Color #B4A1AF in popluar number systems.

HEXB4A1AF
Decimal180161175
Binary101101001010000110101111
Octal264241257

Shades and tints

Shades of #B4A1AF

#B4A1AF
(180,161,175)
#A493A0
(164,147,160)
#948591
(148,133,145)
#847782
(132,119,130)
#746973
(116,105,115)
#645B64
(100,91,100)
#544D55
(84,77,85)
#443F46
(68,63,70)
#343137
(52,49,55)
#242328
(36,35,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #B4A1AF

#B4A1AF
(180,161,175)
#BAA9B6
(186,169,182)
#C0B1BD
(192,177,189)
#C6B9C4
(198,185,196)
#CCC1CB
(204,193,203)
#D2C9D2
(210,201,210)
#D8D1D9
(216,209,217)
#DED9E0
(222,217,224)
#E4E1E7
(228,225,231)
#EAE9EE
(234,233,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A1AF color. Also use rgb(180,161,175) instead hex code.

Text Font Color

.myTextColor { color: #B4A1AF; }

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

This text font color is #B4A1AF.


Background Color

.myBgColor { background-color: #B4A1AF; }

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

This div background color is #B4A1AF.


Border color

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

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

This div border color is #B4A1AF.


Opacity

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

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

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

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

This text has shadow with #B4A1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A1AF on black background.


Color preview on white background

This text has color #B4A1AF on white background.



Black color preview on #B4A1AF background

This text has black color on #B4A1AF background.


White color preview on #B4A1AF background

This text has white color on #B4A1AF background.