COLOR #B4A5AA

HEX: #B4A5AA
RGB: (180,165,170)

Color info

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

RGB color model

#B4A5AA color RGB value is (180,165,170).

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

RGB channels and saturation

R 180 of 255 = 71%
G 165 of 255 = 65%
B 170 of 255 = 67%

180
165
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 165 + 170 = 515 (100%)
R 180 of 515 ~ 34.95%
G 165 of 515 ~ 32.04%
B 170 of 515 ~ 33.01%

%34.95
%32.04
%33.01

CMYK color model

#B4A5AA color CMYK value is (0,8,6,29).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(0,8,6,29)
C0M8Y6K29 
(0%,8%,6%,29%)
(0.00/0.08/0.06/0.29)	

CMYK percentages

%0
%8.33
%5.56
%29.41

Codes

Color #B4A5AA in popluar color models

B4A5AA
RGB180165170
HSL340°9.09%67.65%
HSB/HSV340°8.33%70.59%
CMYK0.00%8.33%5.56%
29.41%

Color #B4A5AA in popluar number systems.

HEXB4A5AA
Decimal180165170
Binary101101001010010110101010
Octal264245252

Shades and tints

Shades of #B4A5AA

#B4A5AA
(180,165,170)
#A4969B
(164,150,155)
#94878C
(148,135,140)
#84787D
(132,120,125)
#74696E
(116,105,110)
#645A5F
(100,90,95)
#544B50
(84,75,80)
#443C41
(68,60,65)
#342D32
(52,45,50)
#241E23
(36,30,35)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #B4A5AA

#B4A5AA
(180,165,170)
#BAADB1
(186,173,177)
#C0B5B8
(192,181,184)
#C6BDBF
(198,189,191)
#CCC5C6
(204,197,198)
#D2CDCD
(210,205,205)
#D8D5D4
(216,213,212)
#DEDDDB
(222,221,219)
#E4E5E2
(228,229,226)
#EAEDE9
(234,237,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A5AA; }

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

This text font color is #B4A5AA.


Background Color

.myBgColor { background-color: #B4A5AA; }

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

This div background color is #B4A5AA.


Border color

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

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

This div border color is #B4A5AA.


Opacity

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

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

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

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

This text has shadow with #B4A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A5AA on black background.


Color preview on white background

This text has color #B4A5AA on white background.



Black color preview on #B4A5AA background

This text has black color on #B4A5AA background.


White color preview on #B4A5AA background

This text has white color on #B4A5AA background.