#B2B2AA

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

Shades of Bombay #B2B2AA

Tints of Bombay #B2B2AA

Color information

#B2B2AA (or 0xB2B2AA) is unknown color: approx Bombay. HEX triplet: B2, B2 and AA. RGB value is (178,178,170). Sum of RGB (Red+Green+Blue) = 178+178+170=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B2AA is #4D4D55. Grayscale: #B1B1B1. Windows color (decimal): -5066070 or 11186866. OLE color: 11186866.

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

Color convert

RGB178178170-
CMYK000.040.30
HSL60º4.94%68.24%-
HSV(B)60º4.49%69.8%-
XYZ41.5444.2144.37-
YUV177.09124128.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=33.84%
G=33.84%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178178170000.040.30604.9468.24
HexB2B2AA0041E3c544
Octal26226225200436745104
Binary10110010101100101010101000100111101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B2AA; }

 p { color: rgb(178,178,170); }

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

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

 a { background-color: rgb(178,178,170); }

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

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

 span { border-color: rgb(178,178,170); }

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