#B3B4AA

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

Shades of Bombay #B3B4AA

Tints of Bombay #B3B4AA

Color information

#B3B4AA (or 0xB3B4AA) is unknown color: approx Bombay. HEX triplet: B3, B4 and AA. RGB value is (179,180,170). Sum of RGB (Red+Green+Blue) = 179+180+170=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B4AA is #4C4B55. Grayscale: #B2B2B2. Windows color (decimal): -5000022 or 11187379. OLE color: 11187379.

HSL color Cylindrical-coordinate representation of color #B3B4AA: hue angle of 66º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3B4AA is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB179180170-
CMYK0.0100.060.29
HSL66º6.25%68.63%-
HSV(B)66º5.56%70.59%-
XYZ42.1745.1344.52-
YUV178.56123.17128.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=33.84%
G=34.03%
B=32.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801700.0100.060.29666.2568.63
HexB3B4AA1061D42645
Octal263264252106351026105
Binary101100111011010010101010101101110110000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4AA; }

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

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

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

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

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

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

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

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