COLOR #B4A3AA

HEX: #B4A3AA
RGB: (180,163,170)

Color info

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

RGB color model

#B4A3AA color RGB value is (180,163,170).

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

RGB channels and saturation

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

180
163
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 163 + 170 = 513 (100%)
R 180 of 513 ~ 35.09%
G 163 of 513 ~ 31.77%
B 170 of 513 ~ 33.14%

%35.09
%31.77
%33.14

CMYK color model

#B4A3AA color CMYK value is (0,9,6,29).

  • cyan value is 0.00%
  • magenta value is 9.44%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(0,9,6,29)
C0M9Y6K29 
(0%,9%,6%,29%)
(0.00/0.09/0.06/0.29)	

CMYK percentages

%0
%9.44
%5.56
%29.41

Codes

Color #B4A3AA in popluar color models

B4A3AA
RGB180163170
HSL335°10.18%67.25%
HSB/HSV335°9.44%70.59%
CMYK0.00%9.44%5.56%
29.41%

Color #B4A3AA in popluar number systems.

HEXB4A3AA
Decimal180163170
Binary101101001010001110101010
Octal264243252

Shades and tints

Shades of #B4A3AA

#B4A3AA
(180,163,170)
#A4959B
(164,149,155)
#94878C
(148,135,140)
#84797D
(132,121,125)
#746B6E
(116,107,110)
#645D5F
(100,93,95)
#544F50
(84,79,80)
#444141
(68,65,65)
#343332
(52,51,50)
#242523
(36,37,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4A3AA

#B4A3AA
(180,163,170)
#BAABB1
(186,171,177)
#C0B3B8
(192,179,184)
#C6BBBF
(198,187,191)
#CCC3C6
(204,195,198)
#D2CBCD
(210,203,205)
#D8D3D4
(216,211,212)
#DEDBDB
(222,219,219)
#E4E3E2
(228,227,226)
#EAEBE9
(234,235,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A3AA; }

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

This text font color is #B4A3AA.


Background Color

.myBgColor { background-color: #B4A3AA; }

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

This div background color is #B4A3AA.


Border color

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

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

This div border color is #B4A3AA.


Opacity

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

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

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

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

This text has shadow with #B4A3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A3AA on black background.


Color preview on white background

This text has color #B4A3AA on white background.



Black color preview on #B4A3AA background

This text has black color on #B4A3AA background.


White color preview on #B4A3AA background

This text has white color on #B4A3AA background.