Html Css Color HEX #B0ABAB Dark Gray

📋 copy color: '#B0ABAB'

red 176 ◦ green 171 ◦ blue 171

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

Shades of Dark Gray #B0ABAB

Tints of Dark Gray #B0ABAB

RGB

 RED value IS 176 (69.14% from 255) = 33.98%

 GREEN value IS 171 (67.19% from 255) = 33.01%

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 33.98%
G = 33.01%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B0ABAB (or 0xB0ABAB) is known color: Dark Gray. HEX triplet: B0, AB and AB. RGB value is (176,171,171). Sum of RGB (Red+Green+Blue) = 176+171+171=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABAB is #4F5454. Grayscale: #ACACAC. Windows color (decimal): -5198933 or 11250608. OLE color: 11250608.

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

Color convert

RGB 176 171 171 -
CMYK 0 0.03 0.03 0.31
HSL 0.03% 0.68% -
HSV(B) 0.03% 0.69% -
XYZ 39.82 41.3 44.4 -
YUV 172.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 176 171 171 0 0.03 0.03 0.31 0 0.03 0.68
Hex B0 AB AB 0 3 3 1F 0 3 44
Octal 260 253 253 0 3 3 37 0 3 104
Binary 10110000 10101011 10101011 0 11 11 11111 0 11 1000100

Color Harmonies of #B0ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABAB

Black with #B0ABAB

Text Example


Text Example

White with #B0ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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