#B4B2AC

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

Shades of Grey Nickel #B4B2AC

Tints of Grey Nickel #B4B2AC

Color information

#B4B2AC (or 0xB4B2AC) is unknown color: approx Grey Nickel. HEX triplet: B4, B2 and AC. RGB value is (180,178,172). Sum of RGB (Red+Green+Blue) = 180+178+172=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B2AC is #4B4D53. Grayscale: #B1B1B1. Windows color (decimal): -4934996 or 11317940. OLE color: 11317940.

HSL color Cylindrical-coordinate representation of color #B4B2AC: hue angle of 45º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4B2AC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180178172-
CMYK00.010.040.29
HSL45º5.06%69.02%-
HSV(B)45º4.44%70.59%-
XYZ42.1944.5245.4-
YUV177.91124.66129.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=33.96%
G=33.58%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017817200.010.040.29455.0669.02
HexB4B2AC0141D2d545
Octal26426225401435555105
Binary10110100101100101010110001100111011011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B2AC; }

 p { color: rgb(180,178,172); }

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

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

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

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

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

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

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