COLOR #B4A2AA

HEX: #B4A2AA RGB: (180,162,170)

Color info

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

RGB color model

#B4A2AA color RGB value is (180,162,170).

RGB: (180,162,170) (71%, 64%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 162 of 255 = 64%
B 170 of 255 = 67%

180
162
170

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

Portions of RGB colors in percentages

R + G + B = 180 + 162 + 170 = 512 (100%)
R 180 of 512 ~ 35.16%
G 162 of 512 ~ 31.64%
B 170 of 512 ~ 33.2'%

%35.16
%31.64
%33.2

CMYK color model

#B4A2AA color CMYK value is (0,10,6,29).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 5.56%
  • key color value is 29.41%

CMYK: (0,10,6,29)
C0M10Y6K29 (0%, 10%, 6%, 29%)
(0.00 / 0.10 / 0.06 / 0.29)

CMYK percentages

%0
%10
%5.56
%29.41

Codes

Color #B4A2AA in popluar color models

B4 A2 AA
RGB 180 162 170
HSL 333° 10.71% 67.06%
HSB/HSV 333° 10.00% 70.59%
CMYK 0.00% 10.00% 5.56%
29.41%

Color #B4A2AA in popluar number systems.

HEX B4 A2 AA
Decimal 180 162 170
Binary 10110100 10100010 10101010
Octal 264 242 252

Shades and tints

Shades of #B4A2AA

#B4A2AA
(180,162,170)
#A4949B
(164,148,155)
#94868C
(148,134,140)
#84787D
(132,120,125)
#746A6E
(116,106,110)
#645C5F
(100,92,95)
#544E50
(84,78,80)
#444041
(68,64,65)
#343232
(52,50,50)
#242423
(36,36,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #B4A2AA

#B4A2AA
(180,162,170)
#BAAAB1
(186,170,177)
#C0B2B8
(192,178,184)
#C6BABF
(198,186,191)
#CCC2C6
(204,194,198)
#D2CACD
(210,202,205)
#D8D2D4
(216,210,212)
#DEDADB
(222,218,219)
#E4E2E2
(228,226,226)
#EAEAE9
(234,234,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A2AA; }

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

This text font color is #B4A2AA.

Background Color

.myBgColor { background-color: #B4A2AA; }

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

This div background color is #B4A2AA.

Border color

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

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

This div border color is #B4A2AA.

Opacity

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

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

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

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

This text has shadow with #B4A2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A2AA.

Preview

Color preview on black background

This text has color #B4A2AA on black background.


Color preview on white background

This text has color #B4A2AA on white background.


Black color preview on #B4A2AA background

This text has black color on #B4A2AA background.


White color preview on #B4A2AA background

This text has white color on #B4A2AA background.


Related colors

Complementary color

Complementary color for #hex is #4B5D55.


I love getcolorcode.com

Triadic colors

1 #AAB4A2 and #A2AAB4 with #B4A2AA are triadic colors.

2 #AAA2B4 and #A2B4AA with #B4A2AA are triadic colors.