COLOR #B5A2A4

HEX: #B5A2A4 RGB: (181,162,164)

Color info

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

RGB color model

#B5A2A4 color RGB value is (181,162,164).

RGB: (181,162,164) (71%, 64%, 64%)

RGB channels and saturation

R 181 of 255 = 71%
G 162 of 255 = 64%
B 164 of 255 = 64%

181
162
164

R + G + B ~ 66%. #B5A2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 162 + 164 = 507 (100%)
R 181 of 507 ~ 35.7%
G 162 of 507 ~ 31.95%
B 164 of 507 ~ 32.35'%

%35.7
%31.95
%32.35

CMYK color model

#B5A2A4 color CMYK value is (0,10,9,29).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 9.39%
  • key color value is 29.02%
CMYK: (0,10,9,29) C0M10Y9K29 (0%,10%,9%,29%) (0.00/0.10/0.09/0.29) 

CMYK percentages

%0
%10.5
%9.39
%29.02

Codes

Color #B5A2A4 in popluar color models

B5 A2 A4
RGB 181 162 164
HSL 354° 11.38% 67.25%
HSB/HSV 354° 10.50% 70.98%
CMYK 0.00% 10.50% 9.39%
29.02%

Color #B5A2A4 in popluar number systems.

HEX B5 A2 A4
Decimal 181 162 164
Binary 10110101 10100010 10100100
Octal 265 242 244

Shades and tints

Shades of #B5A2A4

#B5A2A4
(181,162,164)
#A59496
(165,148,150)
#958688
(149,134,136)
#85787A
(133,120,122)
#756A6C
(117,106,108)
#655C5E
(101,92,94)
#554E50
(85,78,80)
#454042
(69,64,66)
#353234
(53,50,52)
#252426
(37,36,38)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #B5A2A4

#B5A2A4
(181,162,164)
#BBAAAC
(187,170,172)
#C1B2B4
(193,178,180)
#C7BABC
(199,186,188)
#CDC2C4
(205,194,196)
#D3CACC
(211,202,204)
#D9D2D4
(217,210,212)
#DFDADC
(223,218,220)
#E5E2E4
(229,226,228)
#EBEAEC
(235,234,236)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A2A4 color. Also use rgb(181,162,164) instead hex code.

Text Font Color

.myTextColor { color: #B5A2A4; }

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

This text font color is #B5A2A4.

Background Color

.myBgColor { background-color: #B5A2A4; }

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

This div background color is #B5A2A4.

Border color

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

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

This div border color is #B5A2A4.

Opacity

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

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

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

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

This text has shadow with #B5A2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A2A4.

Preview

Color preview on black background

This text has color #B5A2A4 on black background.


Color preview on white background

This text has color #B5A2A4 on white background.


Black color preview on #B5A2A4 background

This text has black color on #B5A2A4 background.


White color preview on #B5A2A4 background

This text has white color on #B5A2A4 background.


Related colors

Complementary color

Complementary color for #hex is #4A5D5B.


I love getcolorcode.com

Triadic colors

1 #A4B5A2 and #A2A4B5 with #B5A2A4 are triadic colors.

2 #A4A2B5 and #A2B5A4 with #B5A2A4 are triadic colors.