#B3B3AA

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

Shades of Bombay #B3B3AA

Tints of Bombay #B3B3AA

Color information

#B3B3AA (or 0xB3B3AA) is unknown color: approx Bombay. HEX triplet: B3, B3 and AA. RGB value is (179,179,170). Sum of RGB (Red+Green+Blue) = 179+179+170=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B3AA is #4C4C55. Grayscale: #B2B2B2. Windows color (decimal): -5000278 or 11187123. OLE color: 11187123.

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

Color convert

RGB179179170-
CMYK000.050.30
HSL60º5.59%68.43%-
HSV(B)60º5.03%70.2%-
XYZ41.9744.7344.45-
YUV177.97123.5128.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=33.90%
G=33.90%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179170000.050.30605.5968.43
HexB3B3AA0051E3c644
Octal26326325200536746104
Binary10110011101100111010101000101111101111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B3AA; }

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

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

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

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

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

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

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

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