#B5B4AF

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

Shades of Grey Nickel #B5B4AF

Tints of Grey Nickel #B5B4AF

Color information

#B5B4AF (or 0xB5B4AF) is unknown color: approx Grey Nickel. HEX triplet: B5, B4 and AF. RGB value is (181,180,175). Sum of RGB (Red+Green+Blue) = 181+180+175=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B4AF is #4A4B50. Grayscale: #B3B3B3. Windows color (decimal): -4868945 or 11515061. OLE color: 11515061.

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

Color convert

RGB181180175-
CMYK00.010.030.29
HSL50º3.9%69.8%-
HSV(B)50º3.31%70.98%-
XYZ43.1245.5647.08-
YUV179.73125.33128.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=33.77%
G=33.58%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118017500.010.030.29503.969.8
HexB5B4AF0131D32446
Octal26526425701335624106
Binary1011010110110100101011110111111011100101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4AF; }

 p { color: rgb(181,180,175); }

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

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

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

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

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

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

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