#B3ADAD

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

Shades of Dark Gray #B3ADAD

Tints of Dark Gray #B3ADAD

Color information

#B3ADAD (or 0xB3ADAD) is unknown color: approx Dark Gray. HEX triplet: B3, AD and AD. RGB value is (179,173,173). Sum of RGB (Red+Green+Blue) = 179+173+173=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ADAD is #4C5252. Grayscale: #AEAEAE. Windows color (decimal): -5001811 or 11382195. OLE color: 11382195.

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

Color convert

RGB179173173-
CMYK00.030.030.30
HSL3.8%69.02%-
HSV(B)3.35%70.2%-
XYZ41.0842.4945.57-
YUV174.79126.99131-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=34.10%
G=32.95%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917317300.030.030.3003.869.02
HexB3ADAD0331E0445
Octal2632552550333604105
Binary101100111010110110101101011111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADAD; }

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

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

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

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

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

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

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

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