#B5ADAD

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

Shades of Dark Gray #B5ADAD

Tints of Dark Gray #B5ADAD

Color information

#B5ADAD (or 0xB5ADAD) is unknown color: approx Dark Gray. HEX triplet: B5, AD and AD. RGB value is (181,173,173). Sum of RGB (Red+Green+Blue) = 181+173+173=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADAD is #4A5252. Grayscale: #AFAFAF. Windows color (decimal): -4870739 or 11382197. OLE color: 11382197.

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

Color convert

RGB181173173-
CMYK00.040.040.29
HSL5.13%69.41%-
HSV(B)4.42%70.98%-
XYZ41.5442.7345.59-
YUV175.39126.65132-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=34.35%
G=32.83%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117317300.040.040.2905.1369.41
HexB5ADAD0441D0545
Octal2652552550443505105
Binary10110101101011011010110101001001110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADAD; }

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

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

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

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

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

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

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

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