#B9B7AC

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

Shades of Grey Nickel #B9B7AC

Tints of Grey Nickel #B9B7AC

Color information

#B9B7AC (or 0xB9B7AC) is unknown color: approx Grey Nickel. HEX triplet: B9, B7 and AC. RGB value is (185,183,172). Sum of RGB (Red+Green+Blue) = 185+183+172=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B7AC is #464853. Grayscale: #B6B6B6. Windows color (decimal): -4606036 or 11319225. OLE color: 11319225.

HSL color Cylindrical-coordinate representation of color #B9B7AC: hue angle of 50.77º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9B7AC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB185183172-
CMYK00.010.070.27
HSL50.77º8.5%70%-
HSV(B)50.77º7.03%72.55%-
XYZ44.3947.1645.79-
YUV182.34122.16129.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.26%
GREEN value IS 183 (71.88% from 255) = 33.89%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=34.26%
G=33.89%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518317200.010.070.2750.778.570
HexB9B7AC0171B33846
Octal271267254017336310106
Binary101110011011011110101100011111101111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B7AC; }

 p { color: rgb(185,183,172); }

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

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

 a { background-color: rgb(185,183,172); }

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

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

 span { border-color: rgb(185,183,172); }

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