#B0B0AB

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

Shades of Bombay #B0B0AB

Tints of Bombay #B0B0AB

Color information

#B0B0AB (or 0xB0B0AB) is unknown color: approx Bombay. HEX triplet: B0, B0 and AB. RGB value is (176,176,171). Sum of RGB (Red+Green+Blue) = 176+176+171=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B0AB is #4F4F54. Grayscale: #AFAFAF. Windows color (decimal): -5197653 or 11251888. OLE color: 11251888.

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

Color convert

RGB176176171-
CMYK000.030.31
HSL60º3.07%68.04%-
HSV(B)60º2.84%69.02%-
XYZ40.7843.2244.72-
YUV175.43125.5128.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=33.65%
G=33.65%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176171000.030.31603.0768.04
HexB0B0AB0031F3c344
Octal26026025300337743104
Binary101100001011000010101011001111111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B0AB; }

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

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

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

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

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

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

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

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