COLOR #B4A4A5

HEX: #B4A4A5
RGB: (180,164,165)

Color info

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

RGB color model

#B4A4A5 color RGB value is (180,164,165).

  • red value is 180;
  • green value is 164;
  • blue value is 165.
RGB:
(180,164,165)
(71%,64%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 164 of 255 = 64%
B 165 of 255 = 65%

180
164
165

R + G + B ~ 67%. #B4A4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 164 + 165 = 509 (100%)
R 180 of 509 ~ 35.36%
G 164 of 509 ~ 32.22%
B 165 of 509 ~ 32.42%

%35.36
%32.22
%32.42

CMYK color model

#B4A4A5 color CMYK value is (0,9,8,29).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 8.33%
  • key color value is 29.41%
CMYK:
(0,9,8,29)
C0M9Y8K29 
(0%,9%,8%,29%)
(0.00/0.09/0.08/0.29)	

CMYK percentages

%0
%8.89
%8.33
%29.41

Codes

Color #B4A4A5 in popluar color models

B4A4A5
RGB180164165
HSL356°9.64%67.45%
HSB/HSV356°8.89%70.59%
CMYK0.00%8.89%8.33%
29.41%

Color #B4A4A5 in popluar number systems.

HEXB4A4A5
Decimal180164165
Binary101101001010010010100101
Octal264244245

Shades and tints

Shades of #B4A4A5

#B4A4A5
(180,164,165)
#A49696
(164,150,150)
#948887
(148,136,135)
#847A78
(132,122,120)
#746C69
(116,108,105)
#645E5A
(100,94,90)
#54504B
(84,80,75)
#44423C
(68,66,60)
#34342D
(52,52,45)
#24261E
(36,38,30)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #B4A4A5

#B4A4A5
(180,164,165)
#BAACAD
(186,172,173)
#C0B4B5
(192,180,181)
#C6BCBD
(198,188,189)
#CCC4C5
(204,196,197)
#D2CCCD
(210,204,205)
#D8D4D5
(216,212,213)
#DEDCDD
(222,220,221)
#E4E4E5
(228,228,229)
#EAECED
(234,236,237)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A4A5 color. Also use rgb(180,164,165) instead hex code.

Text Font Color

.myTextColor { color: #B4A4A5; }

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

This text font color is #B4A4A5.


Background Color

.myBgColor { background-color: #B4A4A5; }

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

This div background color is #B4A4A5.


Border color

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

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

This div border color is #B4A4A5.


Opacity

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

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

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

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

This text has shadow with #B4A4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A4A5 on black background.


Color preview on white background

This text has color #B4A4A5 on white background.



Black color preview on #B4A4A5 background

This text has black color on #B4A4A5 background.


White color preview on #B4A4A5 background

This text has white color on #B4A4A5 background.