#B3B3A8

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

Shades of Bombay #B3B3A8

Tints of Bombay #B3B3A8

Color information

#B3B3A8 (or 0xB3B3A8) is unknown color: approx Bombay. HEX triplet: B3, B3 and A8. RGB value is (179,179,168). Sum of RGB (Red+Green+Blue) = 179+179+168=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B3A8 is #4C4C57. Grayscale: #B1B1B1. Windows color (decimal): -5000280 or 11056051. OLE color: 11056051.

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

Color convert

RGB179179168-
CMYK000.060.30
HSL60º6.75%68.04%-
HSV(B)60º6.15%70.2%-
XYZ41.7844.6543.46-
YUV177.75122.5128.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.03%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=34.03%
G=34.03%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179168000.060.30606.7568.04
HexB3B3A80061E3c744
Octal26326325000636747104
Binary10110011101100111010100000110111101111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B3A8; }

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

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

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

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

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

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

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

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