#B1B1B1

Color #B1B1B1 Dark Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Gray #B1B1B1

Tints of Dark Gray #B1B1B1

Color information

#B1B1B1 (or 0xB1B1B1) is unknown color: approx Dark Gray. HEX triplet: B1, B1 and B1. RGB value is (177,177,177). Sum of RGB (Red+Green+Blue) = 177+177+177=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 177 - color contains mainly: red, green, blue. Hex color #B1B1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B1B1 is #4E4E4E. Grayscale: #B1B1B1. Windows color (decimal): -5131855 or 11645361. OLE color: 11645361.

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

Color convert

RGB177177177-
CMYK0000.31
HSL0%69.41%-
HSV(B)0%69.41%-
XYZ41.7943.9747.88-
YUV177128128-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771771770000.310069.41
HexB1B1B10001F0045
Octal2612612610003700105
Binary10110001101100011011000100011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B1B1; }

 p { color: rgb(177,177,177); }

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

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

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

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

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

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

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