#B0B1AB

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

Shades of Bombay #B0B1AB

Tints of Bombay #B0B1AB

Color information

#B0B1AB (or 0xB0B1AB) is unknown color: approx Bombay. HEX triplet: B0, B1 and AB. RGB value is (176,177,171). Sum of RGB (Red+Green+Blue) = 176+177+171=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B1AB is #4F4E54. Grayscale: #B0B0B0. Windows color (decimal): -5197397 or 11252144. OLE color: 11252144.

HSL color Cylindrical-coordinate representation of color #B0B1AB: hue angle of 70º degrees, saturation: 0.04, 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 #B0B1AB is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176177171-
CMYK0.0100.030.31
HSL70º3.7%68.24%-
HSV(B)70º3.39%69.41%-
XYZ40.9843.6144.79-
YUV176.02125.17127.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=33.59%
G=33.78%
B=32.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771710.0100.030.31703.768.24
HexB0B1AB1031F46444
Octal260261253103371064104
Binary10110000101100011010101110111111110001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B1AB; }

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

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

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

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

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

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

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

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