#B1AFAF

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

Shades of Dark Gray #B1AFAF

Tints of Dark Gray #B1AFAF

Color information

#B1AFAF (or 0xB1AFAF) is unknown color: approx Dark Gray. HEX triplet: B1, AF and AF. RGB value is (177,175,175). Sum of RGB (Red+Green+Blue) = 177+175+175=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFAF is #4E5050. Grayscale: #AFAFAF. Windows color (decimal): -5132369 or 11513777. OLE color: 11513777.

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

Color convert

RGB177175175-
CMYK00.010.010.31
HSL1.27%69.02%-
HSV(B)1.13%69.41%-
XYZ41.243.146.71-
YUV175.6127.66129-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=33.59%
G=33.21%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717517500.010.010.3101.2769.02
HexB1AFAF0111F0145
Octal2612572570113701105
Binary10110001101011111010111101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFAF; }

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

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

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

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

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

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

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

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