Html Css Color HEX #B1ADAD Dark Gray

📋 copy color: '#B1ADAD'

red 177 ◦ green 173 ◦ blue 173

#B1ADAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Gray #B1ADAD

Tints of Dark Gray #B1ADAD

RGB

 RED value IS 177 (69.53% from 255) = 33.84%

 GREEN value IS 173 (67.97% from 255) = 33.08%

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 33.84%
G = 33.08%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B1ADAD (or 0xB1ADAD) is known color: Dark Gray. HEX triplet: B1, AD and AD. RGB value is (177,173,173). Sum of RGB (Red+Green+Blue) = 177+173+173=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ADAD is #4E5252. Grayscale: #AEAEAE. Windows color (decimal): -5132883 or 11382193. OLE color: 11382193.

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

Color convert

RGB 177 173 173 -
CMYK 0 0.02 0.02 0.31
HSL 0.03% 0.69% -
HSV(B) 0.02% 0.69% -
XYZ 40.62 42.25 45.55 -
YUV 174.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 177 173 173 0 0.02 0.02 0.31 0 0.03 0.69
Hex B1 AD AD 0 2 2 1F 0 2 45
Octal 261 255 255 0 2 2 37 0 2 105
Binary 10110001 10101101 10101101 0 10 10 11111 0 10 1000101

Color Harmonies of #B1ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADAD

Black with #B1ADAD

Text Example


Text Example

White with #B1ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADAD; }

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

 H1.HeaderClassName
 {
   color: #B1ADAD;
 }
 .AnyTagClassName
 {
   color: #B1ADAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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