#B4B4A3

Color #B4B4A3 Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #B4B4A3

Tints of Mist Grey #B4B4A3

Color information

#B4B4A3 (or 0xB4B4A3) is unknown color: approx Mist Grey. HEX triplet: B4, B4 and A3. RGB value is (180,180,163). Sum of RGB (Red+Green+Blue) = 180+180+163=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B4A3 is #4B4B5C. Grayscale: #B2B2B2. Windows color (decimal): -4934493 or 10728628. OLE color: 10728628.

HSL color Cylindrical-coordinate representation of color #B4B4A3: hue angle of 60º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4B4A3 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB180180163-
CMYK000.090.29
HSL60º10.18%67.25%-
HSV(B)60º9.44%70.59%-
XYZ41.7544.9941.13-
YUV178.06119.5129.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=34.42%
G=34.42%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180163000.090.296010.1867.25
HexB4B4A30091D3ca43
Octal2642642430011357412103
Binary1011010010110100101000110010011110111110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B4A3; }

 p { color: rgb(180,180,163); }

 H1.HeaderClassName
 {
   color: #B4B4A3;
 }
 .AnyTagClassName
 {
   color: #B4B4A3;
 }
</style>
background-color css

<style>
 a { background-color: #B4B4A3; }

 a { background-color: rgb(180,180,163); }

 div.DivClassName
 {
   background-color: #B4B4A3;
 }
 .BgClassName
 {
   background-color: #B4B4A3;
 }
</style>
border-color css

<style>
 span { border-color: #B4B4A3; }

 span { border-color: rgb(180,180,163); }

 td.TdClassName
 {
   border-color: #B4B4A3;
 }
 .TagClassName
 {
   border-color: #B4B4A3;
 }
</style>