#B0AFAF

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

Shades of Dark Gray #B0AFAF

Tints of Dark Gray #B0AFAF

Color information

#B0AFAF (or 0xB0AFAF) is unknown color: approx Dark Gray. HEX triplet: B0, AF and AF. RGB value is (176,175,175). Sum of RGB (Red+Green+Blue) = 176+175+175=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AFAF is #4F5050. Grayscale: #AFAFAF. Windows color (decimal): -5197905 or 11513776. OLE color: 11513776.

HSL color Cylindrical-coordinate representation of color #B0AFAF: 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 #B0AFAF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176175175-
CMYK00.010.010.31
HSL0.63%68.82%-
HSV(B)0.57%69.02%-
XYZ40.9742.9946.69-
YUV175.3127.83128.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=33.46%
G=33.27%
B=33.27%

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
Decimal17617517500.010.010.3100.6368.82
HexB0AFAF0111F0145
Octal2602572570113701105
Binary10110000101011111010111101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFAF; }

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

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

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

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

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

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

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

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