#B0ADAD

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

Shades of Dark Gray #B0ADAD

Tints of Dark Gray #B0ADAD

Color information

#B0ADAD (or 0xB0ADAD) is unknown color: approx Dark Gray. HEX triplet: B0, AD and AD. RGB value is (176,173,173). Sum of RGB (Red+Green+Blue) = 176+173+173=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADAD is #4F5252. Grayscale: #ADADAD. Windows color (decimal): -5198419 or 11382192. OLE color: 11382192.

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

Color convert

RGB176173173-
CMYK00.020.020.31
HSL1.86%68.43%-
HSV(B)1.7%69.02%-
XYZ40.3942.1345.54-
YUV173.9127.49129.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=33.72%
G=33.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617317300.020.020.3101.8668.43
HexB0ADAD0221F0244
Octal2602552550223702104
Binary10110000101011011010110101010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADAD; }

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

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

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

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

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

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

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

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